Color Hex Logo

#04037f Color Hex

#04037F
(4,3,127)
0 Favorites   0 Comments

Color spaces of #04037f

RGB 43127
HSL0.670.950.25
HSV240°98°50°
CMYK 0.970.980.00   0.50
XYZ3.91341.623220.1857
Yxy1.62320.15210.0631
Hunter Lab12.740532.5327-85.0192
CIE-Lab13.370846.0553-63.4009

#04037f color RGB value is (4,3,127).

#04037f hex color red value is 4, green value is 3 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #04037f hue: 0.67 , saturation: 0.95 and the lightness value of 04037f is 0.25.

The process color (four color CMYK) of #04037f color hex is 0.97, 0.98, 0.00, 0.50. Web safe color of #04037f is #000066. Color #04037f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00000011 01111111
Octal 4 3 177
Decimal 4 3 127
Hex 4 3 7F

RGB Percentages of Color #04037f

%2.99
%2.24
%94.78

CMYK Percentages of Color #04037f

%97
%98
%0
%50

Triadic Colors of #04037f

#04037f #7f0403 #037f04

Analogous Colors of #04037f

#04037f #42037f #03407f

Monochromatic Colors of #04037f

#04037f

Complementary Color

#04037f #7e7f03

#04037f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04037f Color Preview on White Background

Lorem ipsum dolor sit amet.

#04037f Color CSS Codes

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

#04037f Text Font Color

<p style="color:#04037f">Text here</p>

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


#04037f Background Color

<div style="background-color:#04037f">
Div content here</div>

This div background color is #04037f


#04037f Border Color

<div style="border:3px solid #04037f">
Div here</div>

This div border color is #04037f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,3,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04037f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04037f;
  -webkit-box-shadow: 1px 1px 3px 2px #04037f;
  box-shadow:         1px 1px 3px 2px #04037f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04037f


Comments

No comments written yet.

Please login to write comment.