Shades of Medium Blue #191EE0
Tints of Medium Blue #191EE0
RGB
CMYK
RGB Variations
Color information
#191EE0 (or 0x191EE0) is known color: Medium Blue. HEX triplet: 19, 1E and E0. RGB value is (25,30,224). Sum of RGB (Red+Green+Blue) = 25+30+224=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 224 (87.89% from 255 or 80.29% from 279); Max value from RGB is 224 - color contains mainly: blue. Hex color #191EE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191EE0 is #E6E11F. Grayscale: #313131. Windows color (decimal): -15130912 or 14687769. OLE color: 14687769.
HSL color Cylindrical-coordinate representation of color #191EE0: hue angle of 238.49º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #191EE0 is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 30 | 224 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.12 |
| HSL | 238.49º | 0.8% | 0.49% | - |
| HSV(B) | 238.49º | 0.89% | 0.88% | - |
| XYZ | 14.32 | 6.52 | 71.02 | - |
| YUV | 50.62 | 225.84 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 224 | 0.89 | 0.87 | 0 | 0.12 | 238.49 | 0.8 | 0.49 |
| Hex | 19 | 1E | E0 | 59 | 57 | 0 | C | EE | 50 | 31 |
| Octal | 31 | 36 | 340 | 131 | 127 | 0 | 14 | 356 | 120 | 61 |
| Binary | 11001 | 11110 | 11100000 | 1011001 | 1010111 | 0 | 1100 | 11101110 | 1010000 | 110001 |
Color Harmonies of #191EE0
Complementary color
Monochromatic Colors of #191EE0
Black with #191EE0
Text Example
Text Example
White with #191EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191EE0; }
p { color: rgb(25,30,224); }
H1.HeaderClassName
{
color: #191EE0;
}
.AnyTagClassName
{
color: #191EE0;
}
</style>
background-color css
<style>
a { background-color: #191EE0; }
a { background-color: rgb(25,30,224); }
div.DivClassName
{
background-color: #191EE0;
}
.BgClassName
{
background-color: #191EE0;
}
</style>
border-color css
<style>
span { border-color: #191EE0; }
span { border-color: rgb(25,30,224); }
td.TdClassName
{
border-color: #191EE0;
}
.TagClassName
{
border-color: #191EE0;
}
</style>