Shades of Cerulean #0A799E
Tints of Cerulean #0A799E
RGB
CMYK
RGB Variations
Color information
#0A799E (or 0x0A799E) is known color: Cerulean. HEX triplet: 0A, 79 and 9E. RGB value is (10,121,158). Sum of RGB (Red+Green+Blue) = 10+121+158=289 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.46% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #0A799E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A799E is #F58661. Grayscale: #5B5B5B. Windows color (decimal): -16090722 or 10385674. OLE color: 10385674.
HSL color Cylindrical-coordinate representation of color #0A799E: hue angle of 195º degrees, saturation: 0.88, 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 #0A799E is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 121 | 158 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.38 |
| HSL | 195º | 0.88% | 0.33% | - |
| HSV(B) | 195º | 0.94% | 0.62% | - |
| XYZ | 13.13 | 16.21 | 34.78 | - |
| YUV | 92.03 | 165.23 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 121 | 158 | 0.94 | 0.23 | 0 | 0.38 | 195 | 0.88 | 0.33 |
| Hex | A | 79 | 9E | 5E | 17 | 0 | 26 | C3 | 58 | 21 |
| Octal | 12 | 171 | 236 | 136 | 27 | 0 | 46 | 303 | 130 | 41 |
| Binary | 1010 | 1111001 | 10011110 | 1011110 | 10111 | 0 | 100110 | 11000011 | 1011000 | 100001 |
Color Harmonies of #0A799E
Complementary color
Monochromatic Colors of #0A799E
Black with #0A799E
Text Example
Text Example
White with #0A799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A799E; }
p { color: rgb(10,121,158); }
H1.HeaderClassName
{
color: #0A799E;
}
.AnyTagClassName
{
color: #0A799E;
}
</style>
background-color css
<style>
a { background-color: #0A799E; }
a { background-color: rgb(10,121,158); }
div.DivClassName
{
background-color: #0A799E;
}
.BgClassName
{
background-color: #0A799E;
}
</style>
border-color css
<style>
span { border-color: #0A799E; }
span { border-color: rgb(10,121,158); }
td.TdClassName
{
border-color: #0A799E;
}
.TagClassName
{
border-color: #0A799E;
}
</style>