Shades of Blue #190FEF
Tints of Blue #190FEF
RGB
CMYK
RGB Variations
Color information
#190FEF (or 0x190FEF) is known color: Blue. HEX triplet: 19, 0F and EF. RGB value is (25,15,239). Sum of RGB (Red+Green+Blue) = 25+15+239=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 239 (93.75% from 255 or 85.66% from 279); Max value from RGB is 239 - color contains mainly: blue. Hex color #190FEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #190FEF is #E6F010. Grayscale: #2A2A2A. Windows color (decimal): -15134737 or 15666969. OLE color: 15666969.
HSL color Cylindrical-coordinate representation of color #190FEF: hue angle of 242.68º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190FEF is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 15 | 239 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.06 |
| HSL | 242.68º | 0.88% | 0.5% | - |
| HSV(B) | 242.68º | 0.94% | 0.94% | - |
| XYZ | 16.15 | 6.78 | 82.12 | - |
| YUV | 43.53 | 238.31 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 239 | 0.90 | 0.94 | 0 | 0.06 | 242.68 | 0.88 | 0.5 |
| Hex | 19 | F | EF | 5A | 5E | 0 | 6 | F3 | 58 | 32 |
| Octal | 31 | 17 | 357 | 132 | 136 | 0 | 6 | 363 | 130 | 62 |
| Binary | 11001 | 1111 | 11101111 | 1011010 | 1011110 | 0 | 110 | 11110011 | 1011000 | 110010 |
Color Harmonies of #190FEF
Complementary color
Monochromatic Colors of #190FEF
Black with #190FEF
Text Example
Text Example
White with #190FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190FEF; }
p { color: rgb(25,15,239); }
H1.HeaderClassName
{
color: #190FEF;
}
.AnyTagClassName
{
color: #190FEF;
}
</style>
background-color css
<style>
a { background-color: #190FEF; }
a { background-color: rgb(25,15,239); }
div.DivClassName
{
background-color: #190FEF;
}
.BgClassName
{
background-color: #190FEF;
}
</style>
border-color css
<style>
span { border-color: #190FEF; }
span { border-color: rgb(25,15,239); }
td.TdClassName
{
border-color: #190FEF;
}
.TagClassName
{
border-color: #190FEF;
}
</style>