Shades of Cobalt #0C4DAA
Tints of Cobalt #0C4DAA
RGB
CMYK
RGB Variations
Color information
#0C4DAA (or 0x0C4DAA) is known color: Cobalt. HEX triplet: 0C, 4D and AA. RGB value is (12,77,170). Sum of RGB (Red+Green+Blue) = 12+77+170=259 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.63% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 170 (66.80% from 255 or 65.64% from 259); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C4DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C4DAA is #F3B255. Grayscale: #434343. Windows color (decimal): -15970902 or 11160844. OLE color: 11160844.
HSL color Cylindrical-coordinate representation of color #0C4DAA: hue angle of 215.32º 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 #0C4DAA is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 77 | 170 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.33 |
| HSL | 215.32º | 0.87% | 0.36% | - |
| HSV(B) | 215.32º | 0.93% | 0.67% | - |
| XYZ | 10.06 | 8.29 | 39.1 | - |
| YUV | 68.17 | 185.47 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 77 | 170 | 0.93 | 0.55 | 0 | 0.33 | 215.32 | 0.87 | 0.36 |
| Hex | C | 4D | AA | 5D | 37 | 0 | 21 | D7 | 57 | 24 |
| Octal | 14 | 115 | 252 | 135 | 67 | 0 | 41 | 327 | 127 | 44 |
| Binary | 1100 | 1001101 | 10101010 | 1011101 | 110111 | 0 | 100001 | 11010111 | 1010111 | 100100 |
Color Harmonies of #0C4DAA
Complementary color
Monochromatic Colors of #0C4DAA
Black with #0C4DAA
Text Example
Text Example
White with #0C4DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4DAA; }
p { color: rgb(12,77,170); }
H1.HeaderClassName
{
color: #0C4DAA;
}
.AnyTagClassName
{
color: #0C4DAA;
}
</style>
background-color css
<style>
a { background-color: #0C4DAA; }
a { background-color: rgb(12,77,170); }
div.DivClassName
{
background-color: #0C4DAA;
}
.BgClassName
{
background-color: #0C4DAA;
}
</style>
border-color css
<style>
span { border-color: #0C4DAA; }
span { border-color: rgb(12,77,170); }
td.TdClassName
{
border-color: #0C4DAA;
}
.TagClassName
{
border-color: #0C4DAA;
}
</style>