Shades of Cerulean #096D9B
Tints of Cerulean #096D9B
RGB
CMYK
RGB Variations
Color information
#096D9B (or 0x096D9B) is known color: 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
| RGB | 9 | 109 | 155 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.39 |
| HSL | 198.9º | 0.89% | 0.32% | - |
| HSV(B) | 198.9º | 0.94% | 0.61% | - |
| XYZ | 11.5 | 13.36 | 32.98 | - |
| YUV | 84.34 | 167.87 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 155 | 0.94 | 0.30 | 0 | 0.39 | 198.9 | 0.89 | 0.32 |
| Hex | 9 | 6D | 9B | 5E | 1E | 0 | 27 | C7 | 59 | 20 |
| Octal | 11 | 155 | 233 | 136 | 36 | 0 | 47 | 307 | 131 | 40 |
| Binary | 1001 | 1101101 | 10011011 | 1011110 | 11110 | 0 | 100111 | 11000111 | 1011001 | 100000 |
Color Harmonies of #096D9B
Complementary color
Monochromatic Colors of #096D9B
Black with #096D9B
Text Example
Text Example
White with #096D9B
Text Example
Text Example
HTML Codes & Css Web 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>