Shades of Medium Blue #191EE1
Tints of Medium Blue #191EE1
RGB
CMYK
RGB Variations
Color information
#191EE1 (or 0x191EE1) is known color: Medium Blue. HEX triplet: 19, 1E and E1. RGB value is (25,30,225). Sum of RGB (Red+Green+Blue) = 25+30+225=280 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.93% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 225 (88.28% from 255 or 80.36% from 280); Max value from RGB is 225 - color contains mainly: blue. Hex color #191EE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191EE1 is #E6E11E. Grayscale: #313131. Windows color (decimal): -15130911 or 14753305. OLE color: 14753305.
HSL color Cylindrical-coordinate representation of color #191EE1: hue angle of 238.5º 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 #191EE1 is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 30 | 225 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.12 |
| HSL | 238.5º | 0.8% | 0.49% | - |
| HSV(B) | 238.5º | 0.89% | 0.88% | - |
| XYZ | 14.46 | 6.57 | 71.74 | - |
| YUV | 50.74 | 226.34 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 225 | 0.89 | 0.87 | 0 | 0.12 | 238.5 | 0.8 | 0.49 |
| Hex | 19 | 1E | E1 | 59 | 57 | 0 | C | EE | 50 | 31 |
| Octal | 31 | 36 | 341 | 131 | 127 | 0 | 14 | 356 | 120 | 61 |
| Binary | 11001 | 11110 | 11100001 | 1011001 | 1010111 | 0 | 1100 | 11101110 | 1010000 | 110001 |
Color Harmonies of #191EE1
Complementary color
Monochromatic Colors of #191EE1
Black with #191EE1
Text Example
Text Example
White with #191EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191EE1; }
p { color: rgb(25,30,225); }
H1.HeaderClassName
{
color: #191EE1;
}
.AnyTagClassName
{
color: #191EE1;
}
</style>
background-color css
<style>
a { background-color: #191EE1; }
a { background-color: rgb(25,30,225); }
div.DivClassName
{
background-color: #191EE1;
}
.BgClassName
{
background-color: #191EE1;
}
</style>
border-color css
<style>
span { border-color: #191EE1; }
span { border-color: rgb(25,30,225); }
td.TdClassName
{
border-color: #191EE1;
}
.TagClassName
{
border-color: #191EE1;
}
</style>