Shades of Cobalt #014EC2
Tints of Cobalt #014EC2
RGB
CMYK
RGB Variations
Color information
#014EC2 (or 0x014EC2) is known color: Cobalt. HEX triplet: 01, 4E and C2. RGB value is (1,78,194). Sum of RGB (Red+Green+Blue) = 1+78+194=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 194 (76.17% from 255 or 71.06% from 273); Max value from RGB is 194 - color contains mainly: blue. Hex color #014EC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014EC2 is #FEB13D. Grayscale: #434343. Windows color (decimal): -16691518 or 12733953. OLE color: 12733953.
HSL color Cylindrical-coordinate representation of color #014EC2: hue angle of 216.06º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014EC2 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 78 | 194 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.24 |
| HSL | 216.06º | 0.99% | 0.38% | - |
| HSV(B) | 216.06º | 0.99% | 0.76% | - |
| XYZ | 12.47 | 9.35 | 52.19 | - |
| YUV | 68.2 | 198.99 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 194 | 0.99 | 0.60 | 0 | 0.24 | 216.06 | 0.99 | 0.38 |
| Hex | 1 | 4E | C2 | 63 | 3C | 0 | 18 | D8 | 63 | 26 |
| Octal | 1 | 116 | 302 | 143 | 74 | 0 | 30 | 330 | 143 | 46 |
| Binary | 1 | 1001110 | 11000010 | 1100011 | 111100 | 0 | 11000 | 11011000 | 1100011 | 100110 |
Color Harmonies of #014EC2
Complementary color
Monochromatic Colors of #014EC2
Black with #014EC2
Text Example
Text Example
White with #014EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014EC2; }
p { color: rgb(1,78,194); }
H1.HeaderClassName
{
color: #014EC2;
}
.AnyTagClassName
{
color: #014EC2;
}
</style>
background-color css
<style>
a { background-color: #014EC2; }
a { background-color: rgb(1,78,194); }
div.DivClassName
{
background-color: #014EC2;
}
.BgClassName
{
background-color: #014EC2;
}
</style>
border-color css
<style>
span { border-color: #014EC2; }
span { border-color: rgb(1,78,194); }
td.TdClassName
{
border-color: #014EC2;
}
.TagClassName
{
border-color: #014EC2;
}
</style>