Shades of Cobalt #014BA9
Tints of Cobalt #014BA9
RGB
CMYK
RGB Variations
Color information
#014BA9 (or 0x014BA9) is known color: Cobalt. HEX triplet: 01, 4B and A9. RGB value is (1,75,169). Sum of RGB (Red+Green+Blue) = 1+75+169=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 169 (66.41% from 255 or 68.98% from 245); Max value from RGB is 169 - color contains mainly: blue. Hex color #014BA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014BA9 is #FEB456. Grayscale: #3F3F3F. Windows color (decimal): -16692311 or 11094785. OLE color: 11094785.
HSL color Cylindrical-coordinate representation of color #014BA9: hue angle of 213.57º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014BA9 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 75 | 169 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.34 |
| HSL | 213.57º | 0.99% | 0.33% | - |
| HSV(B) | 213.57º | 0.99% | 0.66% | - |
| XYZ | 9.69 | 7.9 | 38.55 | - |
| YUV | 63.59 | 187.48 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 169 | 0.99 | 0.56 | 0 | 0.34 | 213.57 | 0.99 | 0.33 |
| Hex | 1 | 4B | A9 | 63 | 38 | 0 | 22 | D6 | 63 | 21 |
| Octal | 1 | 113 | 251 | 143 | 70 | 0 | 42 | 326 | 143 | 41 |
| Binary | 1 | 1001011 | 10101001 | 1100011 | 111000 | 0 | 100010 | 11010110 | 1100011 | 100001 |
Color Harmonies of #014BA9
Complementary color
Monochromatic Colors of #014BA9
Black with #014BA9
Text Example
Text Example
White with #014BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014BA9; }
p { color: rgb(1,75,169); }
H1.HeaderClassName
{
color: #014BA9;
}
.AnyTagClassName
{
color: #014BA9;
}
</style>
background-color css
<style>
a { background-color: #014BA9; }
a { background-color: rgb(1,75,169); }
div.DivClassName
{
background-color: #014BA9;
}
.BgClassName
{
background-color: #014BA9;
}
</style>
border-color css
<style>
span { border-color: #014BA9; }
span { border-color: rgb(1,75,169); }
td.TdClassName
{
border-color: #014BA9;
}
.TagClassName
{
border-color: #014BA9;
}
</style>