Shades of Cobalt #0250BA
Tints of Cobalt #0250BA
RGB
CMYK
RGB Variations
Color information
#0250BA (or 0x0250BA) is known color: Cobalt. HEX triplet: 02, 50 and BA. RGB value is (2,80,186). Sum of RGB (Red+Green+Blue) = 2+80+186=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #0250BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0250BA is #FDAF45. Grayscale: #444444. Windows color (decimal): -16625478 or 12210178. OLE color: 12210178.
HSL color Cylindrical-coordinate representation of color #0250BA: hue angle of 214.57º 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 #0250BA is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 80 | 186 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.27 |
| HSL | 214.57º | 0.98% | 0.37% | - |
| HSV(B) | 214.57º | 0.99% | 0.73% | - |
| XYZ | 11.76 | 9.3 | 47.63 | - |
| YUV | 68.76 | 194.16 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 186 | 0.99 | 0.57 | 0 | 0.27 | 214.57 | 0.98 | 0.37 |
| Hex | 2 | 50 | BA | 63 | 39 | 0 | 1B | D7 | 62 | 25 |
| Octal | 2 | 120 | 272 | 143 | 71 | 0 | 33 | 327 | 142 | 45 |
| Binary | 10 | 1010000 | 10111010 | 1100011 | 111001 | 0 | 11011 | 11010111 | 1100010 | 100101 |
Color Harmonies of #0250BA
Complementary color
Monochromatic Colors of #0250BA
Black with #0250BA
Text Example
Text Example
White with #0250BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0250BA; }
p { color: rgb(2,80,186); }
H1.HeaderClassName
{
color: #0250BA;
}
.AnyTagClassName
{
color: #0250BA;
}
</style>
background-color css
<style>
a { background-color: #0250BA; }
a { background-color: rgb(2,80,186); }
div.DivClassName
{
background-color: #0250BA;
}
.BgClassName
{
background-color: #0250BA;
}
</style>
border-color css
<style>
span { border-color: #0250BA; }
span { border-color: rgb(2,80,186); }
td.TdClassName
{
border-color: #0250BA;
}
.TagClassName
{
border-color: #0250BA;
}
</style>