Shades of Blue #1916EE
Tints of Blue #1916EE
RGB
CMYK
RGB Variations
Color information
#1916EE (or 0x1916EE) is known color: Blue. HEX triplet: 19, 16 and EE. RGB value is (25,22,238). Sum of RGB (Red+Green+Blue) = 25+22+238=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 238 (93.36% from 255 or 83.51% from 285); Max value from RGB is 238 - color contains mainly: blue. Hex color #1916EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1916EE is #E6E911. Grayscale: #2E2E2E. Windows color (decimal): -15132946 or 15603225. OLE color: 15603225.
HSL color Cylindrical-coordinate representation of color #1916EE: hue angle of 240.83º 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 #1916EE is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 22 | 238 | - |
| CMYK | 0.89 | 0.91 | 0 | 0.07 |
| HSL | 240.83º | 0.86% | 0.51% | - |
| HSV(B) | 240.83º | 0.91% | 0.93% | - |
| XYZ | 16.12 | 6.95 | 81.38 | - |
| YUV | 47.52 | 235.49 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 22 | 238 | 0.89 | 0.91 | 0 | 0.07 | 240.83 | 0.86 | 0.51 |
| Hex | 19 | 16 | EE | 59 | 5B | 0 | 7 | F1 | 56 | 33 |
| Octal | 31 | 26 | 356 | 131 | 133 | 0 | 7 | 361 | 126 | 63 |
| Binary | 11001 | 10110 | 11101110 | 1011001 | 1011011 | 0 | 111 | 11110001 | 1010110 | 110011 |
Color Harmonies of #1916EE
Complementary color
Monochromatic Colors of #1916EE
Black with #1916EE
Text Example
Text Example
White with #1916EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1916EE; }
p { color: rgb(25,22,238); }
H1.HeaderClassName
{
color: #1916EE;
}
.AnyTagClassName
{
color: #1916EE;
}
</style>
background-color css
<style>
a { background-color: #1916EE; }
a { background-color: rgb(25,22,238); }
div.DivClassName
{
background-color: #1916EE;
}
.BgClassName
{
background-color: #1916EE;
}
</style>
border-color css
<style>
span { border-color: #1916EE; }
span { border-color: rgb(25,22,238); }
td.TdClassName
{
border-color: #1916EE;
}
.TagClassName
{
border-color: #1916EE;
}
</style>