Shades of Medium Blue #191BE0
Tints of Medium Blue #191BE0
RGB
CMYK
RGB Variations
Color information
#191BE0 (or 0x191BE0) is known color: Medium Blue. HEX triplet: 19, 1B and E0. RGB value is (25,27,224). Sum of RGB (Red+Green+Blue) = 25+27+224=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 224 (87.89% from 255 or 81.16% from 276); Max value from RGB is 224 - color contains mainly: blue. Hex color #191BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191BE0 is #E6E41F. Grayscale: #303030. Windows color (decimal): -15131680 or 14687001. OLE color: 14687001.
HSL color Cylindrical-coordinate representation of color #191BE0: hue angle of 239.4º 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 #191BE0 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 27 | 224 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.12 |
| HSL | 239.4º | 0.8% | 0.49% | - |
| HSV(B) | 239.4º | 0.89% | 0.88% | - |
| XYZ | 14.25 | 6.37 | 71 | - |
| YUV | 48.86 | 226.84 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 224 | 0.89 | 0.88 | 0 | 0.12 | 239.4 | 0.8 | 0.49 |
| Hex | 19 | 1B | E0 | 59 | 58 | 0 | C | EF | 50 | 31 |
| Octal | 31 | 33 | 340 | 131 | 130 | 0 | 14 | 357 | 120 | 61 |
| Binary | 11001 | 11011 | 11100000 | 1011001 | 1011000 | 0 | 1100 | 11101111 | 1010000 | 110001 |
Color Harmonies of #191BE0
Complementary color
Monochromatic Colors of #191BE0
Black with #191BE0
Text Example
Text Example
White with #191BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191BE0; }
p { color: rgb(25,27,224); }
H1.HeaderClassName
{
color: #191BE0;
}
.AnyTagClassName
{
color: #191BE0;
}
</style>
background-color css
<style>
a { background-color: #191BE0; }
a { background-color: rgb(25,27,224); }
div.DivClassName
{
background-color: #191BE0;
}
.BgClassName
{
background-color: #191BE0;
}
</style>
border-color css
<style>
span { border-color: #191BE0; }
span { border-color: rgb(25,27,224); }
td.TdClassName
{
border-color: #191BE0;
}
.TagClassName
{
border-color: #191BE0;
}
</style>