Shades of Cobalt #0C43AE
Tints of Cobalt #0C43AE
RGB
CMYK
RGB Variations
Color information
#0C43AE (or 0x0C43AE) is known color: Cobalt. HEX triplet: 0C, 43 and AE. RGB value is (12,67,174). Sum of RGB (Red+Green+Blue) = 12+67+174=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C43AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C43AE is #F3BC51. Grayscale: #3E3E3E. Windows color (decimal): -15973458 or 11420428. OLE color: 11420428.
HSL color Cylindrical-coordinate representation of color #0C43AE: hue angle of 219.63º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C43AE is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 67 | 174 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.32 |
| HSL | 219.63º | 0.87% | 0.36% | - |
| HSV(B) | 219.63º | 0.93% | 0.68% | - |
| XYZ | 9.8 | 7.15 | 40.91 | - |
| YUV | 62.75 | 190.78 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 67 | 174 | 0.93 | 0.61 | 0 | 0.32 | 219.63 | 0.87 | 0.36 |
| Hex | C | 43 | AE | 5D | 3D | 0 | 20 | DC | 57 | 24 |
| Octal | 14 | 103 | 256 | 135 | 75 | 0 | 40 | 334 | 127 | 44 |
| Binary | 1100 | 1000011 | 10101110 | 1011101 | 111101 | 0 | 100000 | 11011100 | 1010111 | 100100 |
Color Harmonies of #0C43AE
Complementary color
Monochromatic Colors of #0C43AE
Black with #0C43AE
Text Example
Text Example
White with #0C43AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C43AE; }
p { color: rgb(12,67,174); }
H1.HeaderClassName
{
color: #0C43AE;
}
.AnyTagClassName
{
color: #0C43AE;
}
</style>
background-color css
<style>
a { background-color: #0C43AE; }
a { background-color: rgb(12,67,174); }
div.DivClassName
{
background-color: #0C43AE;
}
.BgClassName
{
background-color: #0C43AE;
}
</style>
border-color css
<style>
span { border-color: #0C43AE; }
span { border-color: rgb(12,67,174); }
td.TdClassName
{
border-color: #0C43AE;
}
.TagClassName
{
border-color: #0C43AE;
}
</style>