Color Hex Logo

#096787 Color Hex

#096787
(9,103,135)
0 Favorites   0 Comments

Color spaces of #096787

RGB 9103135
HSL0.540.880.28
HSV195°93°53°
CMYK 0.930.240.00   0.47
XYZ9.336111.507824.6508
Yxy11.50780.20520.2529
Hunter Lab33.9231-10.2399-19.3378
CIE-Lab40.4229-12.5032-24.6144

#096787 color RGB value is (9,103,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100111 10000111
Octal 11 147 207
Decimal 9 103 135
Hex 9 67 87

RGB Percentages of Color #096787

%3.64
%41.70
%54.66

CMYK Percentages of Color #096787

%93
%24
%0
%47

Triadic Colors of #096787

#096787 #870967 #678709

Analogous Colors of #096787

#096787 #092887 #098768

Monochromatic Colors of #096787

#096787

Complementary Color

#096787 #872909

#096787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#096787 Color CSS Codes

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

#096787 Text Font Color

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

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


#096787 Background Color

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

This div background color is #096787


#096787 Border Color

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

This div border color is #096787


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096787


Comments

No comments written yet.

Please login to write comment.