Color Hex Logo

#041fab Color Hex

#041FAB
(4,31,171)
0 Favorites   0 Comments

Color spaces of #041fab

RGB 431171
HSL0.640.950.34
HSV230°98°67°
CMYK 0.980.820.00   0.33
XYZ7.89073.946138.8739
Yxy3.94610.15560.0778
Hunter Lab19.864836.1404-102.1207
CIE-Lab23.492447.8941-73.7922

#041fab color RGB value is (4,31,171).

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

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

Base Numbers

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

RGB Percentages of Color #041fab

%1.94
%15.05
%83.01

CMYK Percentages of Color #041fab

%98
%82
%0
%33

Triadic Colors of #041fab

#041fab #ab041f #1fab04

Analogous Colors of #041fab

#041fab #3d04ab #0473ab

Monochromatic Colors of #041fab

#041fab

Complementary Color

#041fab #ab9004

#041fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#041fab Color CSS Codes

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

#041fab Text Font Color

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

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


#041fab Background Color

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

This div background color is #041fab


#041fab Border Color

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

This div border color is #041fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041fab


Comments

No comments written yet.

Please login to write comment.