Shades of Cobalt #0249BA
Tints of Cobalt #0249BA
RGB
CMYK
RGB Variations
Color information
#0249BA (or 0x0249BA) is known color: Cobalt. HEX triplet: 02, 49 and BA. RGB value is (2,73,186). Sum of RGB (Red+Green+Blue) = 2+73+186=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #0249BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0249BA is #FDB645. Grayscale: #404040. Windows color (decimal): -16627270 or 12208386. OLE color: 12208386.
HSL color Cylindrical-coordinate representation of color #0249BA: hue angle of 216.85º degrees, saturation: 0.98, 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 #0249BA is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 73 | 186 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.27 |
| HSL | 216.85º | 0.98% | 0.37% | - |
| HSV(B) | 216.85º | 0.99% | 0.73% | - |
| XYZ | 11.27 | 8.32 | 47.47 | - |
| YUV | 64.65 | 196.48 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 186 | 0.99 | 0.61 | 0 | 0.27 | 216.85 | 0.98 | 0.37 |
| Hex | 2 | 49 | BA | 63 | 3D | 0 | 1B | D9 | 62 | 25 |
| Octal | 2 | 111 | 272 | 143 | 75 | 0 | 33 | 331 | 142 | 45 |
| Binary | 10 | 1001001 | 10111010 | 1100011 | 111101 | 0 | 11011 | 11011001 | 1100010 | 100101 |
Color Harmonies of #0249BA
Complementary color
Monochromatic Colors of #0249BA
Black with #0249BA
Text Example
Text Example
White with #0249BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0249BA; }
p { color: rgb(2,73,186); }
H1.HeaderClassName
{
color: #0249BA;
}
.AnyTagClassName
{
color: #0249BA;
}
</style>
background-color css
<style>
a { background-color: #0249BA; }
a { background-color: rgb(2,73,186); }
div.DivClassName
{
background-color: #0249BA;
}
.BgClassName
{
background-color: #0249BA;
}
</style>
border-color css
<style>
span { border-color: #0249BA; }
span { border-color: rgb(2,73,186); }
td.TdClassName
{
border-color: #0249BA;
}
.TagClassName
{
border-color: #0249BA;
}
</style>