Color Hex Logo

#041daa Color Hex

#041DAA
(4,29,170)
0 Favorites   0 Comments

Color spaces of #041daa

RGB 429170
HSL0.640.950.34
HSV231°98°67°
CMYK 0.980.830.00   0.33
XYZ7.74513.806838.3568
Yxy3.80680.15520.0763
Hunter Lab19.511036.7131-102.9007
CIE-Lab23.022248.5712-73.9712

#041daa color RGB value is (4,29,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011101 10101010
Octal 4 35 252
Decimal 4 29 170
Hex 4 1D AA

RGB Percentages of Color #041daa

%1.97
%14.29
%83.74

CMYK Percentages of Color #041daa

%98
%83
%0
%33

Triadic Colors of #041daa

#041daa #aa041d #1daa04

Analogous Colors of #041daa

#041daa #3e04aa #0470aa

Monochromatic Colors of #041daa

#041daa

Complementary Color

#041daa #aa9104

#041daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#041daa Color CSS Codes

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

#041daa Text Font Color

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

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


#041daa Background Color

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

This div background color is #041daa


#041daa Border Color

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

This div border color is #041daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041daa


Comments

No comments written yet.

Please login to write comment.