#096D9B

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

Shades of Cerulean #096D9B

Tints of Cerulean #096D9B

Color information

#096D9B (or 0x096D9B) is unknown color: approx Cerulean. HEX triplet: 09, 6D and 9B. RGB value is (9,109,155). Sum of RGB (Red+Green+Blue) = 9+109+155=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #096D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096D9B is #F69264. Grayscale: #545454. Windows color (decimal): -16159333 or 10185993. OLE color: 10185993.

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

Color convert

RGB9109155-
CMYK0.940.3000.39
HSL198.9º89.02%32.16%-
HSV(B)198.9º94.19%60.78%-
XYZ11.513.3632.98-
YUV84.34167.8774.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.30%
GREEN value IS 109 (42.97% from 255) = 39.93%
BLUE value IS 155 (60.94% from 255) = 56.78%
R=3.30%
G=39.93%
B=56.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91091550.940.3000.39198.989.0232.16
Hex96D9B5E1E027c75920
Octal111552331363604730713140
Binary10011101101100110111011110111100100111110001111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,109,155); }

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

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

 a { background-color: rgb(9,109,155); }

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

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

 span { border-color: rgb(9,109,155); }

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