Shades of Blue #191BE7
Tints of Blue #191BE7
RGB
CMYK
RGB Variations
Color information
#191BE7 (or 0x191BE7) is known color: Blue. HEX triplet: 19, 1B and E7. RGB value is (25,27,231). Sum of RGB (Red+Green+Blue) = 25+27+231=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 231 (90.62% from 255 or 81.63% from 283); Max value from RGB is 231 - color contains mainly: blue. Hex color #191BE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #191BE7 is #E6E418. Grayscale: #303030. Windows color (decimal): -15131673 or 15145753. OLE color: 15145753.
HSL color Cylindrical-coordinate representation of color #191BE7: hue angle of 239.42º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #191BE7 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 27 | 231 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.09 |
| HSL | 239.42º | 0.81% | 0.5% | - |
| HSV(B) | 239.42º | 0.89% | 0.91% | - |
| XYZ | 15.22 | 6.76 | 76.1 | - |
| YUV | 49.66 | 230.34 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 231 | 0.89 | 0.88 | 0 | 0.09 | 239.42 | 0.81 | 0.5 |
| Hex | 19 | 1B | E7 | 59 | 58 | 0 | 9 | EF | 51 | 32 |
| Octal | 31 | 33 | 347 | 131 | 130 | 0 | 11 | 357 | 121 | 62 |
| Binary | 11001 | 11011 | 11100111 | 1011001 | 1011000 | 0 | 1001 | 11101111 | 1010001 | 110010 |
Color Harmonies of #191BE7
Complementary color
Monochromatic Colors of #191BE7
Black with #191BE7
Text Example
Text Example
White with #191BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191BE7; }
p { color: rgb(25,27,231); }
H1.HeaderClassName
{
color: #191BE7;
}
.AnyTagClassName
{
color: #191BE7;
}
</style>
background-color css
<style>
a { background-color: #191BE7; }
a { background-color: rgb(25,27,231); }
div.DivClassName
{
background-color: #191BE7;
}
.BgClassName
{
background-color: #191BE7;
}
</style>
border-color css
<style>
span { border-color: #191BE7; }
span { border-color: rgb(25,27,231); }
td.TdClassName
{
border-color: #191BE7;
}
.TagClassName
{
border-color: #191BE7;
}
</style>