Shades of Cobalt #014EA7
Tints of Cobalt #014EA7
RGB
CMYK
RGB Variations
Color information
#014EA7 (or 0x014EA7) is known color: Cobalt. HEX triplet: 01, 4E and A7. RGB value is (1,78,167). Sum of RGB (Red+Green+Blue) = 1+78+167=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 167 (65.62% from 255 or 67.89% from 246); Max value from RGB is 167 - color contains mainly: blue. Hex color #014EA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014EA7 is #FEB158. Grayscale: #404040. Windows color (decimal): -16691545 or 10964481. OLE color: 10964481.
HSL color Cylindrical-coordinate representation of color #014EA7: hue angle of 212.17º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014EA7 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 78 | 167 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.35 |
| HSL | 212.17º | 0.99% | 0.33% | - |
| HSV(B) | 212.17º | 0.99% | 0.65% | - |
| XYZ | 9.71 | 8.25 | 37.64 | - |
| YUV | 65.12 | 185.49 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 167 | 0.99 | 0.53 | 0 | 0.35 | 212.17 | 0.99 | 0.33 |
| Hex | 1 | 4E | A7 | 63 | 35 | 0 | 23 | D4 | 63 | 21 |
| Octal | 1 | 116 | 247 | 143 | 65 | 0 | 43 | 324 | 143 | 41 |
| Binary | 1 | 1001110 | 10100111 | 1100011 | 110101 | 0 | 100011 | 11010100 | 1100011 | 100001 |
Color Harmonies of #014EA7
Complementary color
Monochromatic Colors of #014EA7
Black with #014EA7
Text Example
Text Example
White with #014EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014EA7; }
p { color: rgb(1,78,167); }
H1.HeaderClassName
{
color: #014EA7;
}
.AnyTagClassName
{
color: #014EA7;
}
</style>
background-color css
<style>
a { background-color: #014EA7; }
a { background-color: rgb(1,78,167); }
div.DivClassName
{
background-color: #014EA7;
}
.BgClassName
{
background-color: #014EA7;
}
</style>
border-color css
<style>
span { border-color: #014EA7; }
span { border-color: rgb(1,78,167); }
td.TdClassName
{
border-color: #014EA7;
}
.TagClassName
{
border-color: #014EA7;
}
</style>