Shades of Blue #1916ED
Tints of Blue #1916ED
RGB
CMYK
RGB Variations
Color information
#1916ED (or 0x1916ED) is known color: Blue. HEX triplet: 19, 16 and ED. RGB value is (25,22,237). Sum of RGB (Red+Green+Blue) = 25+22+237=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 237 (92.97% from 255 or 83.45% from 284); Max value from RGB is 237 - color contains mainly: blue. Hex color #1916ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1916ED is #E6E912. Grayscale: #2E2E2E. Windows color (decimal): -15132947 or 15537689. OLE color: 15537689.
HSL color Cylindrical-coordinate representation of color #1916ED: hue angle of 240.84º 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 #1916ED is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 22 | 237 | - |
| CMYK | 0.89 | 0.91 | 0 | 0.07 |
| HSL | 240.84º | 0.86% | 0.51% | - |
| HSV(B) | 240.84º | 0.91% | 0.93% | - |
| XYZ | 15.97 | 6.89 | 80.61 | - |
| YUV | 47.41 | 234.99 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 22 | 237 | 0.89 | 0.91 | 0 | 0.07 | 240.84 | 0.86 | 0.51 |
| Hex | 19 | 16 | ED | 59 | 5B | 0 | 7 | F1 | 56 | 33 |
| Octal | 31 | 26 | 355 | 131 | 133 | 0 | 7 | 361 | 126 | 63 |
| Binary | 11001 | 10110 | 11101101 | 1011001 | 1011011 | 0 | 111 | 11110001 | 1010110 | 110011 |
Color Harmonies of #1916ED
Complementary color
Monochromatic Colors of #1916ED
Black with #1916ED
Text Example
Text Example
White with #1916ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1916ED; }
p { color: rgb(25,22,237); }
H1.HeaderClassName
{
color: #1916ED;
}
.AnyTagClassName
{
color: #1916ED;
}
</style>
background-color css
<style>
a { background-color: #1916ED; }
a { background-color: rgb(25,22,237); }
div.DivClassName
{
background-color: #1916ED;
}
.BgClassName
{
background-color: #1916ED;
}
</style>
border-color css
<style>
span { border-color: #1916ED; }
span { border-color: rgb(25,22,237); }
td.TdClassName
{
border-color: #1916ED;
}
.TagClassName
{
border-color: #1916ED;
}
</style>