Shades of Cobalt #014DA0
Tints of Cobalt #014DA0
RGB
CMYK
RGB Variations
Color information
#014DA0 (or 0x014DA0) is known color: Cobalt. HEX triplet: 01, 4D and A0. RGB value is (1,77,160). Sum of RGB (Red+Green+Blue) = 1+77+160=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 160 (62.89% from 255 or 67.23% from 238); Max value from RGB is 160 - color contains mainly: blue. Hex color #014DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014DA0 is #FEB25F. Grayscale: #3F3F3F. Windows color (decimal): -16691808 or 10505473. OLE color: 10505473.
HSL color Cylindrical-coordinate representation of color #014DA0: hue angle of 211.32º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014DA0 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 77 | 160 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.37 |
| HSL | 211.32º | 0.99% | 0.32% | - |
| HSV(B) | 211.32º | 0.99% | 0.63% | - |
| XYZ | 9.01 | 7.85 | 34.3 | - |
| YUV | 63.74 | 182.32 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 160 | 0.99 | 0.52 | 0 | 0.37 | 211.32 | 0.99 | 0.32 |
| Hex | 1 | 4D | A0 | 63 | 34 | 0 | 25 | D3 | 63 | 20 |
| Octal | 1 | 115 | 240 | 143 | 64 | 0 | 45 | 323 | 143 | 40 |
| Binary | 1 | 1001101 | 10100000 | 1100011 | 110100 | 0 | 100101 | 11010011 | 1100011 | 100000 |
Color Harmonies of #014DA0
Complementary color
Monochromatic Colors of #014DA0
Black with #014DA0
Text Example
Text Example
White with #014DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014DA0; }
p { color: rgb(1,77,160); }
H1.HeaderClassName
{
color: #014DA0;
}
.AnyTagClassName
{
color: #014DA0;
}
</style>
background-color css
<style>
a { background-color: #014DA0; }
a { background-color: rgb(1,77,160); }
div.DivClassName
{
background-color: #014DA0;
}
.BgClassName
{
background-color: #014DA0;
}
</style>
border-color css
<style>
span { border-color: #014DA0; }
span { border-color: rgb(1,77,160); }
td.TdClassName
{
border-color: #014DA0;
}
.TagClassName
{
border-color: #014DA0;
}
</style>