Shades of Blue #190EEF
Tints of Blue #190EEF
RGB
CMYK
RGB Variations
Color information
#190EEF (or 0x190EEF) is known color: Blue. HEX triplet: 19, 0E and EF. RGB value is (25,14,239). Sum of RGB (Red+Green+Blue) = 25+14+239=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 239 (93.75% from 255 or 85.97% from 278); Max value from RGB is 239 - color contains mainly: blue. Hex color #190EEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #190EEF is #E6F110. Grayscale: #2A2A2A. Windows color (decimal): -15134993 or 15666713. OLE color: 15666713.
HSL color Cylindrical-coordinate representation of color #190EEF: hue angle of 242.93º degrees, saturation: 0.89, 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 #190EEF is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 14 | 239 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.06 |
| HSL | 242.93º | 0.89% | 0.5% | - |
| HSV(B) | 242.93º | 0.94% | 0.94% | - |
| XYZ | 16.14 | 6.75 | 82.11 | - |
| YUV | 42.94 | 238.64 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 14 | 239 | 0.90 | 0.94 | 0 | 0.06 | 242.93 | 0.89 | 0.5 |
| Hex | 19 | E | EF | 5A | 5E | 0 | 6 | F3 | 59 | 32 |
| Octal | 31 | 16 | 357 | 132 | 136 | 0 | 6 | 363 | 131 | 62 |
| Binary | 11001 | 1110 | 11101111 | 1011010 | 1011110 | 0 | 110 | 11110011 | 1011001 | 110010 |
Color Harmonies of #190EEF
Complementary color
Monochromatic Colors of #190EEF
Black with #190EEF
Text Example
Text Example
White with #190EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190EEF; }
p { color: rgb(25,14,239); }
H1.HeaderClassName
{
color: #190EEF;
}
.AnyTagClassName
{
color: #190EEF;
}
</style>
background-color css
<style>
a { background-color: #190EEF; }
a { background-color: rgb(25,14,239); }
div.DivClassName
{
background-color: #190EEF;
}
.BgClassName
{
background-color: #190EEF;
}
</style>
border-color css
<style>
span { border-color: #190EEF; }
span { border-color: rgb(25,14,239); }
td.TdClassName
{
border-color: #190EEF;
}
.TagClassName
{
border-color: #190EEF;
}
</style>