Shades of Blue #191FEA
Tints of Blue #191FEA
RGB
CMYK
RGB Variations
Color information
#191FEA (or 0x191FEA) is known color: Blue. HEX triplet: 19, 1F and EA. RGB value is (25,31,234). Sum of RGB (Red+Green+Blue) = 25+31+234=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 234 (91.80% from 255 or 80.69% from 290); Max value from RGB is 234 - color contains mainly: blue. Hex color #191FEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #191FEA is #E6E015. Grayscale: #333333. Windows color (decimal): -15130646 or 15343385. OLE color: 15343385.
HSL color Cylindrical-coordinate representation of color #191FEA: hue angle of 238.28º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #191FEA is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 31 | 234 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.08 |
| HSL | 238.28º | 0.83% | 0.51% | - |
| HSV(B) | 238.28º | 0.89% | 0.92% | - |
| XYZ | 15.74 | 7.13 | 78.39 | - |
| YUV | 52.35 | 230.51 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 234 | 0.89 | 0.87 | 0 | 0.08 | 238.28 | 0.83 | 0.51 |
| Hex | 19 | 1F | EA | 59 | 57 | 0 | 8 | EE | 53 | 33 |
| Octal | 31 | 37 | 352 | 131 | 127 | 0 | 10 | 356 | 123 | 63 |
| Binary | 11001 | 11111 | 11101010 | 1011001 | 1010111 | 0 | 1000 | 11101110 | 1010011 | 110011 |
Color Harmonies of #191FEA
Complementary color
Monochromatic Colors of #191FEA
Black with #191FEA
Text Example
Text Example
White with #191FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191FEA; }
p { color: rgb(25,31,234); }
H1.HeaderClassName
{
color: #191FEA;
}
.AnyTagClassName
{
color: #191FEA;
}
</style>
background-color css
<style>
a { background-color: #191FEA; }
a { background-color: rgb(25,31,234); }
div.DivClassName
{
background-color: #191FEA;
}
.BgClassName
{
background-color: #191FEA;
}
</style>
border-color css
<style>
span { border-color: #191FEA; }
span { border-color: rgb(25,31,234); }
td.TdClassName
{
border-color: #191FEA;
}
.TagClassName
{
border-color: #191FEA;
}
</style>