Shades of Cobalt #014AAB
Tints of Cobalt #014AAB
RGB
CMYK
RGB Variations
Color information
#014AAB (or 0x014AAB) is known color: Cobalt. HEX triplet: 01, 4A and AB. RGB value is (1,74,171). Sum of RGB (Red+Green+Blue) = 1+74+171=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #014AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014AAB is #FEB554. Grayscale: #3E3E3E. Windows color (decimal): -16692565 or 11225601. OLE color: 11225601.
HSL color Cylindrical-coordinate representation of color #014AAB: hue angle of 214.24º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014AAB is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 74 | 171 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.33 |
| HSL | 214.24º | 0.99% | 0.34% | - |
| HSV(B) | 214.24º | 0.99% | 0.67% | - |
| XYZ | 9.81 | 7.84 | 39.53 | - |
| YUV | 63.23 | 188.82 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 171 | 0.99 | 0.57 | 0 | 0.33 | 214.24 | 0.99 | 0.34 |
| Hex | 1 | 4A | AB | 63 | 39 | 0 | 21 | D6 | 63 | 22 |
| Octal | 1 | 112 | 253 | 143 | 71 | 0 | 41 | 326 | 143 | 42 |
| Binary | 1 | 1001010 | 10101011 | 1100011 | 111001 | 0 | 100001 | 11010110 | 1100011 | 100010 |
Color Harmonies of #014AAB
Complementary color
Monochromatic Colors of #014AAB
Black with #014AAB
Text Example
Text Example
White with #014AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014AAB; }
p { color: rgb(1,74,171); }
H1.HeaderClassName
{
color: #014AAB;
}
.AnyTagClassName
{
color: #014AAB;
}
</style>
background-color css
<style>
a { background-color: #014AAB; }
a { background-color: rgb(1,74,171); }
div.DivClassName
{
background-color: #014AAB;
}
.BgClassName
{
background-color: #014AAB;
}
</style>
border-color css
<style>
span { border-color: #014AAB; }
span { border-color: rgb(1,74,171); }
td.TdClassName
{
border-color: #014AAB;
}
.TagClassName
{
border-color: #014AAB;
}
</style>