Shades of Cerulean #097192
Tints of Cerulean #097192
RGB
CMYK
RGB Variations
Color information
#097192 (or 0x097192) is known color: Cerulean. HEX triplet: 09, 71 and 92. RGB value is (9,113,146). Sum of RGB (Red+Green+Blue) = 9+113+146=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #097192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097192 is #F68E6D. Grayscale: #555555. Windows color (decimal): -16158318 or 9597193. OLE color: 9597193.
HSL color Cylindrical-coordinate representation of color #097192: hue angle of 194.45º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097192 is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 113 | 146 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.43 |
| HSL | 194.45º | 0.88% | 0.3% | - |
| HSV(B) | 194.45º | 0.94% | 0.57% | - |
| XYZ | 11.21 | 13.94 | 29.29 | - |
| YUV | 85.67 | 162.04 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 113 | 146 | 0.94 | 0.23 | 0 | 0.43 | 194.45 | 0.88 | 0.3 |
| Hex | 9 | 71 | 92 | 5E | 17 | 0 | 2B | C2 | 58 | 1E |
| Octal | 11 | 161 | 222 | 136 | 27 | 0 | 53 | 302 | 130 | 36 |
| Binary | 1001 | 1110001 | 10010010 | 1011110 | 10111 | 0 | 101011 | 11000010 | 1011000 | 11110 |
Color Harmonies of #097192
Complementary color
Monochromatic Colors of #097192
Black with #097192
Text Example
Text Example
White with #097192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097192; }
p { color: rgb(9,113,146); }
H1.HeaderClassName
{
color: #097192;
}
.AnyTagClassName
{
color: #097192;
}
</style>
background-color css
<style>
a { background-color: #097192; }
a { background-color: rgb(9,113,146); }
div.DivClassName
{
background-color: #097192;
}
.BgClassName
{
background-color: #097192;
}
</style>
border-color css
<style>
span { border-color: #097192; }
span { border-color: rgb(9,113,146); }
td.TdClassName
{
border-color: #097192;
}
.TagClassName
{
border-color: #097192;
}
</style>