Shades of Cobalt #014AB0
Tints of Cobalt #014AB0
RGB
CMYK
RGB Variations
Color information
#014AB0 (or 0x014AB0) is known color: Cobalt. HEX triplet: 01, 4A and B0. RGB value is (1,74,176). Sum of RGB (Red+Green+Blue) = 1+74+176=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 176 (69.14% from 255 or 70.12% from 251); Max value from RGB is 176 - color contains mainly: blue. Hex color #014AB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014AB0 is #FEB54F. Grayscale: #3F3F3F. Windows color (decimal): -16692560 or 11553281. OLE color: 11553281.
HSL color Cylindrical-coordinate representation of color #014AB0: hue angle of 214.97º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014AB0 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 74 | 176 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.31 |
| HSL | 214.97º | 0.99% | 0.35% | - |
| HSV(B) | 214.97º | 0.99% | 0.69% | - |
| XYZ | 10.3 | 8.04 | 42.08 | - |
| YUV | 63.8 | 191.32 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 176 | 0.99 | 0.58 | 0 | 0.31 | 214.97 | 0.99 | 0.35 |
| Hex | 1 | 4A | B0 | 63 | 3A | 0 | 1F | D7 | 63 | 23 |
| Octal | 1 | 112 | 260 | 143 | 72 | 0 | 37 | 327 | 143 | 43 |
| Binary | 1 | 1001010 | 10110000 | 1100011 | 111010 | 0 | 11111 | 11010111 | 1100011 | 100011 |
Color Harmonies of #014AB0
Complementary color
Monochromatic Colors of #014AB0
Black with #014AB0
Text Example
Text Example
White with #014AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014AB0; }
p { color: rgb(1,74,176); }
H1.HeaderClassName
{
color: #014AB0;
}
.AnyTagClassName
{
color: #014AB0;
}
</style>
background-color css
<style>
a { background-color: #014AB0; }
a { background-color: rgb(1,74,176); }
div.DivClassName
{
background-color: #014AB0;
}
.BgClassName
{
background-color: #014AB0;
}
</style>
border-color css
<style>
span { border-color: #014AB0; }
span { border-color: rgb(1,74,176); }
td.TdClassName
{
border-color: #014AB0;
}
.TagClassName
{
border-color: #014AB0;
}
</style>