Shades of Cobalt #014ABD
Tints of Cobalt #014ABD
RGB
CMYK
RGB Variations
Color information
#014ABD (or 0x014ABD) is known color: Cobalt. HEX triplet: 01, 4A and BD. RGB value is (1,74,189). Sum of RGB (Red+Green+Blue) = 1+74+189=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 189 (74.22% from 255 or 71.59% from 264); Max value from RGB is 189 - color contains mainly: blue. Hex color #014ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014ABD is #FEB542. Grayscale: #404040. Windows color (decimal): -16692547 or 12405249. OLE color: 12405249.
HSL color Cylindrical-coordinate representation of color #014ABD: hue angle of 216.7º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014ABD is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 74 | 189 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.26 |
| HSL | 216.7º | 0.99% | 0.37% | - |
| HSV(B) | 216.7º | 0.99% | 0.74% | - |
| XYZ | 11.65 | 8.58 | 49.19 | - |
| YUV | 65.28 | 197.82 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 189 | 0.99 | 0.61 | 0 | 0.26 | 216.7 | 0.99 | 0.37 |
| Hex | 1 | 4A | BD | 63 | 3D | 0 | 1A | D9 | 63 | 25 |
| Octal | 1 | 112 | 275 | 143 | 75 | 0 | 32 | 331 | 143 | 45 |
| Binary | 1 | 1001010 | 10111101 | 1100011 | 111101 | 0 | 11010 | 11011001 | 1100011 | 100101 |
Color Harmonies of #014ABD
Complementary color
Monochromatic Colors of #014ABD
Black with #014ABD
Text Example
Text Example
White with #014ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014ABD; }
p { color: rgb(1,74,189); }
H1.HeaderClassName
{
color: #014ABD;
}
.AnyTagClassName
{
color: #014ABD;
}
</style>
background-color css
<style>
a { background-color: #014ABD; }
a { background-color: rgb(1,74,189); }
div.DivClassName
{
background-color: #014ABD;
}
.BgClassName
{
background-color: #014ABD;
}
</style>
border-color css
<style>
span { border-color: #014ABD; }
span { border-color: rgb(1,74,189); }
td.TdClassName
{
border-color: #014ABD;
}
.TagClassName
{
border-color: #014ABD;
}
</style>