Shades of Cobalt #0C4CAA
Tints of Cobalt #0C4CAA
RGB
CMYK
RGB Variations
Color information
#0C4CAA (or 0x0C4CAA) is known color: Cobalt. HEX triplet: 0C, 4C and AA. RGB value is (12,76,170). Sum of RGB (Red+Green+Blue) = 12+76+170=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C4CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4CAA is #F3B355. Grayscale: #434343. Windows color (decimal): -15971158 or 11160588. OLE color: 11160588.
HSL color Cylindrical-coordinate representation of color #0C4CAA: hue angle of 215.7º 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 #0C4CAA is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 76 | 170 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.33 |
| HSL | 215.7º | 0.87% | 0.36% | - |
| HSV(B) | 215.7º | 0.93% | 0.67% | - |
| XYZ | 9.99 | 8.15 | 39.08 | - |
| YUV | 67.58 | 185.8 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 76 | 170 | 0.93 | 0.55 | 0 | 0.33 | 215.7 | 0.87 | 0.36 |
| Hex | C | 4C | AA | 5D | 37 | 0 | 21 | D8 | 57 | 24 |
| Octal | 14 | 114 | 252 | 135 | 67 | 0 | 41 | 330 | 127 | 44 |
| Binary | 1100 | 1001100 | 10101010 | 1011101 | 110111 | 0 | 100001 | 11011000 | 1010111 | 100100 |
Color Harmonies of #0C4CAA
Complementary color
Monochromatic Colors of #0C4CAA
Black with #0C4CAA
Text Example
Text Example
White with #0C4CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4CAA; }
p { color: rgb(12,76,170); }
H1.HeaderClassName
{
color: #0C4CAA;
}
.AnyTagClassName
{
color: #0C4CAA;
}
</style>
background-color css
<style>
a { background-color: #0C4CAA; }
a { background-color: rgb(12,76,170); }
div.DivClassName
{
background-color: #0C4CAA;
}
.BgClassName
{
background-color: #0C4CAA;
}
</style>
border-color css
<style>
span { border-color: #0C4CAA; }
span { border-color: rgb(12,76,170); }
td.TdClassName
{
border-color: #0C4CAA;
}
.TagClassName
{
border-color: #0C4CAA;
}
</style>