Shades of Medium Blue #1911D8
Tints of Medium Blue #1911D8
RGB
CMYK
RGB Variations
Color information
#1911D8 (or 0x1911D8) is known color: Medium Blue. HEX triplet: 19, 11 and D8. RGB value is (25,17,216). Sum of RGB (Red+Green+Blue) = 25+17+216=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 216 (84.77% from 255 or 83.72% from 258); Max value from RGB is 216 - color contains mainly: blue. Hex color #1911D8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1911D8 is #E6EE27. Grayscale: #292929. Windows color (decimal): -15134248 or 14160153. OLE color: 14160153.
HSL color Cylindrical-coordinate representation of color #1911D8: hue angle of 242.41º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1911D8 is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 17 | 216 | - |
| CMYK | 0.88 | 0.92 | 0 | 0.15 |
| HSL | 242.41º | 0.85% | 0.46% | - |
| HSV(B) | 242.41º | 0.92% | 0.85% | - |
| XYZ | 13 | 5.57 | 65.36 | - |
| YUV | 42.08 | 226.15 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 17 | 216 | 0.88 | 0.92 | 0 | 0.15 | 242.41 | 0.85 | 0.46 |
| Hex | 19 | 11 | D8 | 58 | 5C | 0 | F | F2 | 55 | 2E |
| Octal | 31 | 21 | 330 | 130 | 134 | 0 | 17 | 362 | 125 | 56 |
| Binary | 11001 | 10001 | 11011000 | 1011000 | 1011100 | 0 | 1111 | 11110010 | 1010101 | 101110 |
Color Harmonies of #1911D8
Complementary color
Monochromatic Colors of #1911D8
Black with #1911D8
Text Example
Text Example
White with #1911D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1911D8; }
p { color: rgb(25,17,216); }
H1.HeaderClassName
{
color: #1911D8;
}
.AnyTagClassName
{
color: #1911D8;
}
</style>
background-color css
<style>
a { background-color: #1911D8; }
a { background-color: rgb(25,17,216); }
div.DivClassName
{
background-color: #1911D8;
}
.BgClassName
{
background-color: #1911D8;
}
</style>
border-color css
<style>
span { border-color: #1911D8; }
span { border-color: rgb(25,17,216); }
td.TdClassName
{
border-color: #1911D8;
}
.TagClassName
{
border-color: #1911D8;
}
</style>