Color Hex Logo

#04185f Color Hex

#04185F
(4,24,95)
0 Favorites   0 Comments

Color spaces of #04185f

RGB 42495
HSL0.630.920.19
HSV227°96°37°
CMYK 0.960.750.00   0.63
XYZ2.44231.505310.9883
Yxy1.50530.16350.1008
Hunter Lab12.269114.0616-44.5124
CIE-Lab12.641724.0890-43.7328

#04185f color RGB value is (4,24,95).

#04185f hex color red value is 4, green value is 24 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #04185f hue: 0.63 , saturation: 0.92 and the lightness value of 04185f is 0.19.

The process color (four color CMYK) of #04185f color hex is 0.96, 0.75, 0.00, 0.63. Web safe color of #04185f is #000066. Color #04185f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011000 01011111
Octal 4 30 137
Decimal 4 24 95
Hex 4 18 5F

RGB Percentages of Color #04185f

%3.25
%19.51
%77.24

CMYK Percentages of Color #04185f

%96
%75
%0
%63

Triadic Colors of #04185f

#04185f #5f0418 #185f04

Analogous Colors of #04185f

#04185f #1d045f #04465f

Monochromatic Colors of #04185f

#04185f

Complementary Color

#04185f #5f4b04

#04185f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04185f Color Preview on White Background

Lorem ipsum dolor sit amet.

#04185f Color CSS Codes

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

#04185f Text Font Color

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

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


#04185f Background Color

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

This div background color is #04185f


#04185f Border Color

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

This div border color is #04185f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04185f


Comments

No comments written yet.

Please login to write comment.