Shades of Cerulean #0A76AA
Tints of Cerulean #0A76AA
RGB
CMYK
RGB Variations
Color information
#0A76AA (or 0x0A76AA) is known color: Cerulean. HEX triplet: 0A, 76 and AA. RGB value is (10,118,170). Sum of RGB (Red+Green+Blue) = 10+118+170=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A76AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A76AA is #F58955. Grayscale: #5B5B5B. Windows color (decimal): -16091478 or 11171338. OLE color: 11171338.
HSL color Cylindrical-coordinate representation of color #0A76AA: hue angle of 199.5º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A76AA is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 118 | 170 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.33 |
| HSL | 199.5º | 0.89% | 0.35% | - |
| HSV(B) | 199.5º | 0.94% | 0.67% | - |
| XYZ | 13.86 | 15.92 | 40.37 | - |
| YUV | 91.64 | 172.22 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 118 | 170 | 0.94 | 0.31 | 0 | 0.33 | 199.5 | 0.89 | 0.35 |
| Hex | A | 76 | AA | 5E | 1F | 0 | 21 | C8 | 59 | 23 |
| Octal | 12 | 166 | 252 | 136 | 37 | 0 | 41 | 310 | 131 | 43 |
| Binary | 1010 | 1110110 | 10101010 | 1011110 | 11111 | 0 | 100001 | 11001000 | 1011001 | 100011 |
Color Harmonies of #0A76AA
Complementary color
Monochromatic Colors of #0A76AA
Black with #0A76AA
Text Example
Text Example
White with #0A76AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A76AA; }
p { color: rgb(10,118,170); }
H1.HeaderClassName
{
color: #0A76AA;
}
.AnyTagClassName
{
color: #0A76AA;
}
</style>
background-color css
<style>
a { background-color: #0A76AA; }
a { background-color: rgb(10,118,170); }
div.DivClassName
{
background-color: #0A76AA;
}
.BgClassName
{
background-color: #0A76AA;
}
</style>
border-color css
<style>
span { border-color: #0A76AA; }
span { border-color: rgb(10,118,170); }
td.TdClassName
{
border-color: #0A76AA;
}
.TagClassName
{
border-color: #0A76AA;
}
</style>