Shades of Cobalt #014E9E
Tints of Cobalt #014E9E
RGB
CMYK
RGB Variations
Color information
#014E9E (or 0x014E9E) is known color: Cobalt. HEX triplet: 01, 4E and 9E. RGB value is (1,78,158). Sum of RGB (Red+Green+Blue) = 1+78+158=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 158 (62.11% from 255 or 66.67% from 237); Max value from RGB is 158 - color contains mainly: blue. Hex color #014E9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014E9E is #FEB161. Grayscale: #3F3F3F. Windows color (decimal): -16691554 or 10374657. OLE color: 10374657.
HSL color Cylindrical-coordinate representation of color #014E9E: hue angle of 210.57º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E9E is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 78 | 158 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.38 |
| HSL | 210.57º | 0.99% | 0.31% | - |
| HSV(B) | 210.57º | 0.99% | 0.62% | - |
| XYZ | 8.91 | 7.92 | 33.41 | - |
| YUV | 64.1 | 180.99 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 158 | 0.99 | 0.51 | 0 | 0.38 | 210.57 | 0.99 | 0.31 |
| Hex | 1 | 4E | 9E | 63 | 33 | 0 | 26 | D3 | 63 | 1F |
| Octal | 1 | 116 | 236 | 143 | 63 | 0 | 46 | 323 | 143 | 37 |
| Binary | 1 | 1001110 | 10011110 | 1100011 | 110011 | 0 | 100110 | 11010011 | 1100011 | 11111 |
Color Harmonies of #014E9E
Complementary color
Monochromatic Colors of #014E9E
Black with #014E9E
Text Example
Text Example
White with #014E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014E9E; }
p { color: rgb(1,78,158); }
H1.HeaderClassName
{
color: #014E9E;
}
.AnyTagClassName
{
color: #014E9E;
}
</style>
background-color css
<style>
a { background-color: #014E9E; }
a { background-color: rgb(1,78,158); }
div.DivClassName
{
background-color: #014E9E;
}
.BgClassName
{
background-color: #014E9E;
}
</style>
border-color css
<style>
span { border-color: #014E9E; }
span { border-color: rgb(1,78,158); }
td.TdClassName
{
border-color: #014E9E;
}
.TagClassName
{
border-color: #014E9E;
}
</style>