Color Hex Logo

#094e9f Color Hex

#094E9F
(9,78,159)
0 Favorites   0 Comments

Color spaces of #094e9f

RGB 978159
HSL0.590.890.33
HSV212°94°62°
CMYK 0.940.510.00   0.38
XYZ9.09518.010133.8676
Yxy8.01010.17840.1571
Hunter Lab28.30217.8336-51.1376
CIE-Lab34.003913.1625-49.2964

#094e9f color RGB value is (9,78,159).

#094e9f hex color red value is 9, green value is 78 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #094e9f hue: 0.59 , saturation: 0.89 and the lightness value of 094e9f is 0.33.

The process color (four color CMYK) of #094e9f color hex is 0.94, 0.51, 0.00, 0.38. Web safe color of #094e9f is #006699. Color #094e9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001110 10011111
Octal 11 116 237
Decimal 9 78 159
Hex 9 4E 9F

RGB Percentages of Color #094e9f

%3.66
%31.71
%64.63

CMYK Percentages of Color #094e9f

%94
%51
%0
%38

Triadic Colors of #094e9f

#094e9f #9f094e #4e9f09

Analogous Colors of #094e9f

#094e9f #0f099f #09999f

Monochromatic Colors of #094e9f

#094e9f

Complementary Color

#094e9f #9f5a09

#094e9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094e9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#094e9f Color CSS Codes

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

#094e9f Text Font Color

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

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


#094e9f Background Color

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

This div background color is #094e9f


#094e9f Border Color

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

This div border color is #094e9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,78,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #094e9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #094e9f;
  -webkit-box-shadow: 1px 1px 3px 2px #094e9f;
  box-shadow:         1px 1px 3px 2px #094e9f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094e9f


Comments

No comments written yet.

Please login to write comment.