Shades of Medium Blue #2005BA
Tints of Medium Blue #2005BA
RGB
CMYK
RGB Variations
Color information
#2005BA (or 0x2005BA) is known color: Medium Blue. HEX triplet: 20, 05 and BA. RGB value is (32,5,186). Sum of RGB (Red+Green+Blue) = 32+5+186=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 186 (73.05% from 255 or 83.41% from 223); Max value from RGB is 186 - color contains mainly: blue. Hex color #2005BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2005BA is #DFFA45. Grayscale: #212121. Windows color (decimal): -14678598 or 12191008. OLE color: 12191008.
HSL color Cylindrical-coordinate representation of color #2005BA: hue angle of 248.95º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2005BA is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 5 | 186 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.27 |
| HSL | 248.95º | 0.95% | 0.37% | - |
| HSV(B) | 248.95º | 0.97% | 0.73% | - |
| XYZ | 9.51 | 3.96 | 46.72 | - |
| YUV | 33.71 | 213.95 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 186 | 0.83 | 0.97 | 0 | 0.27 | 248.95 | 0.95 | 0.37 |
| Hex | 20 | 5 | BA | 53 | 61 | 0 | 1B | F9 | 5F | 25 |
| Octal | 40 | 5 | 272 | 123 | 141 | 0 | 33 | 371 | 137 | 45 |
| Binary | 100000 | 101 | 10111010 | 1010011 | 1100001 | 0 | 11011 | 11111001 | 1011111 | 100101 |
Color Harmonies of #2005BA
Complementary color
Monochromatic Colors of #2005BA
Black with #2005BA
Text Example
Text Example
White with #2005BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2005BA; }
p { color: rgb(32,5,186); }
H1.HeaderClassName
{
color: #2005BA;
}
.AnyTagClassName
{
color: #2005BA;
}
</style>
background-color css
<style>
a { background-color: #2005BA; }
a { background-color: rgb(32,5,186); }
div.DivClassName
{
background-color: #2005BA;
}
.BgClassName
{
background-color: #2005BA;
}
</style>
border-color css
<style>
span { border-color: #2005BA; }
span { border-color: rgb(32,5,186); }
td.TdClassName
{
border-color: #2005BA;
}
.TagClassName
{
border-color: #2005BA;
}
</style>