Color Hex Logo

#010aab Color Hex

#010AAB
(1,10,171)
0 Favorites   0 Comments

Color spaces of #010aab

RGB 110171
HSL0.660.990.34
HSV237°99°67°
CMYK 0.990.940.00   0.33
XYZ7.47173.163838.7449
Yxy3.16380.15130.0641
Hunter Lab17.787143.8539-116.6982
CIE-Lab20.688356.0497-78.4698

#010aab color RGB value is (1,10,171).

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

The process color (four color CMYK) of #010aab color hex is 0.99, 0.94, 0.00, 0.33. Web safe color of #010aab is #000099. Color #010aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00001010 10101011
Octal 1 12 253
Decimal 1 10 171
Hex 1 A AB

RGB Percentages of Color #010aab

%0.55
%5.49
%93.96

CMYK Percentages of Color #010aab

%99
%94
%0
%33

Triadic Colors of #010aab

#010aab #ab010a #0aab01

Analogous Colors of #010aab

#010aab #4d01ab #015fab

Monochromatic Colors of #010aab

#010aab

Complementary Color

#010aab #aba201

#010aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#010aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#010aab Color CSS Codes

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

#010aab Text Font Color

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

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


#010aab Background Color

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

This div background color is #010aab


#010aab Border Color

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

This div border color is #010aab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,10,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 #010aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #010aab


Comments

No comments written yet.

Please login to write comment.