Shades of Cerulean #0A70AC
Tints of Cerulean #0A70AC
RGB
CMYK
RGB Variations
Color information
#0A70AC (or 0x0A70AC) is known color: Cerulean. HEX triplet: 0A, 70 and AC. RGB value is (10,112,172). Sum of RGB (Red+Green+Blue) = 10+112+172=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A70AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A70AC is #F58F53. Grayscale: #585858. Windows color (decimal): -16093012 or 11300874. OLE color: 11300874.
HSL color Cylindrical-coordinate representation of color #0A70AC: hue angle of 202.22º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A70AC is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 112 | 172 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.33 |
| HSL | 202.22º | 0.89% | 0.36% | - |
| HSV(B) | 202.22º | 0.94% | 0.67% | - |
| XYZ | 13.37 | 14.63 | 41.15 | - |
| YUV | 88.34 | 175.21 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 112 | 172 | 0.94 | 0.35 | 0 | 0.33 | 202.22 | 0.89 | 0.36 |
| Hex | A | 70 | AC | 5E | 23 | 0 | 21 | CA | 59 | 24 |
| Octal | 12 | 160 | 254 | 136 | 43 | 0 | 41 | 312 | 131 | 44 |
| Binary | 1010 | 1110000 | 10101100 | 1011110 | 100011 | 0 | 100001 | 11001010 | 1011001 | 100100 |
Color Harmonies of #0A70AC
Complementary color
Monochromatic Colors of #0A70AC
Black with #0A70AC
Text Example
Text Example
White with #0A70AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A70AC; }
p { color: rgb(10,112,172); }
H1.HeaderClassName
{
color: #0A70AC;
}
.AnyTagClassName
{
color: #0A70AC;
}
</style>
background-color css
<style>
a { background-color: #0A70AC; }
a { background-color: rgb(10,112,172); }
div.DivClassName
{
background-color: #0A70AC;
}
.BgClassName
{
background-color: #0A70AC;
}
</style>
border-color css
<style>
span { border-color: #0A70AC; }
span { border-color: rgb(10,112,172); }
td.TdClassName
{
border-color: #0A70AC;
}
.TagClassName
{
border-color: #0A70AC;
}
</style>