Shades of Cerulean #0A799B
Tints of Cerulean #0A799B
RGB
CMYK
RGB Variations
Color information
#0A799B (or 0x0A799B) is known color: Cerulean. HEX triplet: 0A, 79 and 9B. RGB value is (10,121,155). Sum of RGB (Red+Green+Blue) = 10+121+155=286 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.50% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #0A799B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A799B is #F58664. Grayscale: #5B5B5B. Windows color (decimal): -16090725 or 10189066. OLE color: 10189066.
HSL color Cylindrical-coordinate representation of color #0A799B: hue angle of 194.07º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A799B is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 121 | 155 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.39 |
| HSL | 194.07º | 0.88% | 0.32% | - |
| HSV(B) | 194.07º | 0.94% | 0.61% | - |
| XYZ | 12.88 | 16.11 | 33.44 | - |
| YUV | 91.69 | 163.73 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 121 | 155 | 0.94 | 0.22 | 0 | 0.39 | 194.07 | 0.88 | 0.32 |
| Hex | A | 79 | 9B | 5E | 16 | 0 | 27 | C2 | 58 | 20 |
| Octal | 12 | 171 | 233 | 136 | 26 | 0 | 47 | 302 | 130 | 40 |
| Binary | 1010 | 1111001 | 10011011 | 1011110 | 10110 | 0 | 100111 | 11000010 | 1011000 | 100000 |
Color Harmonies of #0A799B
Complementary color
Monochromatic Colors of #0A799B
Black with #0A799B
Text Example
Text Example
White with #0A799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A799B; }
p { color: rgb(10,121,155); }
H1.HeaderClassName
{
color: #0A799B;
}
.AnyTagClassName
{
color: #0A799B;
}
</style>
background-color css
<style>
a { background-color: #0A799B; }
a { background-color: rgb(10,121,155); }
div.DivClassName
{
background-color: #0A799B;
}
.BgClassName
{
background-color: #0A799B;
}
</style>
border-color css
<style>
span { border-color: #0A799B; }
span { border-color: rgb(10,121,155); }
td.TdClassName
{
border-color: #0A799B;
}
.TagClassName
{
border-color: #0A799B;
}
</style>