Shades of Medium Blue #0500BA
Tints of Medium Blue #0500BA
RGB
CMYK
RGB Variations
Color information
#0500BA (or 0x0500BA) is known color: Medium Blue. HEX triplet: 05, 00 and BA. RGB value is (5,0,186). Sum of RGB (Red+Green+Blue) = 5+0+186=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 186 (73.05% from 255 or 97.38% from 191); Max value from RGB is 186 - color contains mainly: blue. Hex color #0500BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0500BA is #FAFF45. Grayscale: #151515. Windows color (decimal): -16449350 or 12189701. OLE color: 12189701.
HSL color Cylindrical-coordinate representation of color #0500BA: hue angle of 241.61º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0500BA is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 0 | 186 | - |
| CMYK | 0.97 | 1 | 0 | 0.27 |
| HSL | 241.61º | 1% | 0.36% | - |
| HSV(B) | 241.61º | 1% | 0.73% | - |
| XYZ | 8.93 | 3.58 | 46.67 | - |
| YUV | 22.7 | 220.16 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 186 | 0.97 | 1 | 0 | 0.27 | 241.61 | 1 | 0.36 |
| Hex | 5 | 0 | BA | 61 | 64 | 0 | 1B | F2 | 64 | 24 |
| Octal | 5 | 0 | 272 | 141 | 144 | 0 | 33 | 362 | 144 | 44 |
| Binary | 101 | 0 | 10111010 | 1100001 | 1100100 | 0 | 11011 | 11110010 | 1100100 | 100100 |
Color Harmonies of #0500BA
Complementary color
Monochromatic Colors of #0500BA
Black with #0500BA
Text Example
Text Example
White with #0500BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0500BA; }
p { color: rgb(5,0,186); }
H1.HeaderClassName
{
color: #0500BA;
}
.AnyTagClassName
{
color: #0500BA;
}
</style>
background-color css
<style>
a { background-color: #0500BA; }
a { background-color: rgb(5,0,186); }
div.DivClassName
{
background-color: #0500BA;
}
.BgClassName
{
background-color: #0500BA;
}
</style>
border-color css
<style>
span { border-color: #0500BA; }
span { border-color: rgb(5,0,186); }
td.TdClassName
{
border-color: #0500BA;
}
.TagClassName
{
border-color: #0500BA;
}
</style>