Shades of Cobalt #0C56AA
Tints of Cobalt #0C56AA
RGB
CMYK
RGB Variations
Color information
#0C56AA (or 0x0C56AA) is known color: Cobalt. HEX triplet: 0C, 56 and AA. RGB value is (12,86,170). Sum of RGB (Red+Green+Blue) = 12+86+170=268 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.48% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C56AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C56AA is #F3A955. Grayscale: #494949. Windows color (decimal): -15968598 or 11163148. OLE color: 11163148.
HSL color Cylindrical-coordinate representation of color #0C56AA: hue angle of 211.9º 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 #0C56AA is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 86 | 170 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.33 |
| HSL | 211.9º | 0.87% | 0.36% | - |
| HSV(B) | 211.9º | 0.93% | 0.67% | - |
| XYZ | 10.74 | 9.64 | 39.32 | - |
| YUV | 73.45 | 182.48 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 86 | 170 | 0.93 | 0.49 | 0 | 0.33 | 211.9 | 0.87 | 0.36 |
| Hex | C | 56 | AA | 5D | 31 | 0 | 21 | D4 | 57 | 24 |
| Octal | 14 | 126 | 252 | 135 | 61 | 0 | 41 | 324 | 127 | 44 |
| Binary | 1100 | 1010110 | 10101010 | 1011101 | 110001 | 0 | 100001 | 11010100 | 1010111 | 100100 |
Color Harmonies of #0C56AA
Complementary color
Monochromatic Colors of #0C56AA
Black with #0C56AA
Text Example
Text Example
White with #0C56AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C56AA; }
p { color: rgb(12,86,170); }
H1.HeaderClassName
{
color: #0C56AA;
}
.AnyTagClassName
{
color: #0C56AA;
}
</style>
background-color css
<style>
a { background-color: #0C56AA; }
a { background-color: rgb(12,86,170); }
div.DivClassName
{
background-color: #0C56AA;
}
.BgClassName
{
background-color: #0C56AA;
}
</style>
border-color css
<style>
span { border-color: #0C56AA; }
span { border-color: rgb(12,86,170); }
td.TdClassName
{
border-color: #0C56AA;
}
.TagClassName
{
border-color: #0C56AA;
}
</style>