Shades of Blue #1915EE
Tints of Blue #1915EE
RGB
CMYK
RGB Variations
Color information
#1915EE (or 0x1915EE) is known color: Blue. HEX triplet: 19, 15 and EE. RGB value is (25,21,238). Sum of RGB (Red+Green+Blue) = 25+21+238=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 238 (93.36% from 255 or 83.80% from 284); Max value from RGB is 238 - color contains mainly: blue. Hex color #1915EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1915EE is #E6EA11. Grayscale: #2E2E2E. Windows color (decimal): -15133202 or 15602969. OLE color: 15602969.
HSL color Cylindrical-coordinate representation of color #1915EE: hue angle of 241.11º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1915EE is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 21 | 238 | - |
| CMYK | 0.89 | 0.91 | 0 | 0.07 |
| HSL | 241.11º | 0.86% | 0.51% | - |
| HSV(B) | 241.11º | 0.91% | 0.93% | - |
| XYZ | 16.1 | 6.92 | 81.38 | - |
| YUV | 46.93 | 235.83 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 238 | 0.89 | 0.91 | 0 | 0.07 | 241.11 | 0.86 | 0.51 |
| Hex | 19 | 15 | EE | 59 | 5B | 0 | 7 | F1 | 56 | 33 |
| Octal | 31 | 25 | 356 | 131 | 133 | 0 | 7 | 361 | 126 | 63 |
| Binary | 11001 | 10101 | 11101110 | 1011001 | 1011011 | 0 | 111 | 11110001 | 1010110 | 110011 |
Color Harmonies of #1915EE
Complementary color
Monochromatic Colors of #1915EE
Black with #1915EE
Text Example
Text Example
White with #1915EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1915EE; }
p { color: rgb(25,21,238); }
H1.HeaderClassName
{
color: #1915EE;
}
.AnyTagClassName
{
color: #1915EE;
}
</style>
background-color css
<style>
a { background-color: #1915EE; }
a { background-color: rgb(25,21,238); }
div.DivClassName
{
background-color: #1915EE;
}
.BgClassName
{
background-color: #1915EE;
}
</style>
border-color css
<style>
span { border-color: #1915EE; }
span { border-color: rgb(25,21,238); }
td.TdClassName
{
border-color: #1915EE;
}
.TagClassName
{
border-color: #1915EE;
}
</style>