Color Hex Logo

#010fab Color Hex

#010FAB
(1,15,171)
0 Favorites   0 Comments

Color spaces of #010fab

RGB 115171
HSL0.650.990.34
HSV235°99°67°
CMYK 0.990.910.00   0.33
XYZ7.53403.288438.7657
Yxy3.28840.15190.0663
Hunter Lab18.133942.4259-114.0530
CIE-Lab21.163854.5940-77.6755

#010fab color RGB value is (1,15,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00001111 10101011
Octal 1 17 253
Decimal 1 15 171
Hex 1 F AB

RGB Percentages of Color #010fab

%0.53
%8.02
%91.44

CMYK Percentages of Color #010fab

%99
%91
%0
%33

Triadic Colors of #010fab

#010fab #ab010f #0fab01

Analogous Colors of #010fab

#010fab #4801ab #0164ab

Monochromatic Colors of #010fab

#010fab

Complementary Color

#010fab #ab9d01

#010fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#010fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#010fab Color CSS Codes

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

#010fab Text Font Color

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

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


#010fab Background Color

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

This div background color is #010fab


#010fab Border Color

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

This div border color is #010fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #010fab


Comments

No comments written yet.

Please login to write comment.