Shades of Medium Blue #0502BA
Tints of Medium Blue #0502BA
RGB
CMYK
RGB Variations
Color information
#0502BA (or 0x0502BA) is known color: Medium Blue. HEX triplet: 05, 02 and BA. RGB value is (5,2,186). Sum of RGB (Red+Green+Blue) = 5+2+186=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 186 (73.05% from 255 or 96.37% from 193); Max value from RGB is 186 - color contains mainly: blue. Hex color #0502BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0502BA is #FAFD45. Grayscale: #171717. Windows color (decimal): -16448838 or 12190213. OLE color: 12190213.
HSL color Cylindrical-coordinate representation of color #0502BA: hue angle of 240.98º degrees, saturation: 0.98, 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 #0502BA is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 2 | 186 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.27 |
| HSL | 240.98º | 0.98% | 0.37% | - |
| HSV(B) | 240.98º | 0.99% | 0.73% | - |
| XYZ | 8.95 | 3.62 | 46.68 | - |
| YUV | 23.87 | 219.49 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 2 | 186 | 0.97 | 0.99 | 0 | 0.27 | 240.98 | 0.98 | 0.37 |
| Hex | 5 | 2 | BA | 61 | 63 | 0 | 1B | F1 | 62 | 25 |
| Octal | 5 | 2 | 272 | 141 | 143 | 0 | 33 | 361 | 142 | 45 |
| Binary | 101 | 10 | 10111010 | 1100001 | 1100011 | 0 | 11011 | 11110001 | 1100010 | 100101 |
Color Harmonies of #0502BA
Complementary color
Monochromatic Colors of #0502BA
Black with #0502BA
Text Example
Text Example
White with #0502BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0502BA; }
p { color: rgb(5,2,186); }
H1.HeaderClassName
{
color: #0502BA;
}
.AnyTagClassName
{
color: #0502BA;
}
</style>
background-color css
<style>
a { background-color: #0502BA; }
a { background-color: rgb(5,2,186); }
div.DivClassName
{
background-color: #0502BA;
}
.BgClassName
{
background-color: #0502BA;
}
</style>
border-color css
<style>
span { border-color: #0502BA; }
span { border-color: rgb(5,2,186); }
td.TdClassName
{
border-color: #0502BA;
}
.TagClassName
{
border-color: #0502BA;
}
</style>