Shades of Medium Blue #0516BA
Tints of Medium Blue #0516BA
RGB
CMYK
RGB Variations
Color information
#0516BA (or 0x0516BA) is known color: Medium Blue. HEX triplet: 05, 16 and BA. RGB value is (5,22,186). Sum of RGB (Red+Green+Blue) = 5+22+186=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 186 (73.05% from 255 or 87.32% from 213); Max value from RGB is 186 - color contains mainly: blue. Hex color #0516BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0516BA is #FAE945. Grayscale: #222222. Windows color (decimal): -16443718 or 12195333. OLE color: 12195333.
HSL color Cylindrical-coordinate representation of color #0516BA: hue angle of 234.36º 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 #0516BA is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 22 | 186 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.27 |
| HSL | 234.36º | 0.95% | 0.37% | - |
| HSV(B) | 234.36º | 0.97% | 0.73% | - |
| XYZ | 9.21 | 4.15 | 46.77 | - |
| YUV | 35.61 | 212.87 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 186 | 0.97 | 0.88 | 0 | 0.27 | 234.36 | 0.95 | 0.37 |
| Hex | 5 | 16 | BA | 61 | 58 | 0 | 1B | EA | 5F | 25 |
| Octal | 5 | 26 | 272 | 141 | 130 | 0 | 33 | 352 | 137 | 45 |
| Binary | 101 | 10110 | 10111010 | 1100001 | 1011000 | 0 | 11011 | 11101010 | 1011111 | 100101 |
Color Harmonies of #0516BA
Complementary color
Monochromatic Colors of #0516BA
Black with #0516BA
Text Example
Text Example
White with #0516BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0516BA; }
p { color: rgb(5,22,186); }
H1.HeaderClassName
{
color: #0516BA;
}
.AnyTagClassName
{
color: #0516BA;
}
</style>
background-color css
<style>
a { background-color: #0516BA; }
a { background-color: rgb(5,22,186); }
div.DivClassName
{
background-color: #0516BA;
}
.BgClassName
{
background-color: #0516BA;
}
</style>
border-color css
<style>
span { border-color: #0516BA; }
span { border-color: rgb(5,22,186); }
td.TdClassName
{
border-color: #0516BA;
}
.TagClassName
{
border-color: #0516BA;
}
</style>