Shades of Medium Blue #191ADC
Tints of Medium Blue #191ADC
RGB
CMYK
RGB Variations
Color information
#191ADC (or 0x191ADC) is known color: Medium Blue. HEX triplet: 19, 1A and DC. RGB value is (25,26,220). Sum of RGB (Red+Green+Blue) = 25+26+220=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 220 (86.33% from 255 or 81.18% from 271); Max value from RGB is 220 - color contains mainly: blue. Hex color #191ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191ADC is #E6E523. Grayscale: #2F2F2F. Windows color (decimal): -15131940 or 14424601. OLE color: 14424601.
HSL color Cylindrical-coordinate representation of color #191ADC: hue angle of 239.69º 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 #191ADC is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 26 | 220 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.14 |
| HSL | 239.69º | 0.8% | 0.48% | - |
| HSV(B) | 239.69º | 0.89% | 0.86% | - |
| XYZ | 13.69 | 6.11 | 68.17 | - |
| YUV | 47.82 | 225.17 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 220 | 0.89 | 0.88 | 0 | 0.14 | 239.69 | 0.8 | 0.48 |
| Hex | 19 | 1A | DC | 59 | 58 | 0 | E | F0 | 50 | 30 |
| Octal | 31 | 32 | 334 | 131 | 130 | 0 | 16 | 360 | 120 | 60 |
| Binary | 11001 | 11010 | 11011100 | 1011001 | 1011000 | 0 | 1110 | 11110000 | 1010000 | 110000 |
Color Harmonies of #191ADC
Complementary color
Monochromatic Colors of #191ADC
Black with #191ADC
Text Example
Text Example
White with #191ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191ADC; }
p { color: rgb(25,26,220); }
H1.HeaderClassName
{
color: #191ADC;
}
.AnyTagClassName
{
color: #191ADC;
}
</style>
background-color css
<style>
a { background-color: #191ADC; }
a { background-color: rgb(25,26,220); }
div.DivClassName
{
background-color: #191ADC;
}
.BgClassName
{
background-color: #191ADC;
}
</style>
border-color css
<style>
span { border-color: #191ADC; }
span { border-color: rgb(25,26,220); }
td.TdClassName
{
border-color: #191ADC;
}
.TagClassName
{
border-color: #191ADC;
}
</style>