Color Hex Logo

#011fab Color Hex

#011FAB
(1,31,171)
0 Favorites   0 Comments

Color spaces of #011fab

RGB 131171
HSL0.640.990.34
HSV229°99°67°
CMYK 0.990.820.00   0.33
XYZ7.85323.926738.8721
Yxy3.92670.15500.0775
Hunter Lab19.815936.0631-102.4358
CIE-Lab23.427647.8274-73.9018

#011fab color RGB value is (1,31,171).

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

The process color (four color CMYK) of #011fab color hex is 0.99, 0.82, 0.00, 0.33. Web safe color of #011fab is #003399. Color #011fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00011111 10101011
Octal 1 37 253
Decimal 1 31 171
Hex 1 1F AB

RGB Percentages of Color #011fab

%0.49
%15.27
%84.24

CMYK Percentages of Color #011fab

%99
%82
%0
%33

Triadic Colors of #011fab

#011fab #ab011f #1fab01

Analogous Colors of #011fab

#011fab #3801ab #0174ab

Monochromatic Colors of #011fab

#011fab

Complementary Color

#011fab #ab8d01

#011fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#011fab Color CSS Codes

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

#011fab Text Font Color

<p style="color:#011fab">Text here</p>

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


#011fab Background Color

<div style="background-color:#011fab">
Div content here</div>

This div background color is #011fab


#011fab Border Color

<div style="border:3px solid #011fab">
Div here</div>

This div border color is #011fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011fab


Comments

No comments written yet.

Please login to write comment.