Shades of Cobalt #004DC2
Tints of Cobalt #004DC2
RGB
CMYK
RGB Variations
Color information
#004DC2 (or 0x004DC2) is known color: Cobalt. HEX triplet: 00, 4D and C2. RGB value is (0,77,194). Sum of RGB (Red+Green+Blue) = 0+77+194=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 194 (76.17% from 255 or 71.59% from 271); Max value from RGB is 194 - color contains mainly: blue. Hex color #004DC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004DC2 is #FFB23D. Grayscale: #424242. Windows color (decimal): -16757310 or 12733696. OLE color: 12733696.
HSL color Cylindrical-coordinate representation of color #004DC2: hue angle of 216.19º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004DC2 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 77 | 194 | - |
| CMYK | 1 | 0.60 | 0 | 0.24 |
| HSL | 216.19º | 1% | 0.38% | - |
| HSV(B) | 216.19º | 1% | 0.76% | - |
| XYZ | 12.39 | 9.2 | 52.16 | - |
| YUV | 67.32 | 199.49 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 194 | 1 | 0.60 | 0 | 0.24 | 216.19 | 1 | 0.38 |
| Hex | 0 | 4D | C2 | 64 | 3C | 0 | 18 | D8 | 64 | 26 |
| Octal | 0 | 115 | 302 | 144 | 74 | 0 | 30 | 330 | 144 | 46 |
| Binary | 0 | 1001101 | 11000010 | 1100100 | 111100 | 0 | 11000 | 11011000 | 1100100 | 100110 |
Color Harmonies of #004DC2
Complementary color
Monochromatic Colors of #004DC2
Black with #004DC2
Text Example
Text Example
White with #004DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004DC2; }
p { color: rgb(0,77,194); }
H1.HeaderClassName
{
color: #004DC2;
}
.AnyTagClassName
{
color: #004DC2;
}
</style>
background-color css
<style>
a { background-color: #004DC2; }
a { background-color: rgb(0,77,194); }
div.DivClassName
{
background-color: #004DC2;
}
.BgClassName
{
background-color: #004DC2;
}
</style>
border-color css
<style>
span { border-color: #004DC2; }
span { border-color: rgb(0,77,194); }
td.TdClassName
{
border-color: #004DC2;
}
.TagClassName
{
border-color: #004DC2;
}
</style>