Shades of Cerulean #0A769E
Tints of Cerulean #0A769E
RGB
CMYK
RGB Variations
Color information
#0A769E (or 0x0A769E) is known color: Cerulean. HEX triplet: 0A, 76 and 9E. RGB value is (10,118,158). Sum of RGB (Red+Green+Blue) = 10+118+158=286 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.50% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #0A769E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A769E is #F58961. Grayscale: #595959. Windows color (decimal): -16091490 or 10384906. OLE color: 10384906.
HSL color Cylindrical-coordinate representation of color #0A769E: hue angle of 196.22º 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 #0A769E is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 118 | 158 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.38 |
| HSL | 196.22º | 0.88% | 0.33% | - |
| HSV(B) | 196.22º | 0.94% | 0.62% | - |
| XYZ | 12.78 | 15.49 | 34.66 | - |
| YUV | 90.27 | 166.22 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 118 | 158 | 0.94 | 0.25 | 0 | 0.38 | 196.22 | 0.88 | 0.33 |
| Hex | A | 76 | 9E | 5E | 19 | 0 | 26 | C4 | 58 | 21 |
| Octal | 12 | 166 | 236 | 136 | 31 | 0 | 46 | 304 | 130 | 41 |
| Binary | 1010 | 1110110 | 10011110 | 1011110 | 11001 | 0 | 100110 | 11000100 | 1011000 | 100001 |
Color Harmonies of #0A769E
Complementary color
Monochromatic Colors of #0A769E
Black with #0A769E
Text Example
Text Example
White with #0A769E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A769E; }
p { color: rgb(10,118,158); }
H1.HeaderClassName
{
color: #0A769E;
}
.AnyTagClassName
{
color: #0A769E;
}
</style>
background-color css
<style>
a { background-color: #0A769E; }
a { background-color: rgb(10,118,158); }
div.DivClassName
{
background-color: #0A769E;
}
.BgClassName
{
background-color: #0A769E;
}
</style>
border-color css
<style>
span { border-color: #0A769E; }
span { border-color: rgb(10,118,158); }
td.TdClassName
{
border-color: #0A769E;
}
.TagClassName
{
border-color: #0A769E;
}
</style>