Shades of Cobalt #014EC3
Tints of Cobalt #014EC3
RGB
CMYK
RGB Variations
Color information
#014EC3 (or 0x014EC3) is known color: Cobalt. HEX triplet: 01, 4E and C3. RGB value is (1,78,195). Sum of RGB (Red+Green+Blue) = 1+78+195=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 195 (76.56% from 255 or 71.17% from 274); Max value from RGB is 195 - color contains mainly: blue. Hex color #014EC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014EC3 is #FEB13C. Grayscale: #434343. Windows color (decimal): -16691517 or 12799489. OLE color: 12799489.
HSL color Cylindrical-coordinate representation of color #014EC3: hue angle of 216.19º 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 #014EC3 is Cyan = 0.99, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 78 | 195 | - |
| CMYK | 0.99 | 0.6 | 0 | 0.24 |
| HSL | 216.19º | 0.99% | 0.38% | - |
| HSV(B) | 216.19º | 0.99% | 0.76% | - |
| XYZ | 12.59 | 9.4 | 52.78 | - |
| YUV | 68.32 | 199.49 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 195 | 0.99 | 0.6 | 0 | 0.24 | 216.19 | 0.99 | 0.38 |
| Hex | 1 | 4E | C3 | 63 | 3C | 0 | 18 | D8 | 63 | 26 |
| Octal | 1 | 116 | 303 | 143 | 74 | 0 | 30 | 330 | 143 | 46 |
| Binary | 1 | 1001110 | 11000011 | 1100011 | 111100 | 0 | 11000 | 11011000 | 1100011 | 100110 |
Color Harmonies of #014EC3
Complementary color
Monochromatic Colors of #014EC3
Black with #014EC3
Text Example
Text Example
White with #014EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014EC3; }
p { color: rgb(1,78,195); }
H1.HeaderClassName
{
color: #014EC3;
}
.AnyTagClassName
{
color: #014EC3;
}
</style>
background-color css
<style>
a { background-color: #014EC3; }
a { background-color: rgb(1,78,195); }
div.DivClassName
{
background-color: #014EC3;
}
.BgClassName
{
background-color: #014EC3;
}
</style>
border-color css
<style>
span { border-color: #014EC3; }
span { border-color: rgb(1,78,195); }
td.TdClassName
{
border-color: #014EC3;
}
.TagClassName
{
border-color: #014EC3;
}
</style>