Shades of Cobalt #014EAC
Tints of Cobalt #014EAC
RGB
CMYK
RGB Variations
Color information
#014EAC (or 0x014EAC) is known color: Cobalt. HEX triplet: 01, 4E and AC. RGB value is (1,78,172). Sum of RGB (Red+Green+Blue) = 1+78+172=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #014EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014EAC is #FEB153. Grayscale: #414141. Windows color (decimal): -16691540 or 11292161. OLE color: 11292161.
HSL color Cylindrical-coordinate representation of color #014EAC: hue angle of 212.98º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014EAC is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 78 | 172 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.33 |
| HSL | 212.98º | 0.99% | 0.34% | - |
| HSV(B) | 212.98º | 0.99% | 0.67% | - |
| XYZ | 10.18 | 8.43 | 40.12 | - |
| YUV | 65.69 | 187.99 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 172 | 0.99 | 0.55 | 0 | 0.33 | 212.98 | 0.99 | 0.34 |
| Hex | 1 | 4E | AC | 63 | 37 | 0 | 21 | D5 | 63 | 22 |
| Octal | 1 | 116 | 254 | 143 | 67 | 0 | 41 | 325 | 143 | 42 |
| Binary | 1 | 1001110 | 10101100 | 1100011 | 110111 | 0 | 100001 | 11010101 | 1100011 | 100010 |
Color Harmonies of #014EAC
Complementary color
Monochromatic Colors of #014EAC
Black with #014EAC
Text Example
Text Example
White with #014EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014EAC; }
p { color: rgb(1,78,172); }
H1.HeaderClassName
{
color: #014EAC;
}
.AnyTagClassName
{
color: #014EAC;
}
</style>
background-color css
<style>
a { background-color: #014EAC; }
a { background-color: rgb(1,78,172); }
div.DivClassName
{
background-color: #014EAC;
}
.BgClassName
{
background-color: #014EAC;
}
</style>
border-color css
<style>
span { border-color: #014EAC; }
span { border-color: rgb(1,78,172); }
td.TdClassName
{
border-color: #014EAC;
}
.TagClassName
{
border-color: #014EAC;
}
</style>