Color Hex Logo

#097596 Color Hex

#097596
(9,117,150)
0 Favorites   0 Comments

Color spaces of #097596

RGB 9117150
HSL0.540.890.31
HSV194°94°59°
CMYK 0.940.220.00   0.41
XYZ11.979014.982731.1147
Yxy14.98270.20630.2580
Hunter Lab38.7075-12.4968-20.5645
CIE-Lab45.6105-14.8761-25.5092

#097596 color RGB value is (9,117,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01110101 10010110
Octal 11 165 226
Decimal 9 117 150
Hex 9 75 96

RGB Percentages of Color #097596

%3.26
%42.39
%54.35

CMYK Percentages of Color #097596

%94
%22
%0
%41

Triadic Colors of #097596

#097596 #960975 #759609

Analogous Colors of #097596

#097596 #092e96 #099671

Monochromatic Colors of #097596

#097596

Complementary Color

#097596 #962a09

#097596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#097596 Color CSS Codes

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

#097596 Text Font Color

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

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


#097596 Background Color

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

This div background color is #097596


#097596 Border Color

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

This div border color is #097596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097596


Comments

No comments written yet.

Please login to write comment.