Color Hex Logo

#094370 Color Hex

#094370
(9,67,112)
0 Favorites   0 Comments

Color spaces of #094370

RGB 967112
HSL0.570.850.24
HSV206°92°44°
CMYK 0.920.400.00   0.56
XYZ5.04445.242216.0752
Yxy5.24220.19140.1989
Hunter Lab22.8959-0.7407-25.6005
CIE-Lab27.41390.7711-30.8534

#094370 color RGB value is (9,67,112).

#094370 hex color red value is 9, green value is 67 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #094370 hue: 0.57 , saturation: 0.85 and the lightness value of 094370 is 0.24.

The process color (four color CMYK) of #094370 color hex is 0.92, 0.40, 0.00, 0.56. Web safe color of #094370 is #003366. Color #094370 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000011 01110000
Octal 11 103 160
Decimal 9 67 112
Hex 9 43 70

RGB Percentages of Color #094370

%4.79
%35.64
%59.57

CMYK Percentages of Color #094370

%92
%40
%0
%56

Triadic Colors of #094370

#094370 #700943 #437009

Analogous Colors of #094370

#094370 #090f70 #09706a

Monochromatic Colors of #094370

#094370

Complementary Color

#094370 #703609

#094370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094370 Color CSS Codes

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

#094370 Text Font Color

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

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


#094370 Background Color

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

This div background color is #094370


#094370 Border Color

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

This div border color is #094370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094370


Comments

No comments written yet.

Please login to write comment.