Shades of Medium Blue #2003BA
Tints of Medium Blue #2003BA
RGB
CMYK
RGB Variations
Color information
#2003BA (or 0x2003BA) is known color: Medium Blue. HEX triplet: 20, 03 and BA. RGB value is (32,3,186). Sum of RGB (Red+Green+Blue) = 32+3+186=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 186 (73.05% from 255 or 84.16% from 221); Max value from RGB is 186 - color contains mainly: blue. Hex color #2003BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2003BA is #DFFC45. Grayscale: #1F1F1F. Windows color (decimal): -14679110 or 12190496. OLE color: 12190496.
HSL color Cylindrical-coordinate representation of color #2003BA: hue angle of 249.51º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2003BA is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 3 | 186 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.27 |
| HSL | 249.51º | 0.97% | 0.37% | - |
| HSV(B) | 249.51º | 0.98% | 0.73% | - |
| XYZ | 9.49 | 3.92 | 46.71 | - |
| YUV | 32.53 | 214.61 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 186 | 0.83 | 0.98 | 0 | 0.27 | 249.51 | 0.97 | 0.37 |
| Hex | 20 | 3 | BA | 53 | 62 | 0 | 1B | FA | 61 | 25 |
| Octal | 40 | 3 | 272 | 123 | 142 | 0 | 33 | 372 | 141 | 45 |
| Binary | 100000 | 11 | 10111010 | 1010011 | 1100010 | 0 | 11011 | 11111010 | 1100001 | 100101 |
Color Harmonies of #2003BA
Complementary color
Monochromatic Colors of #2003BA
Black with #2003BA
Text Example
Text Example
White with #2003BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2003BA; }
p { color: rgb(32,3,186); }
H1.HeaderClassName
{
color: #2003BA;
}
.AnyTagClassName
{
color: #2003BA;
}
</style>
background-color css
<style>
a { background-color: #2003BA; }
a { background-color: rgb(32,3,186); }
div.DivClassName
{
background-color: #2003BA;
}
.BgClassName
{
background-color: #2003BA;
}
</style>
border-color css
<style>
span { border-color: #2003BA; }
span { border-color: rgb(32,3,186); }
td.TdClassName
{
border-color: #2003BA;
}
.TagClassName
{
border-color: #2003BA;
}
</style>