Shades of Cobalt #0041CD
Tints of Cobalt #0041CD
RGB
CMYK
RGB Variations
Color information
#0041CD (or 0x0041CD) is known color: Cobalt. HEX triplet: 00, 41 and CD. RGB value is (0,65,205). Sum of RGB (Red+Green+Blue) = 0+65+205=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 205 (80.47% from 255 or 75.93% from 270); Max value from RGB is 205 - color contains mainly: blue. Hex color #0041CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0041CD is #FFBE32. Grayscale: #3C3C3C. Windows color (decimal): -16760371 or 13451520. OLE color: 13451520.
HSL color Cylindrical-coordinate representation of color #0041CD: hue angle of 220.98º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0041CD is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 65 | 205 | - |
| CMYK | 1 | 0.68 | 0 | 0.20 |
| HSL | 220.98º | 1% | 0.4% | - |
| HSV(B) | 220.98º | 1% | 0.8% | - |
| XYZ | 12.91 | 8.19 | 58.66 | - |
| YUV | 61.53 | 208.97 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 205 | 1 | 0.68 | 0 | 0.20 | 220.98 | 1 | 0.4 |
| Hex | 0 | 41 | CD | 64 | 44 | 0 | 14 | DD | 64 | 28 |
| Octal | 0 | 101 | 315 | 144 | 104 | 0 | 24 | 335 | 144 | 50 |
| Binary | 0 | 1000001 | 11001101 | 1100100 | 1000100 | 0 | 10100 | 11011101 | 1100100 | 101000 |
Color Harmonies of #0041CD
Complementary color
Monochromatic Colors of #0041CD
Black with #0041CD
Text Example
Text Example
White with #0041CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0041CD; }
p { color: rgb(0,65,205); }
H1.HeaderClassName
{
color: #0041CD;
}
.AnyTagClassName
{
color: #0041CD;
}
</style>
background-color css
<style>
a { background-color: #0041CD; }
a { background-color: rgb(0,65,205); }
div.DivClassName
{
background-color: #0041CD;
}
.BgClassName
{
background-color: #0041CD;
}
</style>
border-color css
<style>
span { border-color: #0041CD; }
span { border-color: rgb(0,65,205); }
td.TdClassName
{
border-color: #0041CD;
}
.TagClassName
{
border-color: #0041CD;
}
</style>