Shades of Cobalt #0C4DAB
Tints of Cobalt #0C4DAB
RGB
CMYK
RGB Variations
Color information
#0C4DAB (or 0x0C4DAB) is known color: Cobalt. HEX triplet: 0C, 4D and AB. RGB value is (12,77,171). Sum of RGB (Red+Green+Blue) = 12+77+171=260 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.62% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C4DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C4DAB is #F3B254. Grayscale: #434343. Windows color (decimal): -15970901 or 11226380. OLE color: 11226380.
HSL color Cylindrical-coordinate representation of color #0C4DAB: hue angle of 215.47º 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 #0C4DAB is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 77 | 171 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.33 |
| HSL | 215.47º | 0.87% | 0.36% | - |
| HSV(B) | 215.47º | 0.93% | 0.67% | - |
| XYZ | 10.16 | 8.33 | 39.6 | - |
| YUV | 68.28 | 185.97 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 77 | 171 | 0.93 | 0.55 | 0 | 0.33 | 215.47 | 0.87 | 0.36 |
| Hex | C | 4D | AB | 5D | 37 | 0 | 21 | D7 | 57 | 24 |
| Octal | 14 | 115 | 253 | 135 | 67 | 0 | 41 | 327 | 127 | 44 |
| Binary | 1100 | 1001101 | 10101011 | 1011101 | 110111 | 0 | 100001 | 11010111 | 1010111 | 100100 |
Color Harmonies of #0C4DAB
Complementary color
Monochromatic Colors of #0C4DAB
Black with #0C4DAB
Text Example
Text Example
White with #0C4DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4DAB; }
p { color: rgb(12,77,171); }
H1.HeaderClassName
{
color: #0C4DAB;
}
.AnyTagClassName
{
color: #0C4DAB;
}
</style>
background-color css
<style>
a { background-color: #0C4DAB; }
a { background-color: rgb(12,77,171); }
div.DivClassName
{
background-color: #0C4DAB;
}
.BgClassName
{
background-color: #0C4DAB;
}
</style>
border-color css
<style>
span { border-color: #0C4DAB; }
span { border-color: rgb(12,77,171); }
td.TdClassName
{
border-color: #0C4DAB;
}
.TagClassName
{
border-color: #0C4DAB;
}
</style>