Shades of Medium Blue #190ECD
Tints of Medium Blue #190ECD
RGB
CMYK
RGB Variations
Color information
#190ECD (or 0x190ECD) is known color: Medium Blue. HEX triplet: 19, 0E and CD. RGB value is (25,14,205). Sum of RGB (Red+Green+Blue) = 25+14+205=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 205 (80.47% from 255 or 84.02% from 244); Max value from RGB is 205 - color contains mainly: blue. Hex color #190ECD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190ECD is #E6F132. Grayscale: #262626. Windows color (decimal): -15135027 or 13438489. OLE color: 13438489.
HSL color Cylindrical-coordinate representation of color #190ECD: hue angle of 243.46º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #190ECD is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 14 | 205 | - |
| CMYK | 0.88 | 0.93 | 0 | 0.20 |
| HSL | 243.46º | 0.87% | 0.43% | - |
| HSV(B) | 243.46º | 0.93% | 0.8% | - |
| XYZ | 11.58 | 4.93 | 58.1 | - |
| YUV | 39.06 | 221.64 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 14 | 205 | 0.88 | 0.93 | 0 | 0.20 | 243.46 | 0.87 | 0.43 |
| Hex | 19 | E | CD | 58 | 5D | 0 | 14 | F3 | 57 | 2B |
| Octal | 31 | 16 | 315 | 130 | 135 | 0 | 24 | 363 | 127 | 53 |
| Binary | 11001 | 1110 | 11001101 | 1011000 | 1011101 | 0 | 10100 | 11110011 | 1010111 | 101011 |
Color Harmonies of #190ECD
Complementary color
Monochromatic Colors of #190ECD
Black with #190ECD
Text Example
Text Example
White with #190ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190ECD; }
p { color: rgb(25,14,205); }
H1.HeaderClassName
{
color: #190ECD;
}
.AnyTagClassName
{
color: #190ECD;
}
</style>
background-color css
<style>
a { background-color: #190ECD; }
a { background-color: rgb(25,14,205); }
div.DivClassName
{
background-color: #190ECD;
}
.BgClassName
{
background-color: #190ECD;
}
</style>
border-color css
<style>
span { border-color: #190ECD; }
span { border-color: rgb(25,14,205); }
td.TdClassName
{
border-color: #190ECD;
}
.TagClassName
{
border-color: #190ECD;
}
</style>