Shades of Blue #191FF5
Tints of Blue #191FF5
RGB
CMYK
RGB Variations
Color information
#191FF5 (or 0x191FF5) is known color: Blue. HEX triplet: 19, 1F and F5. RGB value is (25,31,245). Sum of RGB (Red+Green+Blue) = 25+31+245=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 245 (96.09% from 255 or 81.40% from 301); Max value from RGB is 245 - color contains mainly: blue. Hex color #191FF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #191FF5 is #E6E00A. Grayscale: #343434. Windows color (decimal): -15130635 or 16064281. OLE color: 16064281.
HSL color Cylindrical-coordinate representation of color #191FF5: hue angle of 238.36º 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 #191FF5 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 31 | 245 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.04 |
| HSL | 238.36º | 0.92% | 0.53% | - |
| HSV(B) | 238.36º | 0.9% | 0.96% | - |
| XYZ | 17.37 | 7.78 | 86.97 | - |
| YUV | 53.6 | 236.01 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 245 | 0.90 | 0.87 | 0 | 0.04 | 238.36 | 0.92 | 0.53 |
| Hex | 19 | 1F | F5 | 5A | 57 | 0 | 4 | EE | 5C | 35 |
| Octal | 31 | 37 | 365 | 132 | 127 | 0 | 4 | 356 | 134 | 65 |
| Binary | 11001 | 11111 | 11110101 | 1011010 | 1010111 | 0 | 100 | 11101110 | 1011100 | 110101 |
Color Harmonies of #191FF5
Complementary color
Monochromatic Colors of #191FF5
Black with #191FF5
Text Example
Text Example
White with #191FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191FF5; }
p { color: rgb(25,31,245); }
H1.HeaderClassName
{
color: #191FF5;
}
.AnyTagClassName
{
color: #191FF5;
}
</style>
background-color css
<style>
a { background-color: #191FF5; }
a { background-color: rgb(25,31,245); }
div.DivClassName
{
background-color: #191FF5;
}
.BgClassName
{
background-color: #191FF5;
}
</style>
border-color css
<style>
span { border-color: #191FF5; }
span { border-color: rgb(25,31,245); }
td.TdClassName
{
border-color: #191FF5;
}
.TagClassName
{
border-color: #191FF5;
}
</style>