Shades of Cobalt #0040C0
Tints of Cobalt #0040C0
RGB
CMYK
RGB Variations
Color information
#0040C0 (or 0x0040C0) is known color: Cobalt. HEX triplet: 00, 40 and C0. RGB value is (0,64,192). Sum of RGB (Red+Green+Blue) = 0+64+192=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 192 (75.39% from 255 or 75% from 256); Max value from RGB is 192 - color contains mainly: blue. Hex color #0040C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0040C0 is #FFBF3F. Grayscale: #3A3A3A. Windows color (decimal): -16760640 or 12599296. OLE color: 12599296.
HSL color Cylindrical-coordinate representation of color #0040C0: hue angle of 220º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0040C0 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 64 | 192 | - |
| CMYK | 1 | 0.67 | 0 | 0.25 |
| HSL | 220º | 1% | 0.38% | - |
| HSV(B) | 220º | 1% | 0.75% | - |
| XYZ | 11.35 | 7.47 | 50.71 | - |
| YUV | 59.46 | 202.8 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 192 | 1 | 0.67 | 0 | 0.25 | 220 | 1 | 0.38 |
| Hex | 0 | 40 | C0 | 64 | 43 | 0 | 19 | DC | 64 | 26 |
| Octal | 0 | 100 | 300 | 144 | 103 | 0 | 31 | 334 | 144 | 46 |
| Binary | 0 | 1000000 | 11000000 | 1100100 | 1000011 | 0 | 11001 | 11011100 | 1100100 | 100110 |
Color Harmonies of #0040C0
Complementary color
Monochromatic Colors of #0040C0
Black with #0040C0
Text Example
Text Example
White with #0040C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0040C0; }
p { color: rgb(0,64,192); }
H1.HeaderClassName
{
color: #0040C0;
}
.AnyTagClassName
{
color: #0040C0;
}
</style>
background-color css
<style>
a { background-color: #0040C0; }
a { background-color: rgb(0,64,192); }
div.DivClassName
{
background-color: #0040C0;
}
.BgClassName
{
background-color: #0040C0;
}
</style>
border-color css
<style>
span { border-color: #0040C0; }
span { border-color: rgb(0,64,192); }
td.TdClassName
{
border-color: #0040C0;
}
.TagClassName
{
border-color: #0040C0;
}
</style>