Shades of Medium Blue #0513D9
Tints of Medium Blue #0513D9
RGB
CMYK
RGB Variations
Color information
#0513D9 (or 0x0513D9) is known color: Medium Blue. HEX triplet: 05, 13 and D9. RGB value is (5,19,217). Sum of RGB (Red+Green+Blue) = 5+19+217=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 217 (85.16% from 255 or 90.04% from 241); Max value from RGB is 217 - color contains mainly: blue. Hex color #0513D9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0513D9 is #FAEC26. Grayscale: #242424. Windows color (decimal): -16444455 or 14226181. OLE color: 14226181.
HSL color Cylindrical-coordinate representation of color #0513D9: hue angle of 236.04º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0513D9 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 19 | 217 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.15 |
| HSL | 236.04º | 0.95% | 0.44% | - |
| HSV(B) | 236.04º | 0.98% | 0.85% | - |
| XYZ | 12.82 | 5.51 | 66.03 | - |
| YUV | 37.39 | 229.36 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 217 | 0.98 | 0.91 | 0 | 0.15 | 236.04 | 0.95 | 0.44 |
| Hex | 5 | 13 | D9 | 62 | 5B | 0 | F | EC | 5F | 2C |
| Octal | 5 | 23 | 331 | 142 | 133 | 0 | 17 | 354 | 137 | 54 |
| Binary | 101 | 10011 | 11011001 | 1100010 | 1011011 | 0 | 1111 | 11101100 | 1011111 | 101100 |
Color Harmonies of #0513D9
Complementary color
Monochromatic Colors of #0513D9
Black with #0513D9
Text Example
Text Example
White with #0513D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0513D9; }
p { color: rgb(5,19,217); }
H1.HeaderClassName
{
color: #0513D9;
}
.AnyTagClassName
{
color: #0513D9;
}
</style>
background-color css
<style>
a { background-color: #0513D9; }
a { background-color: rgb(5,19,217); }
div.DivClassName
{
background-color: #0513D9;
}
.BgClassName
{
background-color: #0513D9;
}
</style>
border-color css
<style>
span { border-color: #0513D9; }
span { border-color: rgb(5,19,217); }
td.TdClassName
{
border-color: #0513D9;
}
.TagClassName
{
border-color: #0513D9;
}
</style>