Color Hex Logo

#094987 Color Hex

#094987
(9,73,135)
0 Favorites   0 Comments

Color spaces of #094987

RGB 973135
HSL0.580.880.28
HSV210°93°53°
CMYK 0.930.460.00   0.47
XYZ6.86846.572423.8283
Yxy6.57240.18430.1763
Hunter Lab25.63672.9582-37.1620
CIE-Lab30.81296.4816-39.8122

#094987 color RGB value is (9,73,135).

#094987 hex color red value is 9, green value is 73 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #094987 hue: 0.58 , saturation: 0.88 and the lightness value of 094987 is 0.28.

The process color (four color CMYK) of #094987 color hex is 0.93, 0.46, 0.00, 0.47. Web safe color of #094987 is #003399. Color #094987 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001001 10000111
Octal 11 111 207
Decimal 9 73 135
Hex 9 49 87

RGB Percentages of Color #094987

%4.15
%33.64
%62.21

CMYK Percentages of Color #094987

%93
%46
%0
%47

Triadic Colors of #094987

#094987 #870949 #498709

Analogous Colors of #094987

#094987 #090a87 #098786

Monochromatic Colors of #094987

#094987

Complementary Color

#094987 #874709

#094987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094987 Color CSS Codes

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

#094987 Text Font Color

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

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


#094987 Background Color

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

This div background color is #094987


#094987 Border Color

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

This div border color is #094987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094987


Comments

No comments written yet.

Please login to write comment.