Color Hex Logo

#094694 Color Hex

#094694
(9,70,148)
0 Favorites   0 Comments

Color spaces of #094694

RGB 970148
HSL0.590.890.31
HSV214°94°58°
CMYK 0.940.530.00   0.42
XYZ7.64816.576528.8833
Yxy6.57650.17740.1526
Hunter Lab25.64478.3564-48.8263
CIE-Lab30.822714.0395-47.7779

#094694 color RGB value is (9,70,148).

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

The process color (four color CMYK) of #094694 color hex is 0.94, 0.53, 0.00, 0.42. Web safe color of #094694 is #003399. Color #094694 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000110 10010100
Octal 11 106 224
Decimal 9 70 148
Hex 9 46 94

RGB Percentages of Color #094694

%3.96
%30.84
%65.20

CMYK Percentages of Color #094694

%94
%53
%0
%42

Triadic Colors of #094694

#094694 #940946 #469409

Analogous Colors of #094694

#094694 #110994 #098c94

Monochromatic Colors of #094694

#094694

Complementary Color

#094694 #945709

#094694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094694 Color CSS Codes

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

#094694 Text Font Color

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

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


#094694 Background Color

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

This div background color is #094694


#094694 Border Color

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

This div border color is #094694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094694


Comments

No comments written yet.

Please login to write comment.