Shades of Cobalt #014EBC
Tints of Cobalt #014EBC
RGB
CMYK
RGB Variations
Color information
#014EBC (or 0x014EBC) is known color: Cobalt. HEX triplet: 01, 4E and BC. RGB value is (1,78,188). Sum of RGB (Red+Green+Blue) = 1+78+188=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #014EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014EBC is #FEB143. Grayscale: #434343. Windows color (decimal): -16691524 or 12340737. OLE color: 12340737.
HSL color Cylindrical-coordinate representation of color #014EBC: hue angle of 215.29º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014EBC is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 78 | 188 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.26 |
| HSL | 215.29º | 0.99% | 0.37% | - |
| HSV(B) | 215.29º | 0.99% | 0.74% | - |
| XYZ | 11.81 | 9.09 | 48.71 | - |
| YUV | 67.52 | 195.99 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 188 | 0.99 | 0.59 | 0 | 0.26 | 215.29 | 0.99 | 0.37 |
| Hex | 1 | 4E | BC | 63 | 3B | 0 | 1A | D7 | 63 | 25 |
| Octal | 1 | 116 | 274 | 143 | 73 | 0 | 32 | 327 | 143 | 45 |
| Binary | 1 | 1001110 | 10111100 | 1100011 | 111011 | 0 | 11010 | 11010111 | 1100011 | 100101 |
Color Harmonies of #014EBC
Complementary color
Monochromatic Colors of #014EBC
Black with #014EBC
Text Example
Text Example
White with #014EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014EBC; }
p { color: rgb(1,78,188); }
H1.HeaderClassName
{
color: #014EBC;
}
.AnyTagClassName
{
color: #014EBC;
}
</style>
background-color css
<style>
a { background-color: #014EBC; }
a { background-color: rgb(1,78,188); }
div.DivClassName
{
background-color: #014EBC;
}
.BgClassName
{
background-color: #014EBC;
}
</style>
border-color css
<style>
span { border-color: #014EBC; }
span { border-color: rgb(1,78,188); }
td.TdClassName
{
border-color: #014EBC;
}
.TagClassName
{
border-color: #014EBC;
}
</style>