Shades of Cerulean #096F99
Tints of Cerulean #096F99
RGB
CMYK
RGB Variations
Color information
#096F99 (or 0x096F99) is known color: Cerulean. HEX triplet: 09, 6F and 99. RGB value is (9,111,153). Sum of RGB (Red+Green+Blue) = 9+111+153=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #096F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096F99 is #F69066. Grayscale: #555555. Windows color (decimal): -16158823 or 10055433. OLE color: 10055433.
HSL color Cylindrical-coordinate representation of color #096F99: hue angle of 197.5º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096F99 is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 9 | 111 | 153 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.4 |
| HSL | 197.5º | 0.89% | 0.32% | - |
| HSV(B) | 197.5º | 0.94% | 0.6% | - |
| XYZ | 11.55 | 13.73 | 32.18 | - |
| YUV | 85.29 | 166.21 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 153 | 0.94 | 0.27 | 0 | 0.4 | 197.5 | 0.89 | 0.32 |
| Hex | 9 | 6F | 99 | 5E | 1B | 0 | 28 | C6 | 59 | 20 |
| Octal | 11 | 157 | 231 | 136 | 33 | 0 | 50 | 306 | 131 | 40 |
| Binary | 1001 | 1101111 | 10011001 | 1011110 | 11011 | 0 | 101000 | 11000110 | 1011001 | 100000 |
Color Harmonies of #096F99
Complementary color
Monochromatic Colors of #096F99
Black with #096F99
Text Example
Text Example
White with #096F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096F99; }
p { color: rgb(9,111,153); }
H1.HeaderClassName
{
color: #096F99;
}
.AnyTagClassName
{
color: #096F99;
}
</style>
background-color css
<style>
a { background-color: #096F99; }
a { background-color: rgb(9,111,153); }
div.DivClassName
{
background-color: #096F99;
}
.BgClassName
{
background-color: #096F99;
}
</style>
border-color css
<style>
span { border-color: #096F99; }
span { border-color: rgb(9,111,153); }
td.TdClassName
{
border-color: #096F99;
}
.TagClassName
{
border-color: #096F99;
}
</style>