Shades of Blue #191FFB
Tints of Blue #191FFB
RGB
CMYK
RGB Variations
Color information
#191FFB (or 0x191FFB) is known color: Blue. HEX triplet: 19, 1F and FB. RGB value is (25,31,251). Sum of RGB (Red+Green+Blue) = 25+31+251=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 251 (98.44% from 255 or 81.76% from 307); Max value from RGB is 251 - color contains mainly: blue. Hex color #191FFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #191FFB is #E6E004. Grayscale: #353535. Windows color (decimal): -15130629 or 16457497. OLE color: 16457497.
HSL color Cylindrical-coordinate representation of color #191FFB: hue angle of 238.41º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #191FFB is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 31 | 251 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.02 |
| HSL | 238.41º | 0.97% | 0.54% | - |
| HSV(B) | 238.41º | 0.9% | 0.98% | - |
| XYZ | 18.3 | 8.15 | 91.88 | - |
| YUV | 54.29 | 239.01 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 251 | 0.90 | 0.88 | 0 | 0.02 | 238.41 | 0.97 | 0.54 |
| Hex | 19 | 1F | FB | 5A | 58 | 0 | 2 | EE | 61 | 36 |
| Octal | 31 | 37 | 373 | 132 | 130 | 0 | 2 | 356 | 141 | 66 |
| Binary | 11001 | 11111 | 11111011 | 1011010 | 1011000 | 0 | 10 | 11101110 | 1100001 | 110110 |
Color Harmonies of #191FFB
Complementary color
Monochromatic Colors of #191FFB
Black with #191FFB
Text Example
Text Example
White with #191FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191FFB; }
p { color: rgb(25,31,251); }
H1.HeaderClassName
{
color: #191FFB;
}
.AnyTagClassName
{
color: #191FFB;
}
</style>
background-color css
<style>
a { background-color: #191FFB; }
a { background-color: rgb(25,31,251); }
div.DivClassName
{
background-color: #191FFB;
}
.BgClassName
{
background-color: #191FFB;
}
</style>
border-color css
<style>
span { border-color: #191FFB; }
span { border-color: rgb(25,31,251); }
td.TdClassName
{
border-color: #191FFB;
}
.TagClassName
{
border-color: #191FFB;
}
</style>