Shades of Cobalt #004EC1
Tints of Cobalt #004EC1
RGB
CMYK
RGB Variations
Color information
#004EC1 (or 0x004EC1) is known color: Cobalt. HEX triplet: 00, 4E and C1. RGB value is (0,78,193). Sum of RGB (Red+Green+Blue) = 0+78+193=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 193 (75.78% from 255 or 71.22% from 271); Max value from RGB is 193 - color contains mainly: blue. Hex color #004EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004EC1 is #FFB13E. Grayscale: #434343. Windows color (decimal): -16757055 or 12668416. OLE color: 12668416.
HSL color Cylindrical-coordinate representation of color #004EC1: hue angle of 215.75º 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 #004EC1 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 78 | 193 | - |
| CMYK | 1 | 0.60 | 0 | 0.24 |
| HSL | 215.75º | 1% | 0.38% | - |
| HSV(B) | 215.75º | 1% | 0.76% | - |
| XYZ | 12.35 | 9.3 | 51.6 | - |
| YUV | 67.79 | 198.66 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 193 | 1 | 0.60 | 0 | 0.24 | 215.75 | 1 | 0.38 |
| Hex | 0 | 4E | C1 | 64 | 3C | 0 | 18 | D8 | 64 | 26 |
| Octal | 0 | 116 | 301 | 144 | 74 | 0 | 30 | 330 | 144 | 46 |
| Binary | 0 | 1001110 | 11000001 | 1100100 | 111100 | 0 | 11000 | 11011000 | 1100100 | 100110 |
Color Harmonies of #004EC1
Complementary color
Monochromatic Colors of #004EC1
Black with #004EC1
Text Example
Text Example
White with #004EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004EC1; }
p { color: rgb(0,78,193); }
H1.HeaderClassName
{
color: #004EC1;
}
.AnyTagClassName
{
color: #004EC1;
}
</style>
background-color css
<style>
a { background-color: #004EC1; }
a { background-color: rgb(0,78,193); }
div.DivClassName
{
background-color: #004EC1;
}
.BgClassName
{
background-color: #004EC1;
}
</style>
border-color css
<style>
span { border-color: #004EC1; }
span { border-color: rgb(0,78,193); }
td.TdClassName
{
border-color: #004EC1;
}
.TagClassName
{
border-color: #004EC1;
}
</style>