Shades of Cerulean #09799D
Tints of Cerulean #09799D
RGB
CMYK
RGB Variations
Color information
#09799D (or 0x09799D) is known color: Cerulean. HEX triplet: 09, 79 and 9D. RGB value is (9,121,157). Sum of RGB (Red+Green+Blue) = 9+121+157=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #09799D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09799D is #F68662. Grayscale: #5B5B5B. Windows color (decimal): -16156259 or 10320137. OLE color: 10320137.
HSL color Cylindrical-coordinate representation of color #09799D: hue angle of 194.59º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09799D is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 121 | 157 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.38 |
| HSL | 194.59º | 0.89% | 0.33% | - |
| HSV(B) | 194.59º | 0.94% | 0.62% | - |
| XYZ | 13.04 | 16.17 | 34.33 | - |
| YUV | 91.62 | 164.89 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 121 | 157 | 0.94 | 0.23 | 0 | 0.38 | 194.59 | 0.89 | 0.33 |
| Hex | 9 | 79 | 9D | 5E | 17 | 0 | 26 | C3 | 59 | 21 |
| Octal | 11 | 171 | 235 | 136 | 27 | 0 | 46 | 303 | 131 | 41 |
| Binary | 1001 | 1111001 | 10011101 | 1011110 | 10111 | 0 | 100110 | 11000011 | 1011001 | 100001 |
Color Harmonies of #09799D
Complementary color
Monochromatic Colors of #09799D
Black with #09799D
Text Example
Text Example
White with #09799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09799D; }
p { color: rgb(9,121,157); }
H1.HeaderClassName
{
color: #09799D;
}
.AnyTagClassName
{
color: #09799D;
}
</style>
background-color css
<style>
a { background-color: #09799D; }
a { background-color: rgb(9,121,157); }
div.DivClassName
{
background-color: #09799D;
}
.BgClassName
{
background-color: #09799D;
}
</style>
border-color css
<style>
span { border-color: #09799D; }
span { border-color: rgb(9,121,157); }
td.TdClassName
{
border-color: #09799D;
}
.TagClassName
{
border-color: #09799D;
}
</style>