Color Hex Logo

#094187 Color Hex

#094187
(9,65,135)
0 Favorites   0 Comments

Color spaces of #094187

RGB 965135
HSL0.590.880.28
HSV213°93°53°
CMYK 0.930.520.00   0.47
XYZ6.37615.587923.6642
Yxy5.58790.17900.1568
Hunter Lab23.63876.7792-42.8067
CIE-Lab28.348012.0066-43.7848

#094187 color RGB value is (9,65,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000001 10000111
Octal 11 101 207
Decimal 9 65 135
Hex 9 41 87

RGB Percentages of Color #094187

%4.31
%31.10
%64.59

CMYK Percentages of Color #094187

%93
%52
%0
%47

Triadic Colors of #094187

#094187 #870941 #418709

Analogous Colors of #094187

#094187 #100987 #098087

Monochromatic Colors of #094187

#094187

Complementary Color

#094187 #874f09

#094187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094187 Color CSS Codes

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

#094187 Text Font Color

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

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


#094187 Background Color

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

This div background color is #094187


#094187 Border Color

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

This div border color is #094187


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,65,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 #094187">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094187


Comments

No comments written yet.

Please login to write comment.