Color Hex Logo

#04116b Color Hex

#04116B
(4,17,107)
0 Favorites   0 Comments

Color spaces of #04116b

RGB 417107
HSL0.650.930.22
HSV232°96°42°
CMYK 0.960.840.00   0.58
XYZ2.90441.488214.0441
Yxy1.48820.15750.0807
Hunter Lab12.199221.1490-59.7172
CIE-Lab12.532833.3317-51.8566

#04116b color RGB value is (4,17,107).

#04116b hex color red value is 4, green value is 17 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #04116b hue: 0.65 , saturation: 0.93 and the lightness value of 04116b is 0.22.

The process color (four color CMYK) of #04116b color hex is 0.96, 0.84, 0.00, 0.58. Web safe color of #04116b is #000066. Color #04116b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010001 01101011
Octal 4 21 153
Decimal 4 17 107
Hex 4 11 6B

RGB Percentages of Color #04116b

%3.13
%13.28
%83.59

CMYK Percentages of Color #04116b

%96
%84
%0
%58

Triadic Colors of #04116b

#04116b #6b0411 #116b04

Analogous Colors of #04116b

#04116b #2b046b #04456b

Monochromatic Colors of #04116b

#04116b

Complementary Color

#04116b #6b5e04

#04116b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04116b Color Preview on White Background

Lorem ipsum dolor sit amet.

#04116b Color CSS Codes

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

#04116b Text Font Color

<p style="color:#04116b">Text here</p>

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


#04116b Background Color

<div style="background-color:#04116b">
Div content here</div>

This div background color is #04116b


#04116b Border Color

<div style="border:3px solid #04116b">
Div here</div>

This div border color is #04116b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04116b


Comments

No comments written yet.

Please login to write comment.