Shades of Medium Blue #2101BA
Tints of Medium Blue #2101BA
RGB
CMYK
RGB Variations
Color information
#2101BA (or 0x2101BA) is known color: Medium Blue. HEX triplet: 21, 01 and BA. RGB value is (33,1,186). Sum of RGB (Red+Green+Blue) = 33+1+186=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 186 (73.05% from 255 or 84.55% from 220); Max value from RGB is 186 - color contains mainly: blue. Hex color #2101BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2101BA is #DEFE45. Grayscale: #1E1E1E. Windows color (decimal): -14614086 or 12189985. OLE color: 12189985.
HSL color Cylindrical-coordinate representation of color #2101BA: hue angle of 250.38º degrees, saturation: 0.99, 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 #2101BA is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 1 | 186 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.27 |
| HSL | 250.38º | 0.99% | 0.37% | - |
| HSV(B) | 250.38º | 0.99% | 0.73% | - |
| XYZ | 9.5 | 3.89 | 46.7 | - |
| YUV | 31.66 | 215.1 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 186 | 0.82 | 0.99 | 0 | 0.27 | 250.38 | 0.99 | 0.37 |
| Hex | 21 | 1 | BA | 52 | 63 | 0 | 1B | FA | 63 | 25 |
| Octal | 41 | 1 | 272 | 122 | 143 | 0 | 33 | 372 | 143 | 45 |
| Binary | 100001 | 1 | 10111010 | 1010010 | 1100011 | 0 | 11011 | 11111010 | 1100011 | 100101 |
Color Harmonies of #2101BA
Complementary color
Monochromatic Colors of #2101BA
Black with #2101BA
Text Example
Text Example
White with #2101BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2101BA; }
p { color: rgb(33,1,186); }
H1.HeaderClassName
{
color: #2101BA;
}
.AnyTagClassName
{
color: #2101BA;
}
</style>
background-color css
<style>
a { background-color: #2101BA; }
a { background-color: rgb(33,1,186); }
div.DivClassName
{
background-color: #2101BA;
}
.BgClassName
{
background-color: #2101BA;
}
</style>
border-color css
<style>
span { border-color: #2101BA; }
span { border-color: rgb(33,1,186); }
td.TdClassName
{
border-color: #2101BA;
}
.TagClassName
{
border-color: #2101BA;
}
</style>