Shades of Blue #191FE6
Tints of Blue #191FE6
RGB
CMYK
RGB Variations
Color information
#191FE6 (or 0x191FE6) is known color: Blue. HEX triplet: 19, 1F and E6. RGB value is (25,31,230). Sum of RGB (Red+Green+Blue) = 25+31+230=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 230 (90.23% from 255 or 80.42% from 286); Max value from RGB is 230 - color contains mainly: blue. Hex color #191FE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #191FE6 is #E6E019. Grayscale: #333333. Windows color (decimal): -15130650 or 15081241. OLE color: 15081241.
HSL color Cylindrical-coordinate representation of color #191FE6: hue angle of 238.24º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #191FE6 is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 31 | 230 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.10 |
| HSL | 238.24º | 0.8% | 0.5% | - |
| HSV(B) | 238.24º | 0.89% | 0.9% | - |
| XYZ | 15.17 | 6.9 | 75.39 | - |
| YUV | 51.89 | 228.51 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 230 | 0.89 | 0.87 | 0 | 0.10 | 238.24 | 0.8 | 0.5 |
| Hex | 19 | 1F | E6 | 59 | 57 | 0 | A | EE | 50 | 32 |
| Octal | 31 | 37 | 346 | 131 | 127 | 0 | 12 | 356 | 120 | 62 |
| Binary | 11001 | 11111 | 11100110 | 1011001 | 1010111 | 0 | 1010 | 11101110 | 1010000 | 110010 |
Color Harmonies of #191FE6
Complementary color
Monochromatic Colors of #191FE6
Black with #191FE6
Text Example
Text Example
White with #191FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191FE6; }
p { color: rgb(25,31,230); }
H1.HeaderClassName
{
color: #191FE6;
}
.AnyTagClassName
{
color: #191FE6;
}
</style>
background-color css
<style>
a { background-color: #191FE6; }
a { background-color: rgb(25,31,230); }
div.DivClassName
{
background-color: #191FE6;
}
.BgClassName
{
background-color: #191FE6;
}
</style>
border-color css
<style>
span { border-color: #191FE6; }
span { border-color: rgb(25,31,230); }
td.TdClassName
{
border-color: #191FE6;
}
.TagClassName
{
border-color: #191FE6;
}
</style>