Color Hex Logo

#041eaa Color Hex

#041EAA
(4,30,170)
0 Favorites   0 Comments

Color spaces of #041eaa

RGB 430170
HSL0.640.950.34
HSV231°98°67°
CMYK 0.980.820.00   0.33
XYZ7.77003.856638.3651
Yxy3.85660.15540.0771
Hunter Lab19.638236.2579-102.0818
CIE-Lab23.191648.0730-73.6892

#041eaa color RGB value is (4,30,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011110 10101010
Octal 4 36 252
Decimal 4 30 170
Hex 4 1E AA

RGB Percentages of Color #041eaa

%1.96
%14.71
%83.33

CMYK Percentages of Color #041eaa

%98
%82
%0
%33

Triadic Colors of #041eaa

#041eaa #aa041e #1eaa04

Analogous Colors of #041eaa

#041eaa #3d04aa #0471aa

Monochromatic Colors of #041eaa

#041eaa

Complementary Color

#041eaa #aa9004

#041eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#041eaa Color CSS Codes

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

#041eaa Text Font Color

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

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


#041eaa Background Color

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

This div background color is #041eaa


#041eaa Border Color

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

This div border color is #041eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,30,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #041eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041eaa


Comments

No comments written yet.

Please login to write comment.