Shades of Medium Blue #0515B7
Tints of Medium Blue #0515B7
RGB
CMYK
RGB Variations
Color information
#0515B7 (or 0x0515B7) is known color: Medium Blue. HEX triplet: 05, 15 and B7. RGB value is (5,21,183). Sum of RGB (Red+Green+Blue) = 5+21+183=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 183 (71.88% from 255 or 87.56% from 209); Max value from RGB is 183 - color contains mainly: blue. Hex color #0515B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0515B7 is #FAEA48. Grayscale: #222222. Windows color (decimal): -16443977 or 11998469. OLE color: 11998469.
HSL color Cylindrical-coordinate representation of color #0515B7: hue angle of 234.61º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0515B7 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 5 | 21 | 183 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.28 |
| HSL | 234.61º | 0.95% | 0.37% | - |
| HSV(B) | 234.61º | 0.97% | 0.72% | - |
| XYZ | 8.88 | 3.99 | 45.1 | - |
| YUV | 34.68 | 211.7 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 183 | 0.97 | 0.89 | 0 | 0.28 | 234.61 | 0.95 | 0.37 |
| Hex | 5 | 15 | B7 | 61 | 59 | 0 | 1C | EB | 5F | 25 |
| Octal | 5 | 25 | 267 | 141 | 131 | 0 | 34 | 353 | 137 | 45 |
| Binary | 101 | 10101 | 10110111 | 1100001 | 1011001 | 0 | 11100 | 11101011 | 1011111 | 100101 |
Color Harmonies of #0515B7
Complementary color
Monochromatic Colors of #0515B7
Black with #0515B7
Text Example
Text Example
White with #0515B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0515B7; }
p { color: rgb(5,21,183); }
H1.HeaderClassName
{
color: #0515B7;
}
.AnyTagClassName
{
color: #0515B7;
}
</style>
background-color css
<style>
a { background-color: #0515B7; }
a { background-color: rgb(5,21,183); }
div.DivClassName
{
background-color: #0515B7;
}
.BgClassName
{
background-color: #0515B7;
}
</style>
border-color css
<style>
span { border-color: #0515B7; }
span { border-color: rgb(5,21,183); }
td.TdClassName
{
border-color: #0515B7;
}
.TagClassName
{
border-color: #0515B7;
}
</style>