Shades of Cobalt #0C4AAC
Tints of Cobalt #0C4AAC
RGB
CMYK
RGB Variations
Color information
#0C4AAC (or 0x0C4AAC) is known color: Cobalt. HEX triplet: 0C, 4A and AC. RGB value is (12,74,172). Sum of RGB (Red+Green+Blue) = 12+74+172=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C4AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4AAC is #F3B553. Grayscale: #424242. Windows color (decimal): -15971668 or 11291148. OLE color: 11291148.
HSL color Cylindrical-coordinate representation of color #0C4AAC: hue angle of 216.75º 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 #0C4AAC is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 74 | 172 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.33 |
| HSL | 216.75º | 0.87% | 0.36% | - |
| HSV(B) | 216.75º | 0.93% | 0.67% | - |
| XYZ | 10.05 | 7.95 | 40.04 | - |
| YUV | 66.63 | 187.46 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 74 | 172 | 0.93 | 0.57 | 0 | 0.33 | 216.75 | 0.87 | 0.36 |
| Hex | C | 4A | AC | 5D | 39 | 0 | 21 | D9 | 57 | 24 |
| Octal | 14 | 112 | 254 | 135 | 71 | 0 | 41 | 331 | 127 | 44 |
| Binary | 1100 | 1001010 | 10101100 | 1011101 | 111001 | 0 | 100001 | 11011001 | 1010111 | 100100 |
Color Harmonies of #0C4AAC
Complementary color
Monochromatic Colors of #0C4AAC
Black with #0C4AAC
Text Example
Text Example
White with #0C4AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4AAC; }
p { color: rgb(12,74,172); }
H1.HeaderClassName
{
color: #0C4AAC;
}
.AnyTagClassName
{
color: #0C4AAC;
}
</style>
background-color css
<style>
a { background-color: #0C4AAC; }
a { background-color: rgb(12,74,172); }
div.DivClassName
{
background-color: #0C4AAC;
}
.BgClassName
{
background-color: #0C4AAC;
}
</style>
border-color css
<style>
span { border-color: #0C4AAC; }
span { border-color: rgb(12,74,172); }
td.TdClassName
{
border-color: #0C4AAC;
}
.TagClassName
{
border-color: #0C4AAC;
}
</style>