Shades of Blue #191EEE
Tints of Blue #191EEE
RGB
CMYK
RGB Variations
Color information
#191EEE (or 0x191EEE) is known color: Blue. HEX triplet: 19, 1E and EE. RGB value is (25,30,238). Sum of RGB (Red+Green+Blue) = 25+30+238=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 238 (93.36% from 255 or 81.23% from 293); Max value from RGB is 238 - color contains mainly: blue. Hex color #191EEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #191EEE is #E6E111. Grayscale: #333333. Windows color (decimal): -15130898 or 15605273. OLE color: 15605273.
HSL color Cylindrical-coordinate representation of color #191EEE: hue angle of 238.59º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #191EEE is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 30 | 238 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.07 |
| HSL | 238.59º | 0.86% | 0.52% | - |
| HSV(B) | 238.59º | 0.89% | 0.93% | - |
| XYZ | 16.3 | 7.31 | 81.44 | - |
| YUV | 52.22 | 232.84 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 238 | 0.89 | 0.87 | 0 | 0.07 | 238.59 | 0.86 | 0.52 |
| Hex | 19 | 1E | EE | 59 | 57 | 0 | 7 | EF | 56 | 34 |
| Octal | 31 | 36 | 356 | 131 | 127 | 0 | 7 | 357 | 126 | 64 |
| Binary | 11001 | 11110 | 11101110 | 1011001 | 1010111 | 0 | 111 | 11101111 | 1010110 | 110100 |
Color Harmonies of #191EEE
Complementary color
Monochromatic Colors of #191EEE
Black with #191EEE
Text Example
Text Example
White with #191EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191EEE; }
p { color: rgb(25,30,238); }
H1.HeaderClassName
{
color: #191EEE;
}
.AnyTagClassName
{
color: #191EEE;
}
</style>
background-color css
<style>
a { background-color: #191EEE; }
a { background-color: rgb(25,30,238); }
div.DivClassName
{
background-color: #191EEE;
}
.BgClassName
{
background-color: #191EEE;
}
</style>
border-color css
<style>
span { border-color: #191EEE; }
span { border-color: rgb(25,30,238); }
td.TdClassName
{
border-color: #191EEE;
}
.TagClassName
{
border-color: #191EEE;
}
</style>