Shades of Medium Blue #0519D6
Tints of Medium Blue #0519D6
RGB
CMYK
RGB Variations
Color information
#0519D6 (or 0x0519D6) is known color: Medium Blue. HEX triplet: 05, 19 and D6. RGB value is (5,25,214). Sum of RGB (Red+Green+Blue) = 5+25+214=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 214 (83.98% from 255 or 87.70% from 244); Max value from RGB is 214 - color contains mainly: blue. Hex color #0519D6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0519D6 is #FAE629. Grayscale: #272727. Windows color (decimal): -16442922 or 14031109. OLE color: 14031109.
HSL color Cylindrical-coordinate representation of color #0519D6: hue angle of 234.26º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0519D6 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 25 | 214 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.16 |
| HSL | 234.26º | 0.95% | 0.43% | - |
| HSV(B) | 234.26º | 0.98% | 0.84% | - |
| XYZ | 12.55 | 5.58 | 64.03 | - |
| YUV | 40.57 | 225.87 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 214 | 0.98 | 0.88 | 0 | 0.16 | 234.26 | 0.95 | 0.43 |
| Hex | 5 | 19 | D6 | 62 | 58 | 0 | 10 | EA | 5F | 2B |
| Octal | 5 | 31 | 326 | 142 | 130 | 0 | 20 | 352 | 137 | 53 |
| Binary | 101 | 11001 | 11010110 | 1100010 | 1011000 | 0 | 10000 | 11101010 | 1011111 | 101011 |
Color Harmonies of #0519D6
Complementary color
Monochromatic Colors of #0519D6
Black with #0519D6
Text Example
Text Example
White with #0519D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0519D6; }
p { color: rgb(5,25,214); }
H1.HeaderClassName
{
color: #0519D6;
}
.AnyTagClassName
{
color: #0519D6;
}
</style>
background-color css
<style>
a { background-color: #0519D6; }
a { background-color: rgb(5,25,214); }
div.DivClassName
{
background-color: #0519D6;
}
.BgClassName
{
background-color: #0519D6;
}
</style>
border-color css
<style>
span { border-color: #0519D6; }
span { border-color: rgb(5,25,214); }
td.TdClassName
{
border-color: #0519D6;
}
.TagClassName
{
border-color: #0519D6;
}
</style>