Color Hex Logo

#04096b Color Hex

#04096B
(4,9,107)
0 Favorites   0 Comments

Color spaces of #04096b

RGB 49107
HSL0.660.930.22
HSV237°96°42°
CMYK 0.960.920.00   0.58
XYZ2.80161.282714.0098
Yxy1.28270.15480.0709
Hunter Lab11.325624.3353-65.4137
CIE-Lab11.154037.4088-54.1517

#04096b color RGB value is (4,9,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00001001 01101011
Octal 4 11 153
Decimal 4 9 107
Hex 4 9 6B

RGB Percentages of Color #04096b

%3.33
%7.50
%89.17

CMYK Percentages of Color #04096b

%96
%92
%0
%58

Triadic Colors of #04096b

#04096b #6b0409 #096b04

Analogous Colors of #04096b

#04096b #33046b #043c6b

Monochromatic Colors of #04096b

#04096b

Complementary Color

#04096b #6b6604

#04096b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04096b Color Preview on White Background

Lorem ipsum dolor sit amet.

#04096b Color CSS Codes

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

#04096b Text Font Color

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

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


#04096b Background Color

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

This div background color is #04096b


#04096b Border Color

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

This div border color is #04096b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04096b


Comments

No comments written yet.

Please login to write comment.