Shades of Medium Blue #190ED9
Tints of Medium Blue #190ED9
RGB
CMYK
RGB Variations
Color information
#190ED9 (or 0x190ED9) is known color: Medium Blue. HEX triplet: 19, 0E and D9. RGB value is (25,14,217). Sum of RGB (Red+Green+Blue) = 25+14+217=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 217 (85.16% from 255 or 84.77% from 256); Max value from RGB is 217 - color contains mainly: blue. Hex color #190ED9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190ED9 is #E6F126. Grayscale: #272727. Windows color (decimal): -15135015 or 14224921. OLE color: 14224921.
HSL color Cylindrical-coordinate representation of color #190ED9: hue angle of 243.25º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190ED9 is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 14 | 217 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.15 |
| HSL | 243.25º | 0.88% | 0.45% | - |
| HSV(B) | 243.25º | 0.94% | 0.85% | - |
| XYZ | 13.08 | 5.53 | 66.02 | - |
| YUV | 40.43 | 227.64 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 14 | 217 | 0.88 | 0.94 | 0 | 0.15 | 243.25 | 0.88 | 0.45 |
| Hex | 19 | E | D9 | 58 | 5E | 0 | F | F3 | 58 | 2D |
| Octal | 31 | 16 | 331 | 130 | 136 | 0 | 17 | 363 | 130 | 55 |
| Binary | 11001 | 1110 | 11011001 | 1011000 | 1011110 | 0 | 1111 | 11110011 | 1011000 | 101101 |
Color Harmonies of #190ED9
Complementary color
Monochromatic Colors of #190ED9
Black with #190ED9
Text Example
Text Example
White with #190ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190ED9; }
p { color: rgb(25,14,217); }
H1.HeaderClassName
{
color: #190ED9;
}
.AnyTagClassName
{
color: #190ED9;
}
</style>
background-color css
<style>
a { background-color: #190ED9; }
a { background-color: rgb(25,14,217); }
div.DivClassName
{
background-color: #190ED9;
}
.BgClassName
{
background-color: #190ED9;
}
</style>
border-color css
<style>
span { border-color: #190ED9; }
span { border-color: rgb(25,14,217); }
td.TdClassName
{
border-color: #190ED9;
}
.TagClassName
{
border-color: #190ED9;
}
</style>