Shades of Blue #191EF5
Tints of Blue #191EF5
RGB
CMYK
RGB Variations
Color information
#191EF5 (or 0x191EF5) is known color: Blue. HEX triplet: 19, 1E and F5. RGB value is (25,30,245). Sum of RGB (Red+Green+Blue) = 25+30+245=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 245 (96.09% from 255 or 81.67% from 300); Max value from RGB is 245 - color contains mainly: blue. Hex color #191EF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #191EF5 is #E6E10A. Grayscale: #343434. Windows color (decimal): -15130891 or 16064025. OLE color: 16064025.
HSL color Cylindrical-coordinate representation of color #191EF5: hue angle of 238.64º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #191EF5 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 30 | 245 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.04 |
| HSL | 238.64º | 0.92% | 0.53% | - |
| HSV(B) | 238.64º | 0.9% | 0.96% | - |
| XYZ | 17.35 | 7.73 | 86.96 | - |
| YUV | 53.02 | 236.34 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 245 | 0.90 | 0.88 | 0 | 0.04 | 238.64 | 0.92 | 0.53 |
| Hex | 19 | 1E | F5 | 5A | 58 | 0 | 4 | EF | 5C | 35 |
| Octal | 31 | 36 | 365 | 132 | 130 | 0 | 4 | 357 | 134 | 65 |
| Binary | 11001 | 11110 | 11110101 | 1011010 | 1011000 | 0 | 100 | 11101111 | 1011100 | 110101 |
Color Harmonies of #191EF5
Complementary color
Monochromatic Colors of #191EF5
Black with #191EF5
Text Example
Text Example
White with #191EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191EF5; }
p { color: rgb(25,30,245); }
H1.HeaderClassName
{
color: #191EF5;
}
.AnyTagClassName
{
color: #191EF5;
}
</style>
background-color css
<style>
a { background-color: #191EF5; }
a { background-color: rgb(25,30,245); }
div.DivClassName
{
background-color: #191EF5;
}
.BgClassName
{
background-color: #191EF5;
}
</style>
border-color css
<style>
span { border-color: #191EF5; }
span { border-color: rgb(25,30,245); }
td.TdClassName
{
border-color: #191EF5;
}
.TagClassName
{
border-color: #191EF5;
}
</style>