Color Hex Logo

#094f76 Color Hex

#094F76
(9,79,118)
0 Favorites   0 Comments

Color spaces of #094f76

RGB 979118
HSL0.560.860.25
HSV201°92°46°
CMYK 0.920.330.00   0.54
XYZ6.17876.958018.1569
Yxy6.95800.19740.2223
Hunter Lab26.3780-4.3503-22.3467
CIE-Lab31.7111-4.6080-27.8234

#094f76 color RGB value is (9,79,118).

#094f76 hex color red value is 9, green value is 79 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #094f76 hue: 0.56 , saturation: 0.86 and the lightness value of 094f76 is 0.25.

The process color (four color CMYK) of #094f76 color hex is 0.92, 0.33, 0.00, 0.54. Web safe color of #094f76 is #006666. Color #094f76 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001111 01110110
Octal 11 117 166
Decimal 9 79 118
Hex 9 4F 76

RGB Percentages of Color #094f76

%4.37
%38.35
%57.28

CMYK Percentages of Color #094f76

%92
%33
%0
%54

Triadic Colors of #094f76

#094f76 #76094f #4f7609

Analogous Colors of #094f76

#094f76 #091976 #097667

Monochromatic Colors of #094f76

#094f76

Complementary Color

#094f76 #763009

#094f76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094f76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094f76 Color CSS Codes

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

#094f76 Text Font Color

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

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


#094f76 Background Color

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

This div background color is #094f76


#094f76 Border Color

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

This div border color is #094f76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094f76


Comments

No comments written yet.

Please login to write comment.