Shades of Cobalt #014BAA
Tints of Cobalt #014BAA
RGB
CMYK
RGB Variations
Color information
#014BAA (or 0x014BAA) is known color: Cobalt. HEX triplet: 01, 4B and AA. RGB value is (1,75,170). Sum of RGB (Red+Green+Blue) = 1+75+170=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #014BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014BAA is #FEB455. Grayscale: #3F3F3F. Windows color (decimal): -16692310 or 11160321. OLE color: 11160321.
HSL color Cylindrical-coordinate representation of color #014BAA: hue angle of 213.73º 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 #014BAA is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 75 | 170 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.33 |
| HSL | 213.73º | 0.99% | 0.34% | - |
| HSV(B) | 213.73º | 0.99% | 0.67% | - |
| XYZ | 9.78 | 7.94 | 39.05 | - |
| YUV | 63.7 | 187.98 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 170 | 0.99 | 0.56 | 0 | 0.33 | 213.73 | 0.99 | 0.34 |
| Hex | 1 | 4B | AA | 63 | 38 | 0 | 21 | D6 | 63 | 22 |
| Octal | 1 | 113 | 252 | 143 | 70 | 0 | 41 | 326 | 143 | 42 |
| Binary | 1 | 1001011 | 10101010 | 1100011 | 111000 | 0 | 100001 | 11010110 | 1100011 | 100010 |
Color Harmonies of #014BAA
Complementary color
Monochromatic Colors of #014BAA
Black with #014BAA
Text Example
Text Example
White with #014BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014BAA; }
p { color: rgb(1,75,170); }
H1.HeaderClassName
{
color: #014BAA;
}
.AnyTagClassName
{
color: #014BAA;
}
</style>
background-color css
<style>
a { background-color: #014BAA; }
a { background-color: rgb(1,75,170); }
div.DivClassName
{
background-color: #014BAA;
}
.BgClassName
{
background-color: #014BAA;
}
</style>
border-color css
<style>
span { border-color: #014BAA; }
span { border-color: rgb(1,75,170); }
td.TdClassName
{
border-color: #014BAA;
}
.TagClassName
{
border-color: #014BAA;
}
</style>