Shades of Blue #1900EE
Tints of Blue #1900EE
RGB
CMYK
RGB Variations
Color information
#1900EE (or 0x1900EE) is known color: Blue. HEX triplet: 19, 00 and EE. RGB value is (25,0,238). Sum of RGB (Red+Green+Blue) = 25+0+238=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 238 (93.36% from 255 or 90.49% from 263); Max value from RGB is 238 - color contains mainly: blue. Hex color #1900EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1900EE is #E6FF11. Grayscale: #212121. Windows color (decimal): -15138578 or 15597593. OLE color: 15597593.
HSL color Cylindrical-coordinate representation of color #1900EE: hue angle of 246.3º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1900EE is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 0 | 238 | - |
| CMYK | 0.89 | 1 | 0 | 0.07 |
| HSL | 246.3º | 1% | 0.47% | - |
| HSV(B) | 246.3º | 1% | 0.93% | - |
| XYZ | 15.83 | 6.38 | 81.29 | - |
| YUV | 34.61 | 242.78 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 238 | 0.89 | 1 | 0 | 0.07 | 246.3 | 1 | 0.47 |
| Hex | 19 | 0 | EE | 59 | 64 | 0 | 7 | F6 | 64 | 2F |
| Octal | 31 | 0 | 356 | 131 | 144 | 0 | 7 | 366 | 144 | 57 |
| Binary | 11001 | 0 | 11101110 | 1011001 | 1100100 | 0 | 111 | 11110110 | 1100100 | 101111 |
Color Harmonies of #1900EE
Complementary color
Monochromatic Colors of #1900EE
Black with #1900EE
Text Example
Text Example
White with #1900EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1900EE; }
p { color: rgb(25,0,238); }
H1.HeaderClassName
{
color: #1900EE;
}
.AnyTagClassName
{
color: #1900EE;
}
</style>
background-color css
<style>
a { background-color: #1900EE; }
a { background-color: rgb(25,0,238); }
div.DivClassName
{
background-color: #1900EE;
}
.BgClassName
{
background-color: #1900EE;
}
</style>
border-color css
<style>
span { border-color: #1900EE; }
span { border-color: rgb(25,0,238); }
td.TdClassName
{
border-color: #1900EE;
}
.TagClassName
{
border-color: #1900EE;
}
</style>