Shades of Medium Blue #2112BA
Tints of Medium Blue #2112BA
RGB
CMYK
RGB Variations
Color information
#2112BA (or 0x2112BA) is known color: Medium Blue. HEX triplet: 21, 12 and BA. RGB value is (33,18,186). Sum of RGB (Red+Green+Blue) = 33+18+186=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 186 (73.05% from 255 or 78.48% from 237); Max value from RGB is 186 - color contains mainly: blue. Hex color #2112BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2112BA is #DEED45. Grayscale: #282828. Windows color (decimal): -14609734 or 12194337. OLE color: 12194337.
HSL color Cylindrical-coordinate representation of color #2112BA: hue angle of 245.36º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2112BA is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 18 | 186 | - |
| CMYK | 0.82 | 0.90 | 0 | 0.27 |
| HSL | 245.36º | 0.82% | 0.4% | - |
| HSV(B) | 245.36º | 0.9% | 0.73% | - |
| XYZ | 9.71 | 4.3 | 46.77 | - |
| YUV | 41.64 | 209.47 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 18 | 186 | 0.82 | 0.90 | 0 | 0.27 | 245.36 | 0.82 | 0.4 |
| Hex | 21 | 12 | BA | 52 | 5A | 0 | 1B | F5 | 52 | 28 |
| Octal | 41 | 22 | 272 | 122 | 132 | 0 | 33 | 365 | 122 | 50 |
| Binary | 100001 | 10010 | 10111010 | 1010010 | 1011010 | 0 | 11011 | 11110101 | 1010010 | 101000 |
Color Harmonies of #2112BA
Complementary color
Monochromatic Colors of #2112BA
Black with #2112BA
Text Example
Text Example
White with #2112BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2112BA; }
p { color: rgb(33,18,186); }
H1.HeaderClassName
{
color: #2112BA;
}
.AnyTagClassName
{
color: #2112BA;
}
</style>
background-color css
<style>
a { background-color: #2112BA; }
a { background-color: rgb(33,18,186); }
div.DivClassName
{
background-color: #2112BA;
}
.BgClassName
{
background-color: #2112BA;
}
</style>
border-color css
<style>
span { border-color: #2112BA; }
span { border-color: rgb(33,18,186); }
td.TdClassName
{
border-color: #2112BA;
}
.TagClassName
{
border-color: #2112BA;
}
</style>