#096F9C

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

Shades of Cerulean #096F9C

Tints of Cerulean #096F9C

Color information

#096F9C (or 0x096F9C) is unknown color: approx Cerulean. HEX triplet: 09, 6F and 9C. RGB value is (9,111,156). Sum of RGB (Red+Green+Blue) = 9+111+156=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #096F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096F9C is #F69063. Grayscale: #555555. Windows color (decimal): -16158820 or 10252041. OLE color: 10252041.

HSL color Cylindrical-coordinate representation of color #096F9C: hue angle of 198.37º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096F9C is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9111156-
CMYK0.940.2900.39
HSL198.37º89.09%32.35%-
HSV(B)198.37º94.23%61.18%-
XYZ11.813.8333.5-
YUV85.63167.7173.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.26%
GREEN value IS 111 (43.75% from 255) = 40.22%
BLUE value IS 156 (61.33% from 255) = 56.52%
R=3.26%
G=40.22%
B=56.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91111560.940.2900.39198.3789.0932.35
Hex96F9C5E1D027c65920
Octal111572341363504730613140
Binary10011101111100111001011110111010100111110001101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096F9C; }

 p { color: rgb(9,111,156); }

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

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

 a { background-color: rgb(9,111,156); }

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

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

 span { border-color: rgb(9,111,156); }

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