Shades of Blue #1F19E9
Tints of Blue #1F19E9
RGB
CMYK
RGB Variations
Color information
#1F19E9 (or 0x1F19E9) is known color: Blue. HEX triplet: 1F, 19 and E9. RGB value is (31,25,233). Sum of RGB (Red+Green+Blue) = 31+25+233=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 233 (91.41% from 255 or 80.62% from 289); Max value from RGB is 233 - color contains mainly: blue. Hex color #1F19E9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F19E9 is #E0E616. Grayscale: #313131. Windows color (decimal): -14738967 or 15276319. OLE color: 15276319.
HSL color Cylindrical-coordinate representation of color #1F19E9: hue angle of 241.73º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F19E9 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 25 | 233 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.09 |
| HSL | 241.73º | 0.83% | 0.51% | - |
| HSV(B) | 241.73º | 0.89% | 0.91% | - |
| XYZ | 15.62 | 6.87 | 77.59 | - |
| YUV | 50.51 | 230.99 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 233 | 0.87 | 0.89 | 0 | 0.09 | 241.73 | 0.83 | 0.51 |
| Hex | 1F | 19 | E9 | 57 | 59 | 0 | 9 | F2 | 53 | 33 |
| Octal | 37 | 31 | 351 | 127 | 131 | 0 | 11 | 362 | 123 | 63 |
| Binary | 11111 | 11001 | 11101001 | 1010111 | 1011001 | 0 | 1001 | 11110010 | 1010011 | 110011 |
Color Harmonies of #1F19E9
Complementary color
Monochromatic Colors of #1F19E9
Black with #1F19E9
Text Example
Text Example
White with #1F19E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F19E9; }
p { color: rgb(31,25,233); }
H1.HeaderClassName
{
color: #1F19E9;
}
.AnyTagClassName
{
color: #1F19E9;
}
</style>
background-color css
<style>
a { background-color: #1F19E9; }
a { background-color: rgb(31,25,233); }
div.DivClassName
{
background-color: #1F19E9;
}
.BgClassName
{
background-color: #1F19E9;
}
</style>
border-color css
<style>
span { border-color: #1F19E9; }
span { border-color: rgb(31,25,233); }
td.TdClassName
{
border-color: #1F19E9;
}
.TagClassName
{
border-color: #1F19E9;
}
</style>