Color Hex Logo

#016aaa Color Hex

#016AAA
(1,106,170)
0 Favorites   0 Comments

Color spaces of #016aaa

RGB 1106170
HSL0.560.990.34
HSV203°99°67°
CMYK 0.990.380.00   0.33
XYZ12.422313.216839.9266
Yxy13.21680.18950.2016
Hunter Lab36.3549-2.6285-39.6665
CIE-Lab43.0881-0.9488-41.2759

#016aaa color RGB value is (1,106,170).

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

The process color (four color CMYK) of #016aaa color hex is 0.99, 0.38, 0.00, 0.33. Web safe color of #016aaa is #006699. Color #016aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101010 10101010
Octal 1 152 252
Decimal 1 106 170
Hex 1 6A AA

RGB Percentages of Color #016aaa

%0.36
%38.27
%61.37

CMYK Percentages of Color #016aaa

%99
%38
%0
%33

Triadic Colors of #016aaa

#016aaa #aa016a #6aaa01

Analogous Colors of #016aaa

#016aaa #0115aa #01aa96

Monochromatic Colors of #016aaa

#016aaa

Complementary Color

#016aaa #aa4101

#016aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#016aaa Color CSS Codes

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

#016aaa Text Font Color

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

This sample text font color is #016aaa
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.


#016aaa Background Color

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

This div background color is #016aaa


#016aaa Border Color

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

This div border color is #016aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016aaa


Comments

No comments written yet.

Please login to write comment.