Shades of Cobalt #014EBA
Tints of Cobalt #014EBA
RGB
CMYK
RGB Variations
Color information
#014EBA (or 0x014EBA) is known color: Cobalt. HEX triplet: 01, 4E and BA. RGB value is (1,78,186). Sum of RGB (Red+Green+Blue) = 1+78+186=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #014EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014EBA is #FEB145. Grayscale: #424242. Windows color (decimal): -16691526 or 12209665. OLE color: 12209665.
HSL color Cylindrical-coordinate representation of color #014EBA: hue angle of 215.03º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014EBA is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 78 | 186 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.27 |
| HSL | 215.03º | 0.99% | 0.37% | - |
| HSV(B) | 215.03º | 0.99% | 0.73% | - |
| XYZ | 11.6 | 9 | 47.58 | - |
| YUV | 67.29 | 194.99 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 186 | 0.99 | 0.58 | 0 | 0.27 | 215.03 | 0.99 | 0.37 |
| Hex | 1 | 4E | BA | 63 | 3A | 0 | 1B | D7 | 63 | 25 |
| Octal | 1 | 116 | 272 | 143 | 72 | 0 | 33 | 327 | 143 | 45 |
| Binary | 1 | 1001110 | 10111010 | 1100011 | 111010 | 0 | 11011 | 11010111 | 1100011 | 100101 |
Color Harmonies of #014EBA
Complementary color
Monochromatic Colors of #014EBA
Black with #014EBA
Text Example
Text Example
White with #014EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014EBA; }
p { color: rgb(1,78,186); }
H1.HeaderClassName
{
color: #014EBA;
}
.AnyTagClassName
{
color: #014EBA;
}
</style>
background-color css
<style>
a { background-color: #014EBA; }
a { background-color: rgb(1,78,186); }
div.DivClassName
{
background-color: #014EBA;
}
.BgClassName
{
background-color: #014EBA;
}
</style>
border-color css
<style>
span { border-color: #014EBA; }
span { border-color: rgb(1,78,186); }
td.TdClassName
{
border-color: #014EBA;
}
.TagClassName
{
border-color: #014EBA;
}
</style>