Shades of Blue #190FEA
Tints of Blue #190FEA
RGB
CMYK
RGB Variations
Color information
#190FEA (or 0x190FEA) is known color: Blue. HEX triplet: 19, 0F and EA. RGB value is (25,15,234). Sum of RGB (Red+Green+Blue) = 25+15+234=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 234 (91.80% from 255 or 85.40% from 274); Max value from RGB is 234 - color contains mainly: blue. Hex color #190FEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #190FEA is #E6F015. Grayscale: #2A2A2A. Windows color (decimal): -15134742 or 15339289. OLE color: 15339289.
HSL color Cylindrical-coordinate representation of color #190FEA: hue angle of 242.74º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190FEA is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 15 | 234 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.08 |
| HSL | 242.74º | 0.88% | 0.49% | - |
| HSV(B) | 242.74º | 0.94% | 0.92% | - |
| XYZ | 15.42 | 6.49 | 78.28 | - |
| YUV | 42.96 | 235.81 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 234 | 0.89 | 0.94 | 0 | 0.08 | 242.74 | 0.88 | 0.49 |
| Hex | 19 | F | EA | 59 | 5E | 0 | 8 | F3 | 58 | 31 |
| Octal | 31 | 17 | 352 | 131 | 136 | 0 | 10 | 363 | 130 | 61 |
| Binary | 11001 | 1111 | 11101010 | 1011001 | 1011110 | 0 | 1000 | 11110011 | 1011000 | 110001 |
Color Harmonies of #190FEA
Complementary color
Monochromatic Colors of #190FEA
Black with #190FEA
Text Example
Text Example
White with #190FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190FEA; }
p { color: rgb(25,15,234); }
H1.HeaderClassName
{
color: #190FEA;
}
.AnyTagClassName
{
color: #190FEA;
}
</style>
background-color css
<style>
a { background-color: #190FEA; }
a { background-color: rgb(25,15,234); }
div.DivClassName
{
background-color: #190FEA;
}
.BgClassName
{
background-color: #190FEA;
}
</style>
border-color css
<style>
span { border-color: #190FEA; }
span { border-color: rgb(25,15,234); }
td.TdClassName
{
border-color: #190FEA;
}
.TagClassName
{
border-color: #190FEA;
}
</style>