Shades of Cobalt #0C41AA
Tints of Cobalt #0C41AA
RGB
CMYK
RGB Variations
Color information
#0C41AA (or 0x0C41AA) is known color: Cobalt. HEX triplet: 0C, 41 and AA. RGB value is (12,65,170). Sum of RGB (Red+Green+Blue) = 12+65+170=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C41AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C41AA is #F3BE55. Grayscale: #3C3C3C. Windows color (decimal): -15973974 or 11157772. OLE color: 11157772.
HSL color Cylindrical-coordinate representation of color #0C41AA: hue angle of 219.87º 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 #0C41AA is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 65 | 170 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.33 |
| HSL | 219.87º | 0.87% | 0.36% | - |
| HSV(B) | 219.87º | 0.93% | 0.67% | - |
| XYZ | 9.3 | 6.76 | 38.85 | - |
| YUV | 61.12 | 189.44 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 65 | 170 | 0.93 | 0.62 | 0 | 0.33 | 219.87 | 0.87 | 0.36 |
| Hex | C | 41 | AA | 5D | 3E | 0 | 21 | DC | 57 | 24 |
| Octal | 14 | 101 | 252 | 135 | 76 | 0 | 41 | 334 | 127 | 44 |
| Binary | 1100 | 1000001 | 10101010 | 1011101 | 111110 | 0 | 100001 | 11011100 | 1010111 | 100100 |
Color Harmonies of #0C41AA
Complementary color
Monochromatic Colors of #0C41AA
Black with #0C41AA
Text Example
Text Example
White with #0C41AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C41AA; }
p { color: rgb(12,65,170); }
H1.HeaderClassName
{
color: #0C41AA;
}
.AnyTagClassName
{
color: #0C41AA;
}
</style>
background-color css
<style>
a { background-color: #0C41AA; }
a { background-color: rgb(12,65,170); }
div.DivClassName
{
background-color: #0C41AA;
}
.BgClassName
{
background-color: #0C41AA;
}
</style>
border-color css
<style>
span { border-color: #0C41AA; }
span { border-color: rgb(12,65,170); }
td.TdClassName
{
border-color: #0C41AA;
}
.TagClassName
{
border-color: #0C41AA;
}
</style>