Shades of Cerulean #096599
Tints of Cerulean #096599
RGB
CMYK
RGB Variations
Color information
#096599 (or 0x096599) is known color: Cerulean. HEX triplet: 09, 65 and 99. RGB value is (9,101,153). Sum of RGB (Red+Green+Blue) = 9+101+153=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #096599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096599 is #F69A66. Grayscale: #4F4F4F. Windows color (decimal): -16161383 or 10052873. OLE color: 10052873.
HSL color Cylindrical-coordinate representation of color #096599: hue angle of 201.67º 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 #096599 is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 9 | 101 | 153 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.4 |
| HSL | 201.67º | 0.89% | 0.32% | - |
| HSV(B) | 201.67º | 0.94% | 0.6% | - |
| XYZ | 10.52 | 11.67 | 31.83 | - |
| YUV | 79.42 | 169.52 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 153 | 0.94 | 0.34 | 0 | 0.4 | 201.67 | 0.89 | 0.32 |
| Hex | 9 | 65 | 99 | 5E | 22 | 0 | 28 | CA | 59 | 20 |
| Octal | 11 | 145 | 231 | 136 | 42 | 0 | 50 | 312 | 131 | 40 |
| Binary | 1001 | 1100101 | 10011001 | 1011110 | 100010 | 0 | 101000 | 11001010 | 1011001 | 100000 |
Color Harmonies of #096599
Complementary color
Monochromatic Colors of #096599
Black with #096599
Text Example
Text Example
White with #096599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096599; }
p { color: rgb(9,101,153); }
H1.HeaderClassName
{
color: #096599;
}
.AnyTagClassName
{
color: #096599;
}
</style>
background-color css
<style>
a { background-color: #096599; }
a { background-color: rgb(9,101,153); }
div.DivClassName
{
background-color: #096599;
}
.BgClassName
{
background-color: #096599;
}
</style>
border-color css
<style>
span { border-color: #096599; }
span { border-color: rgb(9,101,153); }
td.TdClassName
{
border-color: #096599;
}
.TagClassName
{
border-color: #096599;
}
</style>