Shades of Medium Blue #0212BA
Tints of Medium Blue #0212BA
RGB
CMYK
RGB Variations
Color information
#0212BA (or 0x0212BA) is known color: Medium Blue. HEX triplet: 02, 12 and BA. RGB value is (2,18,186). Sum of RGB (Red+Green+Blue) = 2+18+186=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 186 (73.05% from 255 or 90.29% from 206); Max value from RGB is 186 - color contains mainly: blue. Hex color #0212BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0212BA is #FDED45. Grayscale: #1F1F1F. Windows color (decimal): -16641350 or 12194306. OLE color: 12194306.
HSL color Cylindrical-coordinate representation of color #0212BA: hue angle of 234.78º 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 #0212BA is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 18 | 186 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.27 |
| HSL | 234.78º | 0.98% | 0.37% | - |
| HSV(B) | 234.78º | 0.99% | 0.73% | - |
| XYZ | 9.1 | 3.99 | 46.74 | - |
| YUV | 32.37 | 214.7 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 186 | 0.99 | 0.90 | 0 | 0.27 | 234.78 | 0.98 | 0.37 |
| Hex | 2 | 12 | BA | 63 | 5A | 0 | 1B | EB | 62 | 25 |
| Octal | 2 | 22 | 272 | 143 | 132 | 0 | 33 | 353 | 142 | 45 |
| Binary | 10 | 10010 | 10111010 | 1100011 | 1011010 | 0 | 11011 | 11101011 | 1100010 | 100101 |
Color Harmonies of #0212BA
Complementary color
Monochromatic Colors of #0212BA
Black with #0212BA
Text Example
Text Example
White with #0212BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0212BA; }
p { color: rgb(2,18,186); }
H1.HeaderClassName
{
color: #0212BA;
}
.AnyTagClassName
{
color: #0212BA;
}
</style>
background-color css
<style>
a { background-color: #0212BA; }
a { background-color: rgb(2,18,186); }
div.DivClassName
{
background-color: #0212BA;
}
.BgClassName
{
background-color: #0212BA;
}
</style>
border-color css
<style>
span { border-color: #0212BA; }
span { border-color: rgb(2,18,186); }
td.TdClassName
{
border-color: #0212BA;
}
.TagClassName
{
border-color: #0212BA;
}
</style>