Shades of Cobalt #0049BA
Tints of Cobalt #0049BA
RGB
CMYK
RGB Variations
Color information
#0049BA (or 0x0049BA) is known color: Cobalt. HEX triplet: 00, 49 and BA. RGB value is (0,73,186). Sum of RGB (Red+Green+Blue) = 0+73+186=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 186 (73.05% from 255 or 71.81% from 259); Max value from RGB is 186 - color contains mainly: blue. Hex color #0049BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0049BA is #FFB645. Grayscale: #3F3F3F. Windows color (decimal): -16758342 or 12208384. OLE color: 12208384.
HSL color Cylindrical-coordinate representation of color #0049BA: hue angle of 216.45º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0049BA is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 73 | 186 | - |
| CMYK | 1 | 0.61 | 0 | 0.27 |
| HSL | 216.45º | 1% | 0.36% | - |
| HSV(B) | 216.45º | 1% | 0.73% | - |
| XYZ | 11.25 | 8.31 | 47.47 | - |
| YUV | 64.06 | 196.82 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 186 | 1 | 0.61 | 0 | 0.27 | 216.45 | 1 | 0.36 |
| Hex | 0 | 49 | BA | 64 | 3D | 0 | 1B | D8 | 64 | 24 |
| Octal | 0 | 111 | 272 | 144 | 75 | 0 | 33 | 330 | 144 | 44 |
| Binary | 0 | 1001001 | 10111010 | 1100100 | 111101 | 0 | 11011 | 11011000 | 1100100 | 100100 |
Color Harmonies of #0049BA
Complementary color
Monochromatic Colors of #0049BA
Black with #0049BA
Text Example
Text Example
White with #0049BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0049BA; }
p { color: rgb(0,73,186); }
H1.HeaderClassName
{
color: #0049BA;
}
.AnyTagClassName
{
color: #0049BA;
}
</style>
background-color css
<style>
a { background-color: #0049BA; }
a { background-color: rgb(0,73,186); }
div.DivClassName
{
background-color: #0049BA;
}
.BgClassName
{
background-color: #0049BA;
}
</style>
border-color css
<style>
span { border-color: #0049BA; }
span { border-color: rgb(0,73,186); }
td.TdClassName
{
border-color: #0049BA;
}
.TagClassName
{
border-color: #0049BA;
}
</style>