Shades of Cerulean #0A71AB
Tints of Cerulean #0A71AB
RGB
CMYK
RGB Variations
Color information
#0A71AB (or 0x0A71AB) is known color: Cerulean. HEX triplet: 0A, 71 and AB. RGB value is (10,113,171). Sum of RGB (Red+Green+Blue) = 10+113+171=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A71AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A71AB is #F58E54. Grayscale: #585858. Windows color (decimal): -16092757 or 11235594. OLE color: 11235594.
HSL color Cylindrical-coordinate representation of color #0A71AB: hue angle of 201.61º 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 #0A71AB is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 113 | 171 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.33 |
| HSL | 201.61º | 0.89% | 0.35% | - |
| HSV(B) | 201.61º | 0.94% | 0.67% | - |
| XYZ | 13.38 | 14.82 | 40.68 | - |
| YUV | 88.82 | 174.38 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 113 | 171 | 0.94 | 0.34 | 0 | 0.33 | 201.61 | 0.89 | 0.35 |
| Hex | A | 71 | AB | 5E | 22 | 0 | 21 | CA | 59 | 23 |
| Octal | 12 | 161 | 253 | 136 | 42 | 0 | 41 | 312 | 131 | 43 |
| Binary | 1010 | 1110001 | 10101011 | 1011110 | 100010 | 0 | 100001 | 11001010 | 1011001 | 100011 |
Color Harmonies of #0A71AB
Complementary color
Monochromatic Colors of #0A71AB
Black with #0A71AB
Text Example
Text Example
White with #0A71AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A71AB; }
p { color: rgb(10,113,171); }
H1.HeaderClassName
{
color: #0A71AB;
}
.AnyTagClassName
{
color: #0A71AB;
}
</style>
background-color css
<style>
a { background-color: #0A71AB; }
a { background-color: rgb(10,113,171); }
div.DivClassName
{
background-color: #0A71AB;
}
.BgClassName
{
background-color: #0A71AB;
}
</style>
border-color css
<style>
span { border-color: #0A71AB; }
span { border-color: rgb(10,113,171); }
td.TdClassName
{
border-color: #0A71AB;
}
.TagClassName
{
border-color: #0A71AB;
}
</style>