Shades of Cobalt #014BBA
Tints of Cobalt #014BBA
RGB
CMYK
RGB Variations
Color information
#014BBA (or 0x014BBA) is known color: Cobalt. HEX triplet: 01, 4B and BA. RGB value is (1,75,186). Sum of RGB (Red+Green+Blue) = 1+75+186=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 186 (73.05% from 255 or 70.99% from 262); Max value from RGB is 186 - color contains mainly: blue. Hex color #014BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014BBA is #FEB445. Grayscale: #414141. Windows color (decimal): -16692294 or 12208897. OLE color: 12208897.
HSL color Cylindrical-coordinate representation of color #014BBA: hue angle of 216º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014BBA is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 75 | 186 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.27 |
| HSL | 216º | 0.99% | 0.37% | - |
| HSV(B) | 216º | 0.99% | 0.73% | - |
| XYZ | 11.39 | 8.58 | 47.51 | - |
| YUV | 65.53 | 195.98 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 186 | 0.99 | 0.60 | 0 | 0.27 | 216 | 0.99 | 0.37 |
| Hex | 1 | 4B | BA | 63 | 3C | 0 | 1B | D8 | 63 | 25 |
| Octal | 1 | 113 | 272 | 143 | 74 | 0 | 33 | 330 | 143 | 45 |
| Binary | 1 | 1001011 | 10111010 | 1100011 | 111100 | 0 | 11011 | 11011000 | 1100011 | 100101 |
Color Harmonies of #014BBA
Complementary color
Monochromatic Colors of #014BBA
Black with #014BBA
Text Example
Text Example
White with #014BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014BBA; }
p { color: rgb(1,75,186); }
H1.HeaderClassName
{
color: #014BBA;
}
.AnyTagClassName
{
color: #014BBA;
}
</style>
background-color css
<style>
a { background-color: #014BBA; }
a { background-color: rgb(1,75,186); }
div.DivClassName
{
background-color: #014BBA;
}
.BgClassName
{
background-color: #014BBA;
}
</style>
border-color css
<style>
span { border-color: #014BBA; }
span { border-color: rgb(1,75,186); }
td.TdClassName
{
border-color: #014BBA;
}
.TagClassName
{
border-color: #014BBA;
}
</style>