Color Hex Logo

#04185e Color Hex

#04185E
(4,24,94)
0 Favorites   0 Comments

Color spaces of #04185e

RGB 42494
HSL0.630.920.19
HSV227°96°37°
CMYK 0.960.740.00   0.63
XYZ2.39711.487210.7504
Yxy1.48720.16380.1016
Hunter Lab12.195113.7451-43.7297
CIE-Lab12.526523.6699-43.2547

#04185e color RGB value is (4,24,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011000 01011110
Octal 4 30 136
Decimal 4 24 94
Hex 4 18 5E

RGB Percentages of Color #04185e

%3.28
%19.67
%77.05

CMYK Percentages of Color #04185e

%96
%74
%0
%63

Triadic Colors of #04185e

#04185e #5e0418 #185e04

Analogous Colors of #04185e

#04185e #1d045e #04455e

Monochromatic Colors of #04185e

#04185e

Complementary Color

#04185e #5e4a04

#04185e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04185e Color Preview on White Background

Lorem ipsum dolor sit amet.

#04185e Color CSS Codes

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

#04185e Text Font Color

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

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


#04185e Background Color

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

This div background color is #04185e


#04185e Border Color

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

This div border color is #04185e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04185e


Comments

No comments written yet.

Please login to write comment.