Color Hex Logo

#010bab Color Hex

#010BAB
(1,11,171)
0 Favorites   0 Comments

Color spaces of #010bab

RGB 111171
HSL0.660.990.34
HSV236°99°67°
CMYK 0.990.940.00   0.33
XYZ7.48293.186138.7487
Yxy3.18610.15140.0645
Hunter Lab17.849643.5936-116.2142
CIE-Lab20.774355.7860-78.3262

#010bab color RGB value is (1,11,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00001011 10101011
Octal 1 13 253
Decimal 1 11 171
Hex 1 B AB

RGB Percentages of Color #010bab

%0.55
%6.01
%93.44

CMYK Percentages of Color #010bab

%99
%94
%0
%33

Triadic Colors of #010bab

#010bab #ab010b #0bab01

Analogous Colors of #010bab

#010bab #4c01ab #0160ab

Monochromatic Colors of #010bab

#010bab

Complementary Color

#010bab #aba101

#010bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#010bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#010bab Color CSS Codes

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

#010bab Text Font Color

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

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


#010bab Background Color

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

This div background color is #010bab


#010bab Border Color

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

This div border color is #010bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #010bab


Comments

No comments written yet.

Please login to write comment.