Shades of Cobalt #0C57A4
Tints of Cobalt #0C57A4
RGB
CMYK
RGB Variations
Color information
#0C57A4 (or 0x0C57A4) is known color: Cobalt. HEX triplet: 0C, 57 and A4. RGB value is (12,87,164). Sum of RGB (Red+Green+Blue) = 12+87+164=263 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.56% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 164 (64.45% from 255 or 62.36% from 263); Max value from RGB is 164 - color contains mainly: blue. Hex color #0C57A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C57A4 is #F3A85B. Grayscale: #484848. Windows color (decimal): -15968348 or 10770188. OLE color: 10770188.
HSL color Cylindrical-coordinate representation of color #0C57A4: hue angle of 210.39º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C57A4 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 87 | 164 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.36 |
| HSL | 210.39º | 0.86% | 0.35% | - |
| HSV(B) | 210.39º | 0.93% | 0.64% | - |
| XYZ | 10.26 | 9.57 | 36.43 | - |
| YUV | 73.35 | 179.15 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 87 | 164 | 0.93 | 0.47 | 0 | 0.36 | 210.39 | 0.86 | 0.35 |
| Hex | C | 57 | A4 | 5D | 2F | 0 | 24 | D2 | 56 | 23 |
| Octal | 14 | 127 | 244 | 135 | 57 | 0 | 44 | 322 | 126 | 43 |
| Binary | 1100 | 1010111 | 10100100 | 1011101 | 101111 | 0 | 100100 | 11010010 | 1010110 | 100011 |
Color Harmonies of #0C57A4
Complementary color
Monochromatic Colors of #0C57A4
Black with #0C57A4
Text Example
Text Example
White with #0C57A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C57A4; }
p { color: rgb(12,87,164); }
H1.HeaderClassName
{
color: #0C57A4;
}
.AnyTagClassName
{
color: #0C57A4;
}
</style>
background-color css
<style>
a { background-color: #0C57A4; }
a { background-color: rgb(12,87,164); }
div.DivClassName
{
background-color: #0C57A4;
}
.BgClassName
{
background-color: #0C57A4;
}
</style>
border-color css
<style>
span { border-color: #0C57A4; }
span { border-color: rgb(12,87,164); }
td.TdClassName
{
border-color: #0C57A4;
}
.TagClassName
{
border-color: #0C57A4;
}
</style>