Shades of Cerulean #097098
Tints of Cerulean #097098
RGB
CMYK
RGB Variations
Color information
#097098 (or 0x097098) is known color: Cerulean. HEX triplet: 09, 70 and 98. RGB value is (9,112,152). Sum of RGB (Red+Green+Blue) = 9+112+152=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #097098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097098 is #F68F67. Grayscale: #555555. Windows color (decimal): -16158568 or 9990153. OLE color: 9990153.
HSL color Cylindrical-coordinate representation of color #097098: hue angle of 196.78º 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 #097098 is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 112 | 152 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.40 |
| HSL | 196.78º | 0.89% | 0.32% | - |
| HSV(B) | 196.78º | 0.94% | 0.6% | - |
| XYZ | 11.57 | 13.91 | 31.78 | - |
| YUV | 85.76 | 165.38 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 152 | 0.94 | 0.26 | 0 | 0.40 | 196.78 | 0.89 | 0.32 |
| Hex | 9 | 70 | 98 | 5E | 1A | 0 | 28 | C5 | 59 | 20 |
| Octal | 11 | 160 | 230 | 136 | 32 | 0 | 50 | 305 | 131 | 40 |
| Binary | 1001 | 1110000 | 10011000 | 1011110 | 11010 | 0 | 101000 | 11000101 | 1011001 | 100000 |
Color Harmonies of #097098
Complementary color
Monochromatic Colors of #097098
Black with #097098
Text Example
Text Example
White with #097098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097098; }
p { color: rgb(9,112,152); }
H1.HeaderClassName
{
color: #097098;
}
.AnyTagClassName
{
color: #097098;
}
</style>
background-color css
<style>
a { background-color: #097098; }
a { background-color: rgb(9,112,152); }
div.DivClassName
{
background-color: #097098;
}
.BgClassName
{
background-color: #097098;
}
</style>
border-color css
<style>
span { border-color: #097098; }
span { border-color: rgb(9,112,152); }
td.TdClassName
{
border-color: #097098;
}
.TagClassName
{
border-color: #097098;
}
</style>