Shades of Medium Blue #190EDF
Tints of Medium Blue #190EDF
RGB
CMYK
RGB Variations
Color information
#190EDF (or 0x190EDF) is known color: Medium Blue. HEX triplet: 19, 0E and DF. RGB value is (25,14,223). Sum of RGB (Red+Green+Blue) = 25+14+223=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 223 (87.5% from 255 or 85.11% from 262); Max value from RGB is 223 - color contains mainly: blue. Hex color #190EDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190EDF is #E6F120. Grayscale: #282828. Windows color (decimal): -15135009 or 14618137. OLE color: 14618137.
HSL color Cylindrical-coordinate representation of color #190EDF: hue angle of 243.16º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190EDF is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 14 | 223 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.13 |
| HSL | 243.16º | 0.88% | 0.46% | - |
| HSV(B) | 243.16º | 0.94% | 0.87% | - |
| XYZ | 13.88 | 5.85 | 70.21 | - |
| YUV | 41.12 | 230.64 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 14 | 223 | 0.89 | 0.94 | 0 | 0.13 | 243.16 | 0.88 | 0.46 |
| Hex | 19 | E | DF | 59 | 5E | 0 | D | F3 | 58 | 2E |
| Octal | 31 | 16 | 337 | 131 | 136 | 0 | 15 | 363 | 130 | 56 |
| Binary | 11001 | 1110 | 11011111 | 1011001 | 1011110 | 0 | 1101 | 11110011 | 1011000 | 101110 |
Color Harmonies of #190EDF
Complementary color
Monochromatic Colors of #190EDF
Black with #190EDF
Text Example
Text Example
White with #190EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190EDF; }
p { color: rgb(25,14,223); }
H1.HeaderClassName
{
color: #190EDF;
}
.AnyTagClassName
{
color: #190EDF;
}
</style>
background-color css
<style>
a { background-color: #190EDF; }
a { background-color: rgb(25,14,223); }
div.DivClassName
{
background-color: #190EDF;
}
.BgClassName
{
background-color: #190EDF;
}
</style>
border-color css
<style>
span { border-color: #190EDF; }
span { border-color: rgb(25,14,223); }
td.TdClassName
{
border-color: #190EDF;
}
.TagClassName
{
border-color: #190EDF;
}
</style>