Color Hex Logo

#094196 Color Hex

#094196
(9,65,150)
0 Favorites   0 Comments

Color spaces of #094196

RGB 965150
HSL0.600.890.31
HSV216°94°59°
CMYK 0.940.570.00   0.41
XYZ7.50806.040729.6244
Yxy6.04070.17390.1399
Hunter Lab24.577811.5167-54.2595
CIE-Lab29.514918.3502-51.1225

#094196 color RGB value is (9,65,150).

#094196 hex color red value is 9, green value is 65 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #094196 hue: 0.60 , saturation: 0.89 and the lightness value of 094196 is 0.31.

The process color (four color CMYK) of #094196 color hex is 0.94, 0.57, 0.00, 0.41. Web safe color of #094196 is #003399. Color #094196 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000001 10010110
Octal 11 101 226
Decimal 9 65 150
Hex 9 41 96

RGB Percentages of Color #094196

%4.02
%29.02
%66.96

CMYK Percentages of Color #094196

%94
%57
%0
%41

Triadic Colors of #094196

#094196 #960941 #419609

Analogous Colors of #094196

#094196 #180996 #098896

Monochromatic Colors of #094196

#094196

Complementary Color

#094196 #965e09

#094196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094196 Color CSS Codes

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

#094196 Text Font Color

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

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


#094196 Background Color

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

This div background color is #094196


#094196 Border Color

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

This div border color is #094196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094196


Comments

No comments written yet.

Please login to write comment.