Shades of Cobalt #014EB8
Tints of Cobalt #014EB8
RGB
CMYK
RGB Variations
Color information
#014EB8 (or 0x014EB8) is known color: Cobalt. HEX triplet: 01, 4E and B8. RGB value is (1,78,184). Sum of RGB (Red+Green+Blue) = 1+78+184=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 184 (72.27% from 255 or 69.96% from 263); Max value from RGB is 184 - color contains mainly: blue. Hex color #014EB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014EB8 is #FEB147. Grayscale: #424242. Windows color (decimal): -16691528 or 12078593. OLE color: 12078593.
HSL color Cylindrical-coordinate representation of color #014EB8: hue angle of 214.75º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014EB8 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 78 | 184 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.28 |
| HSL | 214.75º | 0.99% | 0.36% | - |
| HSV(B) | 214.75º | 0.99% | 0.72% | - |
| XYZ | 11.39 | 8.92 | 46.47 | - |
| YUV | 67.06 | 193.99 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 184 | 0.99 | 0.58 | 0 | 0.28 | 214.75 | 0.99 | 0.36 |
| Hex | 1 | 4E | B8 | 63 | 3A | 0 | 1C | D7 | 63 | 24 |
| Octal | 1 | 116 | 270 | 143 | 72 | 0 | 34 | 327 | 143 | 44 |
| Binary | 1 | 1001110 | 10111000 | 1100011 | 111010 | 0 | 11100 | 11010111 | 1100011 | 100100 |
Color Harmonies of #014EB8
Complementary color
Monochromatic Colors of #014EB8
Black with #014EB8
Text Example
Text Example
White with #014EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014EB8; }
p { color: rgb(1,78,184); }
H1.HeaderClassName
{
color: #014EB8;
}
.AnyTagClassName
{
color: #014EB8;
}
</style>
background-color css
<style>
a { background-color: #014EB8; }
a { background-color: rgb(1,78,184); }
div.DivClassName
{
background-color: #014EB8;
}
.BgClassName
{
background-color: #014EB8;
}
</style>
border-color css
<style>
span { border-color: #014EB8; }
span { border-color: rgb(1,78,184); }
td.TdClassName
{
border-color: #014EB8;
}
.TagClassName
{
border-color: #014EB8;
}
</style>