Shades of Cerulean #096098
Tints of Cerulean #096098
RGB
CMYK
RGB Variations
Color information
#096098 (or 0x096098) is known color: Cerulean. HEX triplet: 09, 60 and 98. RGB value is (9,96,152). Sum of RGB (Red+Green+Blue) = 9+96+152=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #096098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096098 is #F69F67. Grayscale: #4C4C4C. Windows color (decimal): -16162664 or 9986057. OLE color: 9986057.
HSL color Cylindrical-coordinate representation of color #096098: hue angle of 203.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 #096098 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 96 | 152 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.40 |
| HSL | 203.5º | 0.89% | 0.32% | - |
| HSV(B) | 203.5º | 0.94% | 0.6% | - |
| XYZ | 9.96 | 10.69 | 31.24 | - |
| YUV | 76.37 | 170.68 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 152 | 0.94 | 0.37 | 0 | 0.40 | 203.5 | 0.89 | 0.32 |
| Hex | 9 | 60 | 98 | 5E | 25 | 0 | 28 | CB | 59 | 20 |
| Octal | 11 | 140 | 230 | 136 | 45 | 0 | 50 | 313 | 131 | 40 |
| Binary | 1001 | 1100000 | 10011000 | 1011110 | 100101 | 0 | 101000 | 11001011 | 1011001 | 100000 |
Color Harmonies of #096098
Complementary color
Monochromatic Colors of #096098
Black with #096098
Text Example
Text Example
White with #096098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096098; }
p { color: rgb(9,96,152); }
H1.HeaderClassName
{
color: #096098;
}
.AnyTagClassName
{
color: #096098;
}
</style>
background-color css
<style>
a { background-color: #096098; }
a { background-color: rgb(9,96,152); }
div.DivClassName
{
background-color: #096098;
}
.BgClassName
{
background-color: #096098;
}
</style>
border-color css
<style>
span { border-color: #096098; }
span { border-color: rgb(9,96,152); }
td.TdClassName
{
border-color: #096098;
}
.TagClassName
{
border-color: #096098;
}
</style>