Shades of Cerulean #0A72AC
Tints of Cerulean #0A72AC
RGB
CMYK
RGB Variations
Color information
#0A72AC (or 0x0A72AC) is known color: Cerulean. HEX triplet: 0A, 72 and AC. RGB value is (10,114,172). Sum of RGB (Red+Green+Blue) = 10+114+172=296 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.38% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A72AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A72AC is #F58D53. Grayscale: #595959. Windows color (decimal): -16092500 or 11301386. OLE color: 11301386.
HSL color Cylindrical-coordinate representation of color #0A72AC: hue angle of 201.48º 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 #0A72AC is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 114 | 172 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.33 |
| HSL | 201.48º | 0.89% | 0.36% | - |
| HSV(B) | 201.48º | 0.94% | 0.67% | - |
| XYZ | 13.59 | 15.08 | 41.22 | - |
| YUV | 89.52 | 174.54 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 114 | 172 | 0.94 | 0.34 | 0 | 0.33 | 201.48 | 0.89 | 0.36 |
| Hex | A | 72 | AC | 5E | 22 | 0 | 21 | C9 | 59 | 24 |
| Octal | 12 | 162 | 254 | 136 | 42 | 0 | 41 | 311 | 131 | 44 |
| Binary | 1010 | 1110010 | 10101100 | 1011110 | 100010 | 0 | 100001 | 11001001 | 1011001 | 100100 |
Color Harmonies of #0A72AC
Complementary color
Monochromatic Colors of #0A72AC
Black with #0A72AC
Text Example
Text Example
White with #0A72AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A72AC; }
p { color: rgb(10,114,172); }
H1.HeaderClassName
{
color: #0A72AC;
}
.AnyTagClassName
{
color: #0A72AC;
}
</style>
background-color css
<style>
a { background-color: #0A72AC; }
a { background-color: rgb(10,114,172); }
div.DivClassName
{
background-color: #0A72AC;
}
.BgClassName
{
background-color: #0A72AC;
}
</style>
border-color css
<style>
span { border-color: #0A72AC; }
span { border-color: rgb(10,114,172); }
td.TdClassName
{
border-color: #0A72AC;
}
.TagClassName
{
border-color: #0A72AC;
}
</style>