Shades of Medium Blue #190EDB
Tints of Medium Blue #190EDB
RGB
CMYK
RGB Variations
Color information
#190EDB (or 0x190EDB) is known color: Medium Blue. HEX triplet: 19, 0E and DB. RGB value is (25,14,219). Sum of RGB (Red+Green+Blue) = 25+14+219=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 219 (85.94% from 255 or 84.88% from 258); Max value from RGB is 219 - color contains mainly: blue. Hex color #190EDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190EDB is #E6F124. Grayscale: #272727. Windows color (decimal): -15135013 or 14355993. OLE color: 14355993.
HSL color Cylindrical-coordinate representation of color #190EDB: hue angle of 243.22º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190EDB is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 14 | 219 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.14 |
| HSL | 243.22º | 0.88% | 0.46% | - |
| HSV(B) | 243.22º | 0.94% | 0.86% | - |
| XYZ | 13.34 | 5.64 | 67.4 | - |
| YUV | 40.66 | 228.64 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 14 | 219 | 0.89 | 0.94 | 0 | 0.14 | 243.22 | 0.88 | 0.46 |
| Hex | 19 | E | DB | 59 | 5E | 0 | E | F3 | 58 | 2E |
| Octal | 31 | 16 | 333 | 131 | 136 | 0 | 16 | 363 | 130 | 56 |
| Binary | 11001 | 1110 | 11011011 | 1011001 | 1011110 | 0 | 1110 | 11110011 | 1011000 | 101110 |
Color Harmonies of #190EDB
Complementary color
Monochromatic Colors of #190EDB
Black with #190EDB
Text Example
Text Example
White with #190EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190EDB; }
p { color: rgb(25,14,219); }
H1.HeaderClassName
{
color: #190EDB;
}
.AnyTagClassName
{
color: #190EDB;
}
</style>
background-color css
<style>
a { background-color: #190EDB; }
a { background-color: rgb(25,14,219); }
div.DivClassName
{
background-color: #190EDB;
}
.BgClassName
{
background-color: #190EDB;
}
</style>
border-color css
<style>
span { border-color: #190EDB; }
span { border-color: rgb(25,14,219); }
td.TdClassName
{
border-color: #190EDB;
}
.TagClassName
{
border-color: #190EDB;
}
</style>