Shades of Cobalt #0246BA
Tints of Cobalt #0246BA
RGB
CMYK
RGB Variations
Color information
#0246BA (or 0x0246BA) is known color: Cobalt. HEX triplet: 02, 46 and BA. RGB value is (2,70,186). Sum of RGB (Red+Green+Blue) = 2+70+186=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 186 (73.05% from 255 or 72.09% from 258); Max value from RGB is 186 - color contains mainly: blue. Hex color #0246BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0246BA is #FDB945. Grayscale: #3E3E3E. Windows color (decimal): -16628038 or 12207618. OLE color: 12207618.
HSL color Cylindrical-coordinate representation of color #0246BA: hue angle of 217.83º 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 #0246BA is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 70 | 186 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.27 |
| HSL | 217.83º | 0.98% | 0.37% | - |
| HSV(B) | 217.83º | 0.99% | 0.73% | - |
| XYZ | 11.08 | 7.94 | 47.4 | - |
| YUV | 62.89 | 197.47 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 186 | 0.99 | 0.62 | 0 | 0.27 | 217.83 | 0.98 | 0.37 |
| Hex | 2 | 46 | BA | 63 | 3E | 0 | 1B | DA | 62 | 25 |
| Octal | 2 | 106 | 272 | 143 | 76 | 0 | 33 | 332 | 142 | 45 |
| Binary | 10 | 1000110 | 10111010 | 1100011 | 111110 | 0 | 11011 | 11011010 | 1100010 | 100101 |
Color Harmonies of #0246BA
Complementary color
Monochromatic Colors of #0246BA
Black with #0246BA
Text Example
Text Example
White with #0246BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0246BA; }
p { color: rgb(2,70,186); }
H1.HeaderClassName
{
color: #0246BA;
}
.AnyTagClassName
{
color: #0246BA;
}
</style>
background-color css
<style>
a { background-color: #0246BA; }
a { background-color: rgb(2,70,186); }
div.DivClassName
{
background-color: #0246BA;
}
.BgClassName
{
background-color: #0246BA;
}
</style>
border-color css
<style>
span { border-color: #0246BA; }
span { border-color: rgb(2,70,186); }
td.TdClassName
{
border-color: #0246BA;
}
.TagClassName
{
border-color: #0246BA;
}
</style>