Shades of Cerulean #096D99
Tints of Cerulean #096D99
RGB
CMYK
RGB Variations
Color information
#096D99 (or 0x096D99) is known color: Cerulean. HEX triplet: 09, 6D and 99. RGB value is (9,109,153). Sum of RGB (Red+Green+Blue) = 9+109+153=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #096D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096D99 is #F69266. Grayscale: #535353. Windows color (decimal): -16159335 or 10054921. OLE color: 10054921.
HSL color Cylindrical-coordinate representation of color #096D99: hue angle of 198.33º 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 #096D99 is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 9 | 109 | 153 | - |
| CMYK | 0.94 | 0.29 | 0 | 0.4 |
| HSL | 198.33º | 0.89% | 0.32% | - |
| HSV(B) | 198.33º | 0.94% | 0.6% | - |
| XYZ | 11.33 | 13.3 | 32.11 | - |
| YUV | 84.12 | 166.87 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 153 | 0.94 | 0.29 | 0 | 0.4 | 198.33 | 0.89 | 0.32 |
| Hex | 9 | 6D | 99 | 5E | 1D | 0 | 28 | C6 | 59 | 20 |
| Octal | 11 | 155 | 231 | 136 | 35 | 0 | 50 | 306 | 131 | 40 |
| Binary | 1001 | 1101101 | 10011001 | 1011110 | 11101 | 0 | 101000 | 11000110 | 1011001 | 100000 |
Color Harmonies of #096D99
Complementary color
Monochromatic Colors of #096D99
Black with #096D99
Text Example
Text Example
White with #096D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096D99; }
p { color: rgb(9,109,153); }
H1.HeaderClassName
{
color: #096D99;
}
.AnyTagClassName
{
color: #096D99;
}
</style>
background-color css
<style>
a { background-color: #096D99; }
a { background-color: rgb(9,109,153); }
div.DivClassName
{
background-color: #096D99;
}
.BgClassName
{
background-color: #096D99;
}
</style>
border-color css
<style>
span { border-color: #096D99; }
span { border-color: rgb(9,109,153); }
td.TdClassName
{
border-color: #096D99;
}
.TagClassName
{
border-color: #096D99;
}
</style>