Shades of Cobalt #004EC2
Tints of Cobalt #004EC2
RGB
CMYK
RGB Variations
Color information
#004EC2 (or 0x004EC2) is known color: Cobalt. HEX triplet: 00, 4E and C2. RGB value is (0,78,194). Sum of RGB (Red+Green+Blue) = 0+78+194=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 194 (76.17% from 255 or 71.32% from 272); Max value from RGB is 194 - color contains mainly: blue. Hex color #004EC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004EC2 is #FFB13D. Grayscale: #434343. Windows color (decimal): -16757054 or 12733952. OLE color: 12733952.
HSL color Cylindrical-coordinate representation of color #004EC2: hue angle of 215.88º 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 #004EC2 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 78 | 194 | - |
| CMYK | 1 | 0.60 | 0 | 0.24 |
| HSL | 215.88º | 1% | 0.38% | - |
| HSV(B) | 215.88º | 1% | 0.76% | - |
| XYZ | 12.46 | 9.34 | 52.19 | - |
| YUV | 67.9 | 199.16 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 194 | 1 | 0.60 | 0 | 0.24 | 215.88 | 1 | 0.38 |
| Hex | 0 | 4E | C2 | 64 | 3C | 0 | 18 | D8 | 64 | 26 |
| Octal | 0 | 116 | 302 | 144 | 74 | 0 | 30 | 330 | 144 | 46 |
| Binary | 0 | 1001110 | 11000010 | 1100100 | 111100 | 0 | 11000 | 11011000 | 1100100 | 100110 |
Color Harmonies of #004EC2
Complementary color
Monochromatic Colors of #004EC2
Black with #004EC2
Text Example
Text Example
White with #004EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004EC2; }
p { color: rgb(0,78,194); }
H1.HeaderClassName
{
color: #004EC2;
}
.AnyTagClassName
{
color: #004EC2;
}
</style>
background-color css
<style>
a { background-color: #004EC2; }
a { background-color: rgb(0,78,194); }
div.DivClassName
{
background-color: #004EC2;
}
.BgClassName
{
background-color: #004EC2;
}
</style>
border-color css
<style>
span { border-color: #004EC2; }
span { border-color: rgb(0,78,194); }
td.TdClassName
{
border-color: #004EC2;
}
.TagClassName
{
border-color: #004EC2;
}
</style>