Shades of Medium Blue #0515C0
Tints of Medium Blue #0515C0
RGB
CMYK
RGB Variations
Color information
#0515C0 (or 0x0515C0) is known color: Medium Blue. HEX triplet: 05, 15 and C0. RGB value is (5,21,192). Sum of RGB (Red+Green+Blue) = 5+21+192=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 192 (75.39% from 255 or 88.07% from 218); Max value from RGB is 192 - color contains mainly: blue. Hex color #0515C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0515C0 is #FAEA3F. Grayscale: #232323. Windows color (decimal): -16443968 or 12588293. OLE color: 12588293.
HSL color Cylindrical-coordinate representation of color #0515C0: hue angle of 234.87º 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 #0515C0 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 21 | 192 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.25 |
| HSL | 234.87º | 0.95% | 0.39% | - |
| HSV(B) | 234.87º | 0.97% | 0.75% | - |
| XYZ | 9.85 | 4.37 | 50.19 | - |
| YUV | 35.71 | 216.2 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 192 | 0.97 | 0.89 | 0 | 0.25 | 234.87 | 0.95 | 0.39 |
| Hex | 5 | 15 | C0 | 61 | 59 | 0 | 19 | EB | 5F | 27 |
| Octal | 5 | 25 | 300 | 141 | 131 | 0 | 31 | 353 | 137 | 47 |
| Binary | 101 | 10101 | 11000000 | 1100001 | 1011001 | 0 | 11001 | 11101011 | 1011111 | 100111 |
Color Harmonies of #0515C0
Complementary color
Monochromatic Colors of #0515C0
Black with #0515C0
Text Example
Text Example
White with #0515C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0515C0; }
p { color: rgb(5,21,192); }
H1.HeaderClassName
{
color: #0515C0;
}
.AnyTagClassName
{
color: #0515C0;
}
</style>
background-color css
<style>
a { background-color: #0515C0; }
a { background-color: rgb(5,21,192); }
div.DivClassName
{
background-color: #0515C0;
}
.BgClassName
{
background-color: #0515C0;
}
</style>
border-color css
<style>
span { border-color: #0515C0; }
span { border-color: rgb(5,21,192); }
td.TdClassName
{
border-color: #0515C0;
}
.TagClassName
{
border-color: #0515C0;
}
</style>