Shades of Medium Blue #0516C0
Tints of Medium Blue #0516C0
RGB
CMYK
RGB Variations
Color information
#0516C0 (or 0x0516C0) is known color: Medium Blue. HEX triplet: 05, 16 and C0. RGB value is (5,22,192). Sum of RGB (Red+Green+Blue) = 5+22+192=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 192 (75.39% from 255 or 87.67% from 219); Max value from RGB is 192 - color contains mainly: blue. Hex color #0516C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0516C0 is #FAE93F. Grayscale: #232323. Windows color (decimal): -16443712 or 12588549. OLE color: 12588549.
HSL color Cylindrical-coordinate representation of color #0516C0: hue angle of 234.55º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0516C0 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 22 | 192 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.25 |
| HSL | 234.55º | 0.95% | 0.39% | - |
| HSV(B) | 234.55º | 0.97% | 0.75% | - |
| XYZ | 9.86 | 4.41 | 50.2 | - |
| YUV | 36.3 | 215.87 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 192 | 0.97 | 0.89 | 0 | 0.25 | 234.55 | 0.95 | 0.39 |
| Hex | 5 | 16 | C0 | 61 | 59 | 0 | 19 | EB | 5F | 27 |
| Octal | 5 | 26 | 300 | 141 | 131 | 0 | 31 | 353 | 137 | 47 |
| Binary | 101 | 10110 | 11000000 | 1100001 | 1011001 | 0 | 11001 | 11101011 | 1011111 | 100111 |
Color Harmonies of #0516C0
Complementary color
Monochromatic Colors of #0516C0
Black with #0516C0
Text Example
Text Example
White with #0516C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0516C0; }
p { color: rgb(5,22,192); }
H1.HeaderClassName
{
color: #0516C0;
}
.AnyTagClassName
{
color: #0516C0;
}
</style>
background-color css
<style>
a { background-color: #0516C0; }
a { background-color: rgb(5,22,192); }
div.DivClassName
{
background-color: #0516C0;
}
.BgClassName
{
background-color: #0516C0;
}
</style>
border-color css
<style>
span { border-color: #0516C0; }
span { border-color: rgb(5,22,192); }
td.TdClassName
{
border-color: #0516C0;
}
.TagClassName
{
border-color: #0516C0;
}
</style>