Color Hex Logo

#094186 Color Hex

#094186
(9,65,134)
0 Favorites   0 Comments

Color spaces of #094186

RGB 965134
HSL0.590.870.28
HSV213°93°53°
CMYK 0.930.510.00   0.47
XYZ6.30605.559923.2951
Yxy5.55990.17930.1581
Hunter Lab23.57946.4734-42.0694
CIE-Lab28.273811.5792-43.2843

#094186 color RGB value is (9,65,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000001 10000110
Octal 11 101 206
Decimal 9 65 134
Hex 9 41 86

RGB Percentages of Color #094186

%4.33
%31.25
%64.42

CMYK Percentages of Color #094186

%93
%51
%0
%47

Triadic Colors of #094186

#094186 #860941 #418609

Analogous Colors of #094186

#094186 #0f0986 #098086

Monochromatic Colors of #094186

#094186

Complementary Color

#094186 #864e09

#094186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094186 Color CSS Codes

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

#094186 Text Font Color

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

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


#094186 Background Color

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

This div background color is #094186


#094186 Border Color

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

This div border color is #094186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094186


Comments

No comments written yet.

Please login to write comment.