Shades of Medium Blue #1911B9
Tints of Medium Blue #1911B9
RGB
CMYK
RGB Variations
Color information
#1911B9 (or 0x1911B9) is known color: Medium Blue. HEX triplet: 19, 11 and B9. RGB value is (25,17,185). Sum of RGB (Red+Green+Blue) = 25+17+185=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 185 (72.66% from 255 or 81.50% from 227); Max value from RGB is 185 - color contains mainly: blue. Hex color #1911B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1911B9 is #E6EE46. Grayscale: #252525. Windows color (decimal): -15134279 or 12128537. OLE color: 12128537.
HSL color Cylindrical-coordinate representation of color #1911B9: hue angle of 242.86º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1911B9 is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 17 | 185 | - |
| CMYK | 0.86 | 0.91 | 0 | 0.27 |
| HSL | 242.86º | 0.83% | 0.4% | - |
| HSV(B) | 242.86º | 0.91% | 0.73% | - |
| XYZ | 9.36 | 4.11 | 46.2 | - |
| YUV | 38.54 | 210.65 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 17 | 185 | 0.86 | 0.91 | 0 | 0.27 | 242.86 | 0.83 | 0.4 |
| Hex | 19 | 11 | B9 | 56 | 5B | 0 | 1B | F3 | 53 | 28 |
| Octal | 31 | 21 | 271 | 126 | 133 | 0 | 33 | 363 | 123 | 50 |
| Binary | 11001 | 10001 | 10111001 | 1010110 | 1011011 | 0 | 11011 | 11110011 | 1010011 | 101000 |
Color Harmonies of #1911B9
Complementary color
Monochromatic Colors of #1911B9
Black with #1911B9
Text Example
Text Example
White with #1911B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1911B9; }
p { color: rgb(25,17,185); }
H1.HeaderClassName
{
color: #1911B9;
}
.AnyTagClassName
{
color: #1911B9;
}
</style>
background-color css
<style>
a { background-color: #1911B9; }
a { background-color: rgb(25,17,185); }
div.DivClassName
{
background-color: #1911B9;
}
.BgClassName
{
background-color: #1911B9;
}
</style>
border-color css
<style>
span { border-color: #1911B9; }
span { border-color: rgb(25,17,185); }
td.TdClassName
{
border-color: #1911B9;
}
.TagClassName
{
border-color: #1911B9;
}
</style>