Shades of Cerulean #0A7799
Tints of Cerulean #0A7799
RGB
CMYK
RGB Variations
Color information
#0A7799 (or 0x0A7799) is known color: Cerulean. HEX triplet: 0A, 77 and 99. RGB value is (10,119,153). Sum of RGB (Red+Green+Blue) = 10+119+153=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #0A7799 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7799 is #F58866. Grayscale: #5A5A5A. Windows color (decimal): -16091239 or 10057482. OLE color: 10057482.
HSL color Cylindrical-coordinate representation of color #0A7799: hue angle of 194.27º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A7799 is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 10 | 119 | 153 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.4 |
| HSL | 194.27º | 0.88% | 0.32% | - |
| HSV(B) | 194.27º | 0.93% | 0.6% | - |
| XYZ | 12.47 | 15.56 | 32.48 | - |
| YUV | 90.29 | 163.39 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 119 | 153 | 0.93 | 0.22 | 0 | 0.4 | 194.27 | 0.88 | 0.32 |
| Hex | A | 77 | 99 | 5D | 16 | 0 | 28 | C2 | 58 | 20 |
| Octal | 12 | 167 | 231 | 135 | 26 | 0 | 50 | 302 | 130 | 40 |
| Binary | 1010 | 1110111 | 10011001 | 1011101 | 10110 | 0 | 101000 | 11000010 | 1011000 | 100000 |
Color Harmonies of #0A7799
Complementary color
Monochromatic Colors of #0A7799
Black with #0A7799
Text Example
Text Example
White with #0A7799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7799; }
p { color: rgb(10,119,153); }
H1.HeaderClassName
{
color: #0A7799;
}
.AnyTagClassName
{
color: #0A7799;
}
</style>
background-color css
<style>
a { background-color: #0A7799; }
a { background-color: rgb(10,119,153); }
div.DivClassName
{
background-color: #0A7799;
}
.BgClassName
{
background-color: #0A7799;
}
</style>
border-color css
<style>
span { border-color: #0A7799; }
span { border-color: rgb(10,119,153); }
td.TdClassName
{
border-color: #0A7799;
}
.TagClassName
{
border-color: #0A7799;
}
</style>