Shades of Blue #1519EC
Tints of Blue #1519EC
RGB
CMYK
RGB Variations
Color information
#1519EC (or 0x1519EC) is known color: Blue. HEX triplet: 15, 19 and EC. RGB value is (21,25,236). Sum of RGB (Red+Green+Blue) = 21+25+236=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 236 (92.58% from 255 or 83.69% from 282); Max value from RGB is 236 - color contains mainly: blue. Hex color #1519EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1519EC is #EAE613. Grayscale: #2F2F2F. Windows color (decimal): -15394324 or 15472917. OLE color: 15472917.
HSL color Cylindrical-coordinate representation of color #1519EC: hue angle of 238.88º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1519EC is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 25 | 236 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.07 |
| HSL | 238.88º | 0.85% | 0.5% | - |
| HSV(B) | 238.88º | 0.91% | 0.93% | - |
| XYZ | 15.8 | 6.91 | 79.86 | - |
| YUV | 47.86 | 234.17 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 25 | 236 | 0.91 | 0.89 | 0 | 0.07 | 238.88 | 0.85 | 0.5 |
| Hex | 15 | 19 | EC | 5B | 59 | 0 | 7 | EF | 55 | 32 |
| Octal | 25 | 31 | 354 | 133 | 131 | 0 | 7 | 357 | 125 | 62 |
| Binary | 10101 | 11001 | 11101100 | 1011011 | 1011001 | 0 | 111 | 11101111 | 1010101 | 110010 |
Color Harmonies of #1519EC
Complementary color
Monochromatic Colors of #1519EC
Black with #1519EC
Text Example
Text Example
White with #1519EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1519EC; }
p { color: rgb(21,25,236); }
H1.HeaderClassName
{
color: #1519EC;
}
.AnyTagClassName
{
color: #1519EC;
}
</style>
background-color css
<style>
a { background-color: #1519EC; }
a { background-color: rgb(21,25,236); }
div.DivClassName
{
background-color: #1519EC;
}
.BgClassName
{
background-color: #1519EC;
}
</style>
border-color css
<style>
span { border-color: #1519EC; }
span { border-color: rgb(21,25,236); }
td.TdClassName
{
border-color: #1519EC;
}
.TagClassName
{
border-color: #1519EC;
}
</style>