Shades of Blue #190FFF
Tints of Blue #190FFF
RGB
CMYK
RGB Variations
Color information
#190FFF (or 0x190FFF) is known color: Blue. HEX triplet: 19, 0F and FF. RGB value is (25,15,255). Sum of RGB (Red+Green+Blue) = 25+15+255=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 255 (100% from 255 or 86.44% from 295); Max value from RGB is 255 - color contains mainly: blue. Hex color #190FFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #190FFF is #E6F000. Grayscale: #2C2C2C. Windows color (decimal): -15134721 or 16715545. OLE color: 16715545.
HSL color Cylindrical-coordinate representation of color #190FFF: hue angle of 242.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190FFF is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 15 | 255 | - |
| CMYK | 0.90 | 0.94 | 0 | 0 |
| HSL | 242.5º | 1% | 0.53% | - |
| HSV(B) | 242.5º | 0.94% | 1% | - |
| XYZ | 18.62 | 7.77 | 95.13 | - |
| YUV | 45.35 | 246.31 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 255 | 0.90 | 0.94 | 0 | 0 | 242.5 | 1 | 0.53 |
| Hex | 19 | F | FF | 5A | 5E | 0 | 0 | F2 | 64 | 35 |
| Octal | 31 | 17 | 377 | 132 | 136 | 0 | 0 | 362 | 144 | 65 |
| Binary | 11001 | 1111 | 11111111 | 1011010 | 1011110 | 0 | 0 | 11110010 | 1100100 | 110101 |
Color Harmonies of #190FFF
Complementary color
Monochromatic Colors of #190FFF
Black with #190FFF
Text Example
Text Example
White with #190FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190FFF; }
p { color: rgb(25,15,255); }
H1.HeaderClassName
{
color: #190FFF;
}
.AnyTagClassName
{
color: #190FFF;
}
</style>
background-color css
<style>
a { background-color: #190FFF; }
a { background-color: rgb(25,15,255); }
div.DivClassName
{
background-color: #190FFF;
}
.BgClassName
{
background-color: #190FFF;
}
</style>
border-color css
<style>
span { border-color: #190FFF; }
span { border-color: rgb(25,15,255); }
td.TdClassName
{
border-color: #190FFF;
}
.TagClassName
{
border-color: #190FFF;
}
</style>