Shades of Cerulean #097799
Tints of Cerulean #097799
RGB
CMYK
RGB Variations
Color information
#097799 (or 0x097799) is known color: Cerulean. HEX triplet: 09, 77 and 99. RGB value is (9,119,153). Sum of RGB (Red+Green+Blue) = 9+119+153=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #097799 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097799 is #F68866. Grayscale: #595959. Windows color (decimal): -16156775 or 10057481. OLE color: 10057481.
HSL color Cylindrical-coordinate representation of color #097799: hue angle of 194.17º 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 #097799 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 9 | 119 | 153 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.4 |
| HSL | 194.17º | 0.89% | 0.32% | - |
| HSV(B) | 194.17º | 0.94% | 0.6% | - |
| XYZ | 12.46 | 15.55 | 32.48 | - |
| YUV | 89.99 | 163.56 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 119 | 153 | 0.94 | 0.22 | 0 | 0.4 | 194.17 | 0.89 | 0.32 |
| Hex | 9 | 77 | 99 | 5E | 16 | 0 | 28 | C2 | 59 | 20 |
| Octal | 11 | 167 | 231 | 136 | 26 | 0 | 50 | 302 | 131 | 40 |
| Binary | 1001 | 1110111 | 10011001 | 1011110 | 10110 | 0 | 101000 | 11000010 | 1011001 | 100000 |
Color Harmonies of #097799
Complementary color
Monochromatic Colors of #097799
Black with #097799
Text Example
Text Example
White with #097799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097799; }
p { color: rgb(9,119,153); }
H1.HeaderClassName
{
color: #097799;
}
.AnyTagClassName
{
color: #097799;
}
</style>
background-color css
<style>
a { background-color: #097799; }
a { background-color: rgb(9,119,153); }
div.DivClassName
{
background-color: #097799;
}
.BgClassName
{
background-color: #097799;
}
</style>
border-color css
<style>
span { border-color: #097799; }
span { border-color: rgb(9,119,153); }
td.TdClassName
{
border-color: #097799;
}
.TagClassName
{
border-color: #097799;
}
</style>