color codes Logo

#016adb color codes

#016ADB
(1,106,219)
0 Favorites   0 Comments

Color spaces of #016adb

RGB 1106219
HSL0.590.990.43
HSV211°100°86°
CMYK 1.000.520.00   0.14
XYZ17.952715.429069.0497
Yxy15.42900.17530.1506
Hunter Lab39.279812.8433-76.7298
CIE-Lab46.216318.7066-64.5599

#016adb color RGB value is (1,106,219).

#016adb hex color red value is 1, green value is 106 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #016adb hue: 0.59 , saturation: 0.99 and the lightness value of 016adb is 0.43.

The process color (four color CMYK) of #016adb color code is 1.00, 0.52, 0.00, 0.14. Web safe color of #016adb is #0066cc. Color #016adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101010 11011011
Octal 1 152 333
Decimal 1 106 219
Hex 1 6A DB

RGB Percentages of Color #016adb

%0.31
%32.52
%67.18

CMYK Percentages of Color #016adb

%100
%52
%0
%14

Triadic Colors of #016adb

#016adb #db016a #6adb01

Analogous Colors of #016adb

#016adb #0501db #01d7db

Monochromatic Colors of #016adb

#016adb

Complementary Color

#016adb #db7201

#016adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#016adb Color CSS Codes

.mybgcolor {background-color:#016adb; } 
.myforecolor {color:#016adb; }
.mybordercolor {border:3px solid #016adb; }

#016adb Text Font Color

<p style="color:#016adb">Text here</p>

This sample text font color is #016adb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#016adb Background Color

<div style="background-color:#016adb">
Div content here</div>

This div background color is #016adb


#016adb Border Color

<div style="border:3px solid #016adb">
Div here</div>

This div border color is #016adb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,106,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #016adb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #016adb;
  -webkit-box-shadow: 1px 1px 3px 2px #016adb;
  box-shadow:         1px 1px 3px 2px #016adb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,106,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #016adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #016adb;
  -webkit-box-shadow: 1px 1px 3px 2px #016adb;
  box-shadow:         1px 1px 3px 2px #016adb;">
Div content here</div>

This div box has shadow with color #016adb


Comments

No comments written yet.

Please login to write comment.