Shades of Medium Blue #190EC1
Tints of Medium Blue #190EC1
RGB
CMYK
RGB Variations
Color information
#190EC1 (or 0x190EC1) is known color: Medium Blue. HEX triplet: 19, 0E and C1. RGB value is (25,14,193). Sum of RGB (Red+Green+Blue) = 25+14+193=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 193 (75.78% from 255 or 83.19% from 232); Max value from RGB is 193 - color contains mainly: blue. Hex color #190EC1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190EC1 is #E6F13E. Grayscale: #242424. Windows color (decimal): -15135039 or 12652057. OLE color: 12652057.
HSL color Cylindrical-coordinate representation of color #190EC1: hue angle of 243.69º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #190EC1 is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 25 | 14 | 193 | - |
| CMYK | 0.87 | 0.93 | 0 | 0.24 |
| HSL | 243.69º | 0.86% | 0.41% | - |
| HSV(B) | 243.69º | 0.93% | 0.76% | - |
| XYZ | 10.18 | 4.37 | 50.76 | - |
| YUV | 37.7 | 215.64 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 14 | 193 | 0.87 | 0.93 | 0 | 0.24 | 243.69 | 0.86 | 0.41 |
| Hex | 19 | E | C1 | 57 | 5D | 0 | 18 | F4 | 56 | 29 |
| Octal | 31 | 16 | 301 | 127 | 135 | 0 | 30 | 364 | 126 | 51 |
| Binary | 11001 | 1110 | 11000001 | 1010111 | 1011101 | 0 | 11000 | 11110100 | 1010110 | 101001 |
Color Harmonies of #190EC1
Complementary color
Monochromatic Colors of #190EC1
Black with #190EC1
Text Example
Text Example
White with #190EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190EC1; }
p { color: rgb(25,14,193); }
H1.HeaderClassName
{
color: #190EC1;
}
.AnyTagClassName
{
color: #190EC1;
}
</style>
background-color css
<style>
a { background-color: #190EC1; }
a { background-color: rgb(25,14,193); }
div.DivClassName
{
background-color: #190EC1;
}
.BgClassName
{
background-color: #190EC1;
}
</style>
border-color css
<style>
span { border-color: #190EC1; }
span { border-color: rgb(25,14,193); }
td.TdClassName
{
border-color: #190EC1;
}
.TagClassName
{
border-color: #190EC1;
}
</style>