Shades of Medium Blue #2011BA
Tints of Medium Blue #2011BA
RGB
CMYK
RGB Variations
Color information
#2011BA (or 0x2011BA) is known color: Medium Blue. HEX triplet: 20, 11 and BA. RGB value is (32,17,186). Sum of RGB (Red+Green+Blue) = 32+17+186=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #2011BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2011BA is #DFEE45. Grayscale: #282828. Windows color (decimal): -14675526 or 12194080. OLE color: 12194080.
HSL color Cylindrical-coordinate representation of color #2011BA: hue angle of 245.33º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2011BA is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 17 | 186 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.27 |
| HSL | 245.33º | 0.83% | 0.4% | - |
| HSV(B) | 245.33º | 0.91% | 0.73% | - |
| XYZ | 9.66 | 4.25 | 46.77 | - |
| YUV | 40.75 | 209.97 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 186 | 0.83 | 0.91 | 0 | 0.27 | 245.33 | 0.83 | 0.4 |
| Hex | 20 | 11 | BA | 53 | 5B | 0 | 1B | F5 | 53 | 28 |
| Octal | 40 | 21 | 272 | 123 | 133 | 0 | 33 | 365 | 123 | 50 |
| Binary | 100000 | 10001 | 10111010 | 1010011 | 1011011 | 0 | 11011 | 11110101 | 1010011 | 101000 |
Color Harmonies of #2011BA
Complementary color
Monochromatic Colors of #2011BA
Black with #2011BA
Text Example
Text Example
White with #2011BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2011BA; }
p { color: rgb(32,17,186); }
H1.HeaderClassName
{
color: #2011BA;
}
.AnyTagClassName
{
color: #2011BA;
}
</style>
background-color css
<style>
a { background-color: #2011BA; }
a { background-color: rgb(32,17,186); }
div.DivClassName
{
background-color: #2011BA;
}
.BgClassName
{
background-color: #2011BA;
}
</style>
border-color css
<style>
span { border-color: #2011BA; }
span { border-color: rgb(32,17,186); }
td.TdClassName
{
border-color: #2011BA;
}
.TagClassName
{
border-color: #2011BA;
}
</style>