#096197

Color #096197 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #096197

Tints of Cerulean #096197

Color information

#096197 (or 0x096197) is unknown color: approx Cerulean. HEX triplet: 09, 61 and 97. RGB value is (9,97,151). Sum of RGB (Red+Green+Blue) = 9+97+151=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 151 (59.38% from 255 or 58.75% from 257); Max value from RGB is 151 - color contains mainly: blue. Hex color #096197 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096197 is #F69E68. Grayscale: #4C4C4C. Windows color (decimal): -16162409 or 9920777. OLE color: 9920777.

HSL color Cylindrical-coordinate representation of color #096197: hue angle of 202.82º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096197 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB997151-
CMYK0.940.3600.41
HSL202.82º88.75%31.37%-
HSV(B)202.82º94.04%59.22%-
XYZ9.9710.8430.85-
YUV76.84169.8579.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 3.50%
GREEN value IS 97 (38.28% from 255) = 37.74%
BLUE value IS 151 (59.38% from 255) = 58.75%
R=3.50%
G=37.74%
B=58.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9971510.940.3600.41202.8288.7531.37
Hex961975E24029cb591f
Octal111412271364405131313137
Binary10011100001100101111011110100100010100111001011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096197; }

 p { color: rgb(9,97,151); }

 H1.HeaderClassName
 {
   color: #096197;
 }
 .AnyTagClassName
 {
   color: #096197;
 }
</style>
background-color css

<style>
 a { background-color: #096197; }

 a { background-color: rgb(9,97,151); }

 div.DivClassName
 {
   background-color: #096197;
 }
 .BgClassName
 {
   background-color: #096197;
 }
</style>
border-color css

<style>
 span { border-color: #096197; }

 span { border-color: rgb(9,97,151); }

 td.TdClassName
 {
   border-color: #096197;
 }
 .TagClassName
 {
   border-color: #096197;
 }
</style>