Shades of Blue #191EE8
Tints of Blue #191EE8
RGB
CMYK
RGB Variations
Color information
#191EE8 (or 0x191EE8) is known color: Blue. HEX triplet: 19, 1E and E8. RGB value is (25,30,232). Sum of RGB (Red+Green+Blue) = 25+30+232=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 232 (91.02% from 255 or 80.84% from 287); Max value from RGB is 232 - color contains mainly: blue. Hex color #191EE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #191EE8 is #E6E117. Grayscale: #323232. Windows color (decimal): -15130904 or 15212057. OLE color: 15212057.
HSL color Cylindrical-coordinate representation of color #191EE8: hue angle of 238.55º degrees, saturation: 0.82, 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 #191EE8 is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 30 | 232 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.09 |
| HSL | 238.55º | 0.82% | 0.5% | - |
| HSV(B) | 238.55º | 0.89% | 0.91% | - |
| XYZ | 15.43 | 6.96 | 76.87 | - |
| YUV | 51.53 | 229.84 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 232 | 0.89 | 0.87 | 0 | 0.09 | 238.55 | 0.82 | 0.5 |
| Hex | 19 | 1E | E8 | 59 | 57 | 0 | 9 | EF | 52 | 32 |
| Octal | 31 | 36 | 350 | 131 | 127 | 0 | 11 | 357 | 122 | 62 |
| Binary | 11001 | 11110 | 11101000 | 1011001 | 1010111 | 0 | 1001 | 11101111 | 1010010 | 110010 |
Color Harmonies of #191EE8
Complementary color
Monochromatic Colors of #191EE8
Black with #191EE8
Text Example
Text Example
White with #191EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191EE8; }
p { color: rgb(25,30,232); }
H1.HeaderClassName
{
color: #191EE8;
}
.AnyTagClassName
{
color: #191EE8;
}
</style>
background-color css
<style>
a { background-color: #191EE8; }
a { background-color: rgb(25,30,232); }
div.DivClassName
{
background-color: #191EE8;
}
.BgClassName
{
background-color: #191EE8;
}
</style>
border-color css
<style>
span { border-color: #191EE8; }
span { border-color: rgb(25,30,232); }
td.TdClassName
{
border-color: #191EE8;
}
.TagClassName
{
border-color: #191EE8;
}
</style>