Shades of Medium Blue #1519D9
Tints of Medium Blue #1519D9
RGB
CMYK
RGB Variations
Color information
#1519D9 (or 0x1519D9) is known color: Medium Blue. HEX triplet: 15, 19 and D9. RGB value is (21,25,217). Sum of RGB (Red+Green+Blue) = 21+25+217=263 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.98% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 217 (85.16% from 255 or 82.51% from 263); Max value from RGB is 217 - color contains mainly: blue. Hex color #1519D9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1519D9 is #EAE626. Grayscale: #2C2C2C. Windows color (decimal): -15394343 or 14227733. OLE color: 14227733.
HSL color Cylindrical-coordinate representation of color #1519D9: hue angle of 238.78º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1519D9 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 25 | 217 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.15 |
| HSL | 238.78º | 0.82% | 0.47% | - |
| HSV(B) | 238.78º | 0.9% | 0.85% | - |
| XYZ | 13.18 | 5.86 | 66.08 | - |
| YUV | 45.69 | 224.67 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 25 | 217 | 0.90 | 0.88 | 0 | 0.15 | 238.78 | 0.82 | 0.47 |
| Hex | 15 | 19 | D9 | 5A | 58 | 0 | F | EF | 52 | 2F |
| Octal | 25 | 31 | 331 | 132 | 130 | 0 | 17 | 357 | 122 | 57 |
| Binary | 10101 | 11001 | 11011001 | 1011010 | 1011000 | 0 | 1111 | 11101111 | 1010010 | 101111 |
Color Harmonies of #1519D9
Complementary color
Monochromatic Colors of #1519D9
Black with #1519D9
Text Example
Text Example
White with #1519D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1519D9; }
p { color: rgb(21,25,217); }
H1.HeaderClassName
{
color: #1519D9;
}
.AnyTagClassName
{
color: #1519D9;
}
</style>
background-color css
<style>
a { background-color: #1519D9; }
a { background-color: rgb(21,25,217); }
div.DivClassName
{
background-color: #1519D9;
}
.BgClassName
{
background-color: #1519D9;
}
</style>
border-color css
<style>
span { border-color: #1519D9; }
span { border-color: rgb(21,25,217); }
td.TdClassName
{
border-color: #1519D9;
}
.TagClassName
{
border-color: #1519D9;
}
</style>