Shades of Cobalt #0C43AC
Tints of Cobalt #0C43AC
RGB
CMYK
RGB Variations
Color information
#0C43AC (or 0x0C43AC) is known color: Cobalt. HEX triplet: 0C, 43 and AC. RGB value is (12,67,172). Sum of RGB (Red+Green+Blue) = 12+67+172=251 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.78% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C43AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C43AC is #F3BC53. Grayscale: #3E3E3E. Windows color (decimal): -15973460 or 11289356. OLE color: 11289356.
HSL color Cylindrical-coordinate representation of color #0C43AC: hue angle of 219.38º 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 #0C43AC is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 67 | 172 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.33 |
| HSL | 219.38º | 0.87% | 0.36% | - |
| HSV(B) | 219.38º | 0.93% | 0.67% | - |
| XYZ | 9.61 | 7.07 | 39.89 | - |
| YUV | 62.53 | 189.78 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 67 | 172 | 0.93 | 0.61 | 0 | 0.33 | 219.38 | 0.87 | 0.36 |
| Hex | C | 43 | AC | 5D | 3D | 0 | 21 | DB | 57 | 24 |
| Octal | 14 | 103 | 254 | 135 | 75 | 0 | 41 | 333 | 127 | 44 |
| Binary | 1100 | 1000011 | 10101100 | 1011101 | 111101 | 0 | 100001 | 11011011 | 1010111 | 100100 |
Color Harmonies of #0C43AC
Complementary color
Monochromatic Colors of #0C43AC
Black with #0C43AC
Text Example
Text Example
White with #0C43AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C43AC; }
p { color: rgb(12,67,172); }
H1.HeaderClassName
{
color: #0C43AC;
}
.AnyTagClassName
{
color: #0C43AC;
}
</style>
background-color css
<style>
a { background-color: #0C43AC; }
a { background-color: rgb(12,67,172); }
div.DivClassName
{
background-color: #0C43AC;
}
.BgClassName
{
background-color: #0C43AC;
}
</style>
border-color css
<style>
span { border-color: #0C43AC; }
span { border-color: rgb(12,67,172); }
td.TdClassName
{
border-color: #0C43AC;
}
.TagClassName
{
border-color: #0C43AC;
}
</style>