Shades of Cerulean #0C7AAB
Tints of Cerulean #0C7AAB
RGB
CMYK
RGB Variations
Color information
#0C7AAB (or 0x0C7AAB) is known color: Cerulean. HEX triplet: 0C, 7A and AB. RGB value is (12,122,171). Sum of RGB (Red+Green+Blue) = 12+122+171=305 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.93% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C7AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7AAB is #F38554. Grayscale: #5E5E5E. Windows color (decimal): -15959381 or 11237900. OLE color: 11237900.
HSL color Cylindrical-coordinate representation of color #0C7AAB: hue angle of 198.49º 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 #0C7AAB is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 122 | 171 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.33 |
| HSL | 198.49º | 0.87% | 0.36% | - |
| HSV(B) | 198.49º | 0.93% | 0.67% | - |
| XYZ | 14.46 | 16.94 | 41.04 | - |
| YUV | 94.7 | 171.06 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 122 | 171 | 0.93 | 0.29 | 0 | 0.33 | 198.49 | 0.87 | 0.36 |
| Hex | C | 7A | AB | 5D | 1D | 0 | 21 | C6 | 57 | 24 |
| Octal | 14 | 172 | 253 | 135 | 35 | 0 | 41 | 306 | 127 | 44 |
| Binary | 1100 | 1111010 | 10101011 | 1011101 | 11101 | 0 | 100001 | 11000110 | 1010111 | 100100 |
Color Harmonies of #0C7AAB
Complementary color
Monochromatic Colors of #0C7AAB
Black with #0C7AAB
Text Example
Text Example
White with #0C7AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7AAB; }
p { color: rgb(12,122,171); }
H1.HeaderClassName
{
color: #0C7AAB;
}
.AnyTagClassName
{
color: #0C7AAB;
}
</style>
background-color css
<style>
a { background-color: #0C7AAB; }
a { background-color: rgb(12,122,171); }
div.DivClassName
{
background-color: #0C7AAB;
}
.BgClassName
{
background-color: #0C7AAB;
}
</style>
border-color css
<style>
span { border-color: #0C7AAB; }
span { border-color: rgb(12,122,171); }
td.TdClassName
{
border-color: #0C7AAB;
}
.TagClassName
{
border-color: #0C7AAB;
}
</style>