Color Hex Logo

#04115e Color Hex

#04115E
(4,17,94)
0 Favorites   0 Comments

Color spaces of #04115e

RGB 41794
HSL0.640.920.19
HSV231°96°37°
CMYK 0.960.820.00   0.63
XYZ2.27091.234910.7083
Yxy1.23490.15980.0869
Hunter Lab11.112617.0300-49.3541
CIE-Lab10.812428.4385-46.0892

#04115e color RGB value is (4,17,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010001 01011110
Octal 4 21 136
Decimal 4 17 94
Hex 4 11 5E

RGB Percentages of Color #04115e

%3.48
%14.78
%81.74

CMYK Percentages of Color #04115e

%96
%82
%0
%63

Triadic Colors of #04115e

#04115e #5e0411 #115e04

Analogous Colors of #04115e

#04115e #24045e #043e5e

Monochromatic Colors of #04115e

#04115e

Complementary Color

#04115e #5e5104

#04115e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04115e Color Preview on White Background

Lorem ipsum dolor sit amet.

#04115e Color CSS Codes

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

#04115e Text Font Color

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

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


#04115e Background Color

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

This div background color is #04115e


#04115e Border Color

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

This div border color is #04115e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04115e


Comments

No comments written yet.

Please login to write comment.