Shades of Cerulean #0C71AB
Tints of Cerulean #0C71AB
RGB
CMYK
RGB Variations
Color information
#0C71AB (or 0x0C71AB) is known color: Cerulean. HEX triplet: 0C, 71 and AB. RGB value is (12,113,171). Sum of RGB (Red+Green+Blue) = 12+113+171=296 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.05% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C71AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C71AB is #F38E54. Grayscale: #595959. Windows color (decimal): -15961685 or 11235596. OLE color: 11235596.
HSL color Cylindrical-coordinate representation of color #0C71AB: hue angle of 201.89º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C71AB is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 113 | 171 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.33 |
| HSL | 201.89º | 0.87% | 0.36% | - |
| HSV(B) | 201.89º | 0.93% | 0.67% | - |
| XYZ | 13.41 | 14.83 | 40.68 | - |
| YUV | 89.41 | 174.04 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 113 | 171 | 0.93 | 0.34 | 0 | 0.33 | 201.89 | 0.87 | 0.36 |
| Hex | C | 71 | AB | 5D | 22 | 0 | 21 | CA | 57 | 24 |
| Octal | 14 | 161 | 253 | 135 | 42 | 0 | 41 | 312 | 127 | 44 |
| Binary | 1100 | 1110001 | 10101011 | 1011101 | 100010 | 0 | 100001 | 11001010 | 1010111 | 100100 |
Color Harmonies of #0C71AB
Complementary color
Monochromatic Colors of #0C71AB
Black with #0C71AB
Text Example
Text Example
White with #0C71AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C71AB; }
p { color: rgb(12,113,171); }
H1.HeaderClassName
{
color: #0C71AB;
}
.AnyTagClassName
{
color: #0C71AB;
}
</style>
background-color css
<style>
a { background-color: #0C71AB; }
a { background-color: rgb(12,113,171); }
div.DivClassName
{
background-color: #0C71AB;
}
.BgClassName
{
background-color: #0C71AB;
}
</style>
border-color css
<style>
span { border-color: #0C71AB; }
span { border-color: rgb(12,113,171); }
td.TdClassName
{
border-color: #0C71AB;
}
.TagClassName
{
border-color: #0C71AB;
}
</style>