Shades of Cobalt #0250A2
Tints of Cobalt #0250A2
RGB
CMYK
RGB Variations
Color information
#0250A2 (or 0x0250A2) is known color: Cobalt. HEX triplet: 02, 50 and A2. RGB value is (2,80,162). Sum of RGB (Red+Green+Blue) = 2+80+162=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 162 (63.67% from 255 or 66.39% from 244); Max value from RGB is 162 - color contains mainly: blue. Hex color #0250A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0250A2 is #FDAF5D. Grayscale: #414141. Windows color (decimal): -16625502 or 10637314. OLE color: 10637314.
HSL color Cylindrical-coordinate representation of color #0250A2: hue angle of 210.75º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0250A2 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 80 | 162 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.36 |
| HSL | 210.75º | 0.98% | 0.32% | - |
| HSV(B) | 210.75º | 0.99% | 0.64% | - |
| XYZ | 9.42 | 8.36 | 35.3 | - |
| YUV | 66.03 | 182.16 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 162 | 0.99 | 0.51 | 0 | 0.36 | 210.75 | 0.98 | 0.32 |
| Hex | 2 | 50 | A2 | 63 | 33 | 0 | 24 | D3 | 62 | 20 |
| Octal | 2 | 120 | 242 | 143 | 63 | 0 | 44 | 323 | 142 | 40 |
| Binary | 10 | 1010000 | 10100010 | 1100011 | 110011 | 0 | 100100 | 11010011 | 1100010 | 100000 |
Color Harmonies of #0250A2
Complementary color
Monochromatic Colors of #0250A2
Black with #0250A2
Text Example
Text Example
White with #0250A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0250A2; }
p { color: rgb(2,80,162); }
H1.HeaderClassName
{
color: #0250A2;
}
.AnyTagClassName
{
color: #0250A2;
}
</style>
background-color css
<style>
a { background-color: #0250A2; }
a { background-color: rgb(2,80,162); }
div.DivClassName
{
background-color: #0250A2;
}
.BgClassName
{
background-color: #0250A2;
}
</style>
border-color css
<style>
span { border-color: #0250A2; }
span { border-color: rgb(2,80,162); }
td.TdClassName
{
border-color: #0250A2;
}
.TagClassName
{
border-color: #0250A2;
}
</style>