Color Hex Logo

#096096 Color Hex

#096096
(9,96,150)
1 Favorites   0 Comments

Color spaces of #096096

RGB 996150
HSL0.560.890.31
HSV203°94°59°
CMYK 0.940.360.00   0.41
XYZ9.800510.625830.3886
Yxy10.62580.19290.2091
Hunter Lab32.5972-3.3784-32.4547
CIE-Lab38.9429-2.3606-35.9722

#096096 color RGB value is (9,96,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100000 10010110
Octal 11 140 226
Decimal 9 96 150
Hex 9 60 96

RGB Percentages of Color #096096

%3.53
%37.65
%58.82

CMYK Percentages of Color #096096

%94
%36
%0
%41

Triadic Colors of #096096

#096096 #960960 #609609

Analogous Colors of #096096

#096096 #091a96 #099686

Monochromatic Colors of #096096

#096096

Complementary Color

#096096 #963f09

#096096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#096096 Color CSS Codes

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

#096096 Text Font Color

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

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


#096096 Background Color

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

This div background color is #096096


#096096 Border Color

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

This div border color is #096096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096096


Comments

No comments written yet.

Please login to write comment.