Shades of Cobalt #014BAB
Tints of Cobalt #014BAB
RGB
CMYK
RGB Variations
Color information
#014BAB (or 0x014BAB) is known color: Cobalt. HEX triplet: 01, 4B and AB. RGB value is (1,75,171). Sum of RGB (Red+Green+Blue) = 1+75+171=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #014BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014BAB is #FEB454. Grayscale: #3F3F3F. Windows color (decimal): -16692309 or 11225857. OLE color: 11225857.
HSL color Cylindrical-coordinate representation of color #014BAB: hue angle of 213.88º 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 #014BAB is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 75 | 171 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.33 |
| HSL | 213.88º | 0.99% | 0.34% | - |
| HSV(B) | 213.88º | 0.99% | 0.67% | - |
| XYZ | 9.88 | 7.98 | 39.55 | - |
| YUV | 63.82 | 188.48 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 171 | 0.99 | 0.56 | 0 | 0.33 | 213.88 | 0.99 | 0.34 |
| Hex | 1 | 4B | AB | 63 | 38 | 0 | 21 | D6 | 63 | 22 |
| Octal | 1 | 113 | 253 | 143 | 70 | 0 | 41 | 326 | 143 | 42 |
| Binary | 1 | 1001011 | 10101011 | 1100011 | 111000 | 0 | 100001 | 11010110 | 1100011 | 100010 |
Color Harmonies of #014BAB
Complementary color
Monochromatic Colors of #014BAB
Black with #014BAB
Text Example
Text Example
White with #014BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014BAB; }
p { color: rgb(1,75,171); }
H1.HeaderClassName
{
color: #014BAB;
}
.AnyTagClassName
{
color: #014BAB;
}
</style>
background-color css
<style>
a { background-color: #014BAB; }
a { background-color: rgb(1,75,171); }
div.DivClassName
{
background-color: #014BAB;
}
.BgClassName
{
background-color: #014BAB;
}
</style>
border-color css
<style>
span { border-color: #014BAB; }
span { border-color: rgb(1,75,171); }
td.TdClassName
{
border-color: #014BAB;
}
.TagClassName
{
border-color: #014BAB;
}
</style>