Shades of Medium Blue #0519D9
Tints of Medium Blue #0519D9
RGB
CMYK
RGB Variations
Color information
#0519D9 (or 0x0519D9) is known color: Medium Blue. HEX triplet: 05, 19 and D9. RGB value is (5,25,217). Sum of RGB (Red+Green+Blue) = 5+25+217=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 217 (85.16% from 255 or 87.85% from 247); Max value from RGB is 217 - color contains mainly: blue. Hex color #0519D9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0519D9 is #FAE626. Grayscale: #282828. Windows color (decimal): -16442919 or 14227717. OLE color: 14227717.
HSL color Cylindrical-coordinate representation of color #0519D9: hue angle of 234.34º 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 #0519D9 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 25 | 217 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.15 |
| HSL | 234.34º | 0.95% | 0.44% | - |
| HSV(B) | 234.34º | 0.98% | 0.85% | - |
| XYZ | 12.93 | 5.74 | 66.07 | - |
| YUV | 40.91 | 227.37 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 217 | 0.98 | 0.88 | 0 | 0.15 | 234.34 | 0.95 | 0.44 |
| Hex | 5 | 19 | D9 | 62 | 58 | 0 | F | EA | 5F | 2C |
| Octal | 5 | 31 | 331 | 142 | 130 | 0 | 17 | 352 | 137 | 54 |
| Binary | 101 | 11001 | 11011001 | 1100010 | 1011000 | 0 | 1111 | 11101010 | 1011111 | 101100 |
Color Harmonies of #0519D9
Complementary color
Monochromatic Colors of #0519D9
Black with #0519D9
Text Example
Text Example
White with #0519D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0519D9; }
p { color: rgb(5,25,217); }
H1.HeaderClassName
{
color: #0519D9;
}
.AnyTagClassName
{
color: #0519D9;
}
</style>
background-color css
<style>
a { background-color: #0519D9; }
a { background-color: rgb(5,25,217); }
div.DivClassName
{
background-color: #0519D9;
}
.BgClassName
{
background-color: #0519D9;
}
</style>
border-color css
<style>
span { border-color: #0519D9; }
span { border-color: rgb(5,25,217); }
td.TdClassName
{
border-color: #0519D9;
}
.TagClassName
{
border-color: #0519D9;
}
</style>