#096997

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

Shades of Cerulean #096997

Tints of Cerulean #096997

Color information

#096997 (or 0x096997) is unknown color: approx Cerulean. HEX triplet: 09, 69 and 97. RGB value is (9,105,151). Sum of RGB (Red+Green+Blue) = 9+105+151=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 151 (59.38% from 255 or 56.98% from 265); Max value from RGB is 151 - color contains mainly: blue. Hex color #096997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096997 is #F69668. Grayscale: #515151. Windows color (decimal): -16160361 or 9922825. OLE color: 9922825.

HSL color Cylindrical-coordinate representation of color #096997: hue angle of 199.44º 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 #096997 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9105151-
CMYK0.940.3000.41
HSL199.44º88.75%31.37%-
HSV(B)199.44º94.04%59.22%-
XYZ10.7512.431.1-
YUV81.54167.276.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.40%
GREEN value IS 105 (41.41% from 255) = 39.62%
BLUE value IS 151 (59.38% from 255) = 56.98%
R=3.40%
G=39.62%
B=56.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal91051510.940.3000.41199.4488.7531.37
Hex969975E1E029c7591f
Octal111512271363605130713137
Binary1001110100110010111101111011110010100111000111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096997; }

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

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

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

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

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

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

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

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