Shades of Medium Blue #191BE2
Tints of Medium Blue #191BE2
RGB
CMYK
RGB Variations
Color information
#191BE2 (or 0x191BE2) is known color: Medium Blue. HEX triplet: 19, 1B and E2. RGB value is (25,27,226). Sum of RGB (Red+Green+Blue) = 25+27+226=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 226 (88.67% from 255 or 81.29% from 278); Max value from RGB is 226 - color contains mainly: blue. Hex color #191BE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191BE2 is #E6E41D. Grayscale: #303030. Windows color (decimal): -15131678 or 14818073. OLE color: 14818073.
HSL color Cylindrical-coordinate representation of color #191BE2: hue angle of 239.4º 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 #191BE2 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 27 | 226 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.11 |
| HSL | 239.4º | 0.8% | 0.49% | - |
| HSV(B) | 239.4º | 0.89% | 0.89% | - |
| XYZ | 14.52 | 6.48 | 72.44 | - |
| YUV | 49.09 | 227.84 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 226 | 0.89 | 0.88 | 0 | 0.11 | 239.4 | 0.8 | 0.49 |
| Hex | 19 | 1B | E2 | 59 | 58 | 0 | B | EF | 50 | 31 |
| Octal | 31 | 33 | 342 | 131 | 130 | 0 | 13 | 357 | 120 | 61 |
| Binary | 11001 | 11011 | 11100010 | 1011001 | 1011000 | 0 | 1011 | 11101111 | 1010000 | 110001 |
Color Harmonies of #191BE2
Complementary color
Monochromatic Colors of #191BE2
Black with #191BE2
Text Example
Text Example
White with #191BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191BE2; }
p { color: rgb(25,27,226); }
H1.HeaderClassName
{
color: #191BE2;
}
.AnyTagClassName
{
color: #191BE2;
}
</style>
background-color css
<style>
a { background-color: #191BE2; }
a { background-color: rgb(25,27,226); }
div.DivClassName
{
background-color: #191BE2;
}
.BgClassName
{
background-color: #191BE2;
}
</style>
border-color css
<style>
span { border-color: #191BE2; }
span { border-color: rgb(25,27,226); }
td.TdClassName
{
border-color: #191BE2;
}
.TagClassName
{
border-color: #191BE2;
}
</style>