Shades of Cerulean #0A76A5
Tints of Cerulean #0A76A5
RGB
CMYK
RGB Variations
Color information
#0A76A5 (or 0x0A76A5) is known color: Cerulean. HEX triplet: 0A, 76 and A5. RGB value is (10,118,165). Sum of RGB (Red+Green+Blue) = 10+118+165=293 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.41% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 165 (64.84% from 255 or 56.31% from 293); Max value from RGB is 165 - color contains mainly: blue. Hex color #0A76A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A76A5 is #F5895A. Grayscale: #5A5A5A. Windows color (decimal): -16091483 or 10843658. OLE color: 10843658.
HSL color Cylindrical-coordinate representation of color #0A76A5: hue angle of 198.19º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A76A5 is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 118 | 165 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.35 |
| HSL | 198.19º | 0.89% | 0.34% | - |
| HSV(B) | 198.19º | 0.94% | 0.65% | - |
| XYZ | 13.4 | 15.74 | 37.93 | - |
| YUV | 91.07 | 169.72 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 118 | 165 | 0.94 | 0.28 | 0 | 0.35 | 198.19 | 0.89 | 0.34 |
| Hex | A | 76 | A5 | 5E | 1C | 0 | 23 | C6 | 59 | 22 |
| Octal | 12 | 166 | 245 | 136 | 34 | 0 | 43 | 306 | 131 | 42 |
| Binary | 1010 | 1110110 | 10100101 | 1011110 | 11100 | 0 | 100011 | 11000110 | 1011001 | 100010 |
Color Harmonies of #0A76A5
Complementary color
Monochromatic Colors of #0A76A5
Black with #0A76A5
Text Example
Text Example
White with #0A76A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A76A5; }
p { color: rgb(10,118,165); }
H1.HeaderClassName
{
color: #0A76A5;
}
.AnyTagClassName
{
color: #0A76A5;
}
</style>
background-color css
<style>
a { background-color: #0A76A5; }
a { background-color: rgb(10,118,165); }
div.DivClassName
{
background-color: #0A76A5;
}
.BgClassName
{
background-color: #0A76A5;
}
</style>
border-color css
<style>
span { border-color: #0A76A5; }
span { border-color: rgb(10,118,165); }
td.TdClassName
{
border-color: #0A76A5;
}
.TagClassName
{
border-color: #0A76A5;
}
</style>