Shades of Medium Blue #191EDC
Tints of Medium Blue #191EDC
RGB
CMYK
RGB Variations
Color information
#191EDC (or 0x191EDC) is known color: Medium Blue. HEX triplet: 19, 1E and DC. RGB value is (25,30,220). Sum of RGB (Red+Green+Blue) = 25+30+220=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 220 (86.33% from 255 or 80% from 275); Max value from RGB is 220 - color contains mainly: blue. Hex color #191EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191EDC is #E6E123. Grayscale: #313131. Windows color (decimal): -15130916 or 14425625. OLE color: 14425625.
HSL color Cylindrical-coordinate representation of color #191EDC: hue angle of 238.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #191EDC is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 30 | 220 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.14 |
| HSL | 238.46º | 0.8% | 0.48% | - |
| HSV(B) | 238.46º | 0.89% | 0.86% | - |
| XYZ | 13.78 | 6.3 | 68.2 | - |
| YUV | 50.17 | 223.84 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 220 | 0.89 | 0.86 | 0 | 0.14 | 238.46 | 0.8 | 0.48 |
| Hex | 19 | 1E | DC | 59 | 56 | 0 | E | EE | 50 | 30 |
| Octal | 31 | 36 | 334 | 131 | 126 | 0 | 16 | 356 | 120 | 60 |
| Binary | 11001 | 11110 | 11011100 | 1011001 | 1010110 | 0 | 1110 | 11101110 | 1010000 | 110000 |
Color Harmonies of #191EDC
Complementary color
Monochromatic Colors of #191EDC
Black with #191EDC
Text Example
Text Example
White with #191EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191EDC; }
p { color: rgb(25,30,220); }
H1.HeaderClassName
{
color: #191EDC;
}
.AnyTagClassName
{
color: #191EDC;
}
</style>
background-color css
<style>
a { background-color: #191EDC; }
a { background-color: rgb(25,30,220); }
div.DivClassName
{
background-color: #191EDC;
}
.BgClassName
{
background-color: #191EDC;
}
</style>
border-color css
<style>
span { border-color: #191EDC; }
span { border-color: rgb(25,30,220); }
td.TdClassName
{
border-color: #191EDC;
}
.TagClassName
{
border-color: #191EDC;
}
</style>