Color Hex Logo

#096387 Color Hex

#096387
(9,99,135)
0 Favorites   0 Comments

Color spaces of #096387

RGB 999135
HSL0.550.880.28
HSV197°93°53°
CMYK 0.930.270.00   0.47
XYZ8.947710.731024.5214
Yxy10.73100.20240.2428
Hunter Lab32.7582-8.5707-21.4512
CIE-Lab39.1237-10.1476-26.6408

#096387 color RGB value is (9,99,135).

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

The process color (four color CMYK) of #096387 color hex is 0.93, 0.27, 0.00, 0.47. Web safe color of #096387 is #006699. Color #096387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100011 10000111
Octal 11 143 207
Decimal 9 99 135
Hex 9 63 87

RGB Percentages of Color #096387

%3.70
%40.74
%55.56

CMYK Percentages of Color #096387

%93
%27
%0
%47

Triadic Colors of #096387

#096387 #870963 #638709

Analogous Colors of #096387

#096387 #092487 #09876c

Monochromatic Colors of #096387

#096387

Complementary Color

#096387 #872d09

#096387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#096387 Color CSS Codes

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

#096387 Text Font Color

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

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


#096387 Background Color

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

This div background color is #096387


#096387 Border Color

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

This div border color is #096387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096387


Comments

No comments written yet.

Please login to write comment.