Shades of Cerulean #096198
Tints of Cerulean #096198
RGB
CMYK
RGB Variations
Color information
#096198 (or 0x096198) is known color: Cerulean. HEX triplet: 09, 61 and 98. RGB value is (9,97,152). Sum of RGB (Red+Green+Blue) = 9+97+152=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #096198 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096198 is #F69E67. Grayscale: #4C4C4C. Windows color (decimal): -16162408 or 9986313. OLE color: 9986313.
HSL color Cylindrical-coordinate representation of color #096198: hue angle of 203.08º 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 #096198 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 97 | 152 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.40 |
| HSL | 203.08º | 0.89% | 0.32% | - |
| HSV(B) | 203.08º | 0.94% | 0.6% | - |
| XYZ | 10.05 | 10.87 | 31.27 | - |
| YUV | 76.96 | 170.35 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 152 | 0.94 | 0.36 | 0 | 0.40 | 203.08 | 0.89 | 0.32 |
| Hex | 9 | 61 | 98 | 5E | 24 | 0 | 28 | CB | 59 | 20 |
| Octal | 11 | 141 | 230 | 136 | 44 | 0 | 50 | 313 | 131 | 40 |
| Binary | 1001 | 1100001 | 10011000 | 1011110 | 100100 | 0 | 101000 | 11001011 | 1011001 | 100000 |
Color Harmonies of #096198
Complementary color
Monochromatic Colors of #096198
Black with #096198
Text Example
Text Example
White with #096198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096198; }
p { color: rgb(9,97,152); }
H1.HeaderClassName
{
color: #096198;
}
.AnyTagClassName
{
color: #096198;
}
</style>
background-color css
<style>
a { background-color: #096198; }
a { background-color: rgb(9,97,152); }
div.DivClassName
{
background-color: #096198;
}
.BgClassName
{
background-color: #096198;
}
</style>
border-color css
<style>
span { border-color: #096198; }
span { border-color: rgb(9,97,152); }
td.TdClassName
{
border-color: #096198;
}
.TagClassName
{
border-color: #096198;
}
</style>