Shades of Cerulean #096199
Tints of Cerulean #096199
RGB
CMYK
RGB Variations
Color information
#096199 (or 0x096199) is known color: Cerulean. HEX triplet: 09, 61 and 99. RGB value is (9,97,153). Sum of RGB (Red+Green+Blue) = 9+97+153=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #096199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096199 is #F69E66. Grayscale: #4C4C4C. Windows color (decimal): -16162407 or 10051849. OLE color: 10051849.
HSL color Cylindrical-coordinate representation of color #096199: hue angle of 203.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 #096199 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 9 | 97 | 153 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.4 |
| HSL | 203.33º | 0.89% | 0.32% | - |
| HSV(B) | 203.33º | 0.94% | 0.6% | - |
| XYZ | 10.14 | 10.91 | 31.71 | - |
| YUV | 77.07 | 170.85 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 153 | 0.94 | 0.37 | 0 | 0.4 | 203.33 | 0.89 | 0.32 |
| Hex | 9 | 61 | 99 | 5E | 25 | 0 | 28 | CB | 59 | 20 |
| Octal | 11 | 141 | 231 | 136 | 45 | 0 | 50 | 313 | 131 | 40 |
| Binary | 1001 | 1100001 | 10011001 | 1011110 | 100101 | 0 | 101000 | 11001011 | 1011001 | 100000 |
Color Harmonies of #096199
Complementary color
Monochromatic Colors of #096199
Black with #096199
Text Example
Text Example
White with #096199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096199; }
p { color: rgb(9,97,153); }
H1.HeaderClassName
{
color: #096199;
}
.AnyTagClassName
{
color: #096199;
}
</style>
background-color css
<style>
a { background-color: #096199; }
a { background-color: rgb(9,97,153); }
div.DivClassName
{
background-color: #096199;
}
.BgClassName
{
background-color: #096199;
}
</style>
border-color css
<style>
span { border-color: #096199; }
span { border-color: rgb(9,97,153); }
td.TdClassName
{
border-color: #096199;
}
.TagClassName
{
border-color: #096199;
}
</style>