Shades of Medium Blue #0519DA
Tints of Medium Blue #0519DA
RGB
CMYK
RGB Variations
Color information
#0519DA (or 0x0519DA) is known color: Medium Blue. HEX triplet: 05, 19 and DA. RGB value is (5,25,218). Sum of RGB (Red+Green+Blue) = 5+25+218=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 218 (85.55% from 255 or 87.90% from 248); Max value from RGB is 218 - color contains mainly: blue. Hex color #0519DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0519DA is #FAE625. Grayscale: #282828. Windows color (decimal): -16442918 or 14293253. OLE color: 14293253.
HSL color Cylindrical-coordinate representation of color #0519DA: hue angle of 234.37º degrees, saturation: 0.96, 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 #0519DA is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 25 | 218 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.15 |
| HSL | 234.37º | 0.96% | 0.44% | - |
| HSV(B) | 234.37º | 0.98% | 0.85% | - |
| XYZ | 13.07 | 5.79 | 66.76 | - |
| YUV | 41.02 | 227.87 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 218 | 0.98 | 0.89 | 0 | 0.15 | 234.37 | 0.96 | 0.44 |
| Hex | 5 | 19 | DA | 62 | 59 | 0 | F | EA | 60 | 2C |
| Octal | 5 | 31 | 332 | 142 | 131 | 0 | 17 | 352 | 140 | 54 |
| Binary | 101 | 11001 | 11011010 | 1100010 | 1011001 | 0 | 1111 | 11101010 | 1100000 | 101100 |
Color Harmonies of #0519DA
Complementary color
Monochromatic Colors of #0519DA
Black with #0519DA
Text Example
Text Example
White with #0519DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0519DA; }
p { color: rgb(5,25,218); }
H1.HeaderClassName
{
color: #0519DA;
}
.AnyTagClassName
{
color: #0519DA;
}
</style>
background-color css
<style>
a { background-color: #0519DA; }
a { background-color: rgb(5,25,218); }
div.DivClassName
{
background-color: #0519DA;
}
.BgClassName
{
background-color: #0519DA;
}
</style>
border-color css
<style>
span { border-color: #0519DA; }
span { border-color: rgb(5,25,218); }
td.TdClassName
{
border-color: #0519DA;
}
.TagClassName
{
border-color: #0519DA;
}
</style>