Color Hex Logo

#016aab Color Hex

#016AAB
(1,106,171)
0 Favorites   0 Comments

Color spaces of #016aab

RGB 1106171
HSL0.560.990.34
HSV203°99°67°
CMYK 0.990.380.00   0.33
XYZ12.517213.254840.4268
Yxy13.25480.18910.2002
Hunter Lab36.4071-2.3421-40.3511
CIE-Lab43.1447-0.5481-41.7737

#016aab color RGB value is (1,106,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101010 10101011
Octal 1 152 253
Decimal 1 106 171
Hex 1 6A AB

RGB Percentages of Color #016aab

%0.36
%38.13
%61.51

CMYK Percentages of Color #016aab

%99
%38
%0
%33

Triadic Colors of #016aab

#016aab #ab016a #6aab01

Analogous Colors of #016aab

#016aab #0115ab #01ab97

Monochromatic Colors of #016aab

#016aab

Complementary Color

#016aab #ab4201

#016aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#016aab Color CSS Codes

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

#016aab Text Font Color

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

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


#016aab Background Color

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

This div background color is #016aab


#016aab Border Color

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

This div border color is #016aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016aab


Comments

No comments written yet.

Please login to write comment.