Shades of Cobalt #0C4DAC
Tints of Cobalt #0C4DAC
RGB
CMYK
RGB Variations
Color information
#0C4DAC (or 0x0C4DAC) is known color: Cobalt. HEX triplet: 0C, 4D and AC. RGB value is (12,77,172). Sum of RGB (Red+Green+Blue) = 12+77+172=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 172 (67.58% from 255 or 65.90% from 261); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C4DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C4DAC is #F3B253. Grayscale: #434343. Windows color (decimal): -15970900 or 11291916. OLE color: 11291916.
HSL color Cylindrical-coordinate representation of color #0C4DAC: hue angle of 215.62º 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 #0C4DAC is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 77 | 172 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.33 |
| HSL | 215.63º | 0.87% | 0.36% | - |
| HSV(B) | 215.63º | 0.93% | 0.67% | - |
| XYZ | 10.25 | 8.36 | 40.1 | - |
| YUV | 68.4 | 186.47 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 77 | 172 | 0.93 | 0.55 | 0 | 0.33 | 215.63 | 0.87 | 0.36 |
| Hex | C | 4D | AC | 5D | 37 | 0 | 21 | D8 | 57 | 24 |
| Octal | 14 | 115 | 254 | 135 | 67 | 0 | 41 | 330 | 127 | 44 |
| Binary | 1100 | 1001101 | 10101100 | 1011101 | 110111 | 0 | 100001 | 11011000 | 1010111 | 100100 |
Color Harmonies of #0C4DAC
Complementary color
Monochromatic Colors of #0C4DAC
Black with #0C4DAC
Text Example
Text Example
White with #0C4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4DAC; }
p { color: rgb(12,77,172); }
H1.HeaderClassName
{
color: #0C4DAC;
}
.AnyTagClassName
{
color: #0C4DAC;
}
</style>
background-color css
<style>
a { background-color: #0C4DAC; }
a { background-color: rgb(12,77,172); }
div.DivClassName
{
background-color: #0C4DAC;
}
.BgClassName
{
background-color: #0C4DAC;
}
</style>
border-color css
<style>
span { border-color: #0C4DAC; }
span { border-color: rgb(12,77,172); }
td.TdClassName
{
border-color: #0C4DAC;
}
.TagClassName
{
border-color: #0C4DAC;
}
</style>