Shades of Medium Blue #191CE2
Tints of Medium Blue #191CE2
RGB
CMYK
RGB Variations
Color information
#191CE2 (or 0x191CE2) is known color: Medium Blue. HEX triplet: 19, 1C and E2. RGB value is (25,28,226). Sum of RGB (Red+Green+Blue) = 25+28+226=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 226 (88.67% from 255 or 81.00% from 279); Max value from RGB is 226 - color contains mainly: blue. Hex color #191CE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191CE2 is #E6E31D. Grayscale: #303030. Windows color (decimal): -15131422 or 14818329. OLE color: 14818329.
HSL color Cylindrical-coordinate representation of color #191CE2: hue angle of 239.1º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #191CE2 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 28 | 226 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.11 |
| HSL | 239.1º | 0.8% | 0.49% | - |
| HSV(B) | 239.1º | 0.89% | 0.89% | - |
| XYZ | 14.54 | 6.53 | 72.45 | - |
| YUV | 49.68 | 227.51 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 226 | 0.89 | 0.88 | 0 | 0.11 | 239.1 | 0.8 | 0.49 |
| Hex | 19 | 1C | E2 | 59 | 58 | 0 | B | EF | 50 | 31 |
| Octal | 31 | 34 | 342 | 131 | 130 | 0 | 13 | 357 | 120 | 61 |
| Binary | 11001 | 11100 | 11100010 | 1011001 | 1011000 | 0 | 1011 | 11101111 | 1010000 | 110001 |
Color Harmonies of #191CE2
Complementary color
Monochromatic Colors of #191CE2
Black with #191CE2
Text Example
Text Example
White with #191CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191CE2; }
p { color: rgb(25,28,226); }
H1.HeaderClassName
{
color: #191CE2;
}
.AnyTagClassName
{
color: #191CE2;
}
</style>
background-color css
<style>
a { background-color: #191CE2; }
a { background-color: rgb(25,28,226); }
div.DivClassName
{
background-color: #191CE2;
}
.BgClassName
{
background-color: #191CE2;
}
</style>
border-color css
<style>
span { border-color: #191CE2; }
span { border-color: rgb(25,28,226); }
td.TdClassName
{
border-color: #191CE2;
}
.TagClassName
{
border-color: #191CE2;
}
</style>