Shades of Blue #190FED
Tints of Blue #190FED
RGB
CMYK
RGB Variations
Color information
#190FED (or 0x190FED) is known color: Blue. HEX triplet: 19, 0F and ED. RGB value is (25,15,237). Sum of RGB (Red+Green+Blue) = 25+15+237=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 237 (92.97% from 255 or 85.56% from 277); Max value from RGB is 237 - color contains mainly: blue. Hex color #190FED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #190FED is #E6F012. Grayscale: #2A2A2A. Windows color (decimal): -15134739 or 15535897. OLE color: 15535897.
HSL color Cylindrical-coordinate representation of color #190FED: hue angle of 242.7º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190FED is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 15 | 237 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.07 |
| HSL | 242.7º | 0.88% | 0.49% | - |
| HSV(B) | 242.7º | 0.94% | 0.93% | - |
| XYZ | 15.86 | 6.66 | 80.57 | - |
| YUV | 43.3 | 237.31 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 237 | 0.89 | 0.94 | 0 | 0.07 | 242.7 | 0.88 | 0.49 |
| Hex | 19 | F | ED | 59 | 5E | 0 | 7 | F3 | 58 | 31 |
| Octal | 31 | 17 | 355 | 131 | 136 | 0 | 7 | 363 | 130 | 61 |
| Binary | 11001 | 1111 | 11101101 | 1011001 | 1011110 | 0 | 111 | 11110011 | 1011000 | 110001 |
Color Harmonies of #190FED
Complementary color
Monochromatic Colors of #190FED
Black with #190FED
Text Example
Text Example
White with #190FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190FED; }
p { color: rgb(25,15,237); }
H1.HeaderClassName
{
color: #190FED;
}
.AnyTagClassName
{
color: #190FED;
}
</style>
background-color css
<style>
a { background-color: #190FED; }
a { background-color: rgb(25,15,237); }
div.DivClassName
{
background-color: #190FED;
}
.BgClassName
{
background-color: #190FED;
}
</style>
border-color css
<style>
span { border-color: #190FED; }
span { border-color: rgb(25,15,237); }
td.TdClassName
{
border-color: #190FED;
}
.TagClassName
{
border-color: #190FED;
}
</style>