Shades of Medium Blue #0503BA
Tints of Medium Blue #0503BA
RGB
CMYK
RGB Variations
Color information
#0503BA (or 0x0503BA) is known color: Medium Blue. HEX triplet: 05, 03 and BA. RGB value is (5,3,186). Sum of RGB (Red+Green+Blue) = 5+3+186=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 186 (73.05% from 255 or 95.88% from 194); Max value from RGB is 186 - color contains mainly: blue. Hex color #0503BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0503BA is #FAFC45. Grayscale: #171717. Windows color (decimal): -16448582 or 12190469. OLE color: 12190469.
HSL color Cylindrical-coordinate representation of color #0503BA: hue angle of 240.66º 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 #0503BA is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 3 | 186 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.27 |
| HSL | 240.66º | 0.97% | 0.37% | - |
| HSV(B) | 240.66º | 0.98% | 0.73% | - |
| XYZ | 8.96 | 3.64 | 46.69 | - |
| YUV | 24.46 | 219.16 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 3 | 186 | 0.97 | 0.98 | 0 | 0.27 | 240.66 | 0.97 | 0.37 |
| Hex | 5 | 3 | BA | 61 | 62 | 0 | 1B | F1 | 61 | 25 |
| Octal | 5 | 3 | 272 | 141 | 142 | 0 | 33 | 361 | 141 | 45 |
| Binary | 101 | 11 | 10111010 | 1100001 | 1100010 | 0 | 11011 | 11110001 | 1100001 | 100101 |
Color Harmonies of #0503BA
Complementary color
Monochromatic Colors of #0503BA
Black with #0503BA
Text Example
Text Example
White with #0503BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0503BA; }
p { color: rgb(5,3,186); }
H1.HeaderClassName
{
color: #0503BA;
}
.AnyTagClassName
{
color: #0503BA;
}
</style>
background-color css
<style>
a { background-color: #0503BA; }
a { background-color: rgb(5,3,186); }
div.DivClassName
{
background-color: #0503BA;
}
.BgClassName
{
background-color: #0503BA;
}
</style>
border-color css
<style>
span { border-color: #0503BA; }
span { border-color: rgb(5,3,186); }
td.TdClassName
{
border-color: #0503BA;
}
.TagClassName
{
border-color: #0503BA;
}
</style>