Color Hex Logo

#096996 Color Hex

#096996
(9,105,150)
0 Favorites   0 Comments

Color spaces of #096996

RGB 9105150
HSL0.550.890.31
HSV199°94°59°
CMYK 0.940.300.00   0.41
XYZ10.669312.363230.6782
Yxy12.36320.19860.2302
Hunter Lab35.1613-7.3686-27.1175
CIE-Lab41.7876-7.8892-31.4814

#096996 color RGB value is (9,105,150).

#096996 hex color red value is 9, green value is 105 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #096996 hue: 0.55 , saturation: 0.89 and the lightness value of 096996 is 0.31.

The process color (four color CMYK) of #096996 color hex is 0.94, 0.30, 0.00, 0.41. Web safe color of #096996 is #006699. Color #096996 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101001 10010110
Octal 11 151 226
Decimal 9 105 150
Hex 9 69 96

RGB Percentages of Color #096996

%3.41
%39.77
%56.82

CMYK Percentages of Color #096996

%94
%30
%0
%41

Triadic Colors of #096996

#096996 #960969 #699609

Analogous Colors of #096996

#096996 #092296 #09967d

Monochromatic Colors of #096996

#096996

Complementary Color

#096996 #963609

#096996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#096996 Color CSS Codes

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

#096996 Text Font Color

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

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


#096996 Background Color

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

This div background color is #096996


#096996 Border Color

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

This div border color is #096996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096996


Comments

No comments written yet.

Please login to write comment.