Shades of Blue #1900ED
Tints of Blue #1900ED
RGB
CMYK
RGB Variations
Color information
#1900ED (or 0x1900ED) is known color: Blue. HEX triplet: 19, 00 and ED. RGB value is (25,0,237). Sum of RGB (Red+Green+Blue) = 25+0+237=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 237 (92.97% from 255 or 90.46% from 262); Max value from RGB is 237 - color contains mainly: blue. Hex color #1900ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1900ED is #E6FF12. Grayscale: #212121. Windows color (decimal): -15138579 or 15532057. OLE color: 15532057.
HSL color Cylindrical-coordinate representation of color #1900ED: hue angle of 246.33º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1900ED is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 0 | 237 | - |
| CMYK | 0.89 | 1 | 0 | 0.07 |
| HSL | 246.33º | 1% | 0.46% | - |
| HSV(B) | 246.33º | 1% | 0.93% | - |
| XYZ | 15.69 | 6.32 | 80.51 | - |
| YUV | 34.49 | 242.28 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 237 | 0.89 | 1 | 0 | 0.07 | 246.33 | 1 | 0.46 |
| Hex | 19 | 0 | ED | 59 | 64 | 0 | 7 | F6 | 64 | 2E |
| Octal | 31 | 0 | 355 | 131 | 144 | 0 | 7 | 366 | 144 | 56 |
| Binary | 11001 | 0 | 11101101 | 1011001 | 1100100 | 0 | 111 | 11110110 | 1100100 | 101110 |
Color Harmonies of #1900ED
Complementary color
Monochromatic Colors of #1900ED
Black with #1900ED
Text Example
Text Example
White with #1900ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1900ED; }
p { color: rgb(25,0,237); }
H1.HeaderClassName
{
color: #1900ED;
}
.AnyTagClassName
{
color: #1900ED;
}
</style>
background-color css
<style>
a { background-color: #1900ED; }
a { background-color: rgb(25,0,237); }
div.DivClassName
{
background-color: #1900ED;
}
.BgClassName
{
background-color: #1900ED;
}
</style>
border-color css
<style>
span { border-color: #1900ED; }
span { border-color: rgb(25,0,237); }
td.TdClassName
{
border-color: #1900ED;
}
.TagClassName
{
border-color: #1900ED;
}
</style>