Shades of Medium Blue #1911BD
Tints of Medium Blue #1911BD
RGB
CMYK
RGB Variations
Color information
#1911BD (or 0x1911BD) is known color: Medium Blue. HEX triplet: 19, 11 and BD. RGB value is (25,17,189). Sum of RGB (Red+Green+Blue) = 25+17+189=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 189 (74.22% from 255 or 81.82% from 231); Max value from RGB is 189 - color contains mainly: blue. Hex color #1911BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1911BD is #E6EE42. Grayscale: #262626. Windows color (decimal): -15134275 or 12390681. OLE color: 12390681.
HSL color Cylindrical-coordinate representation of color #1911BD: hue angle of 242.79º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1911BD is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 17 | 189 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.26 |
| HSL | 242.79º | 0.83% | 0.4% | - |
| HSV(B) | 242.79º | 0.91% | 0.74% | - |
| XYZ | 9.79 | 4.28 | 48.45 | - |
| YUV | 39 | 212.65 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 17 | 189 | 0.87 | 0.91 | 0 | 0.26 | 242.79 | 0.83 | 0.4 |
| Hex | 19 | 11 | BD | 57 | 5B | 0 | 1A | F3 | 53 | 28 |
| Octal | 31 | 21 | 275 | 127 | 133 | 0 | 32 | 363 | 123 | 50 |
| Binary | 11001 | 10001 | 10111101 | 1010111 | 1011011 | 0 | 11010 | 11110011 | 1010011 | 101000 |
Color Harmonies of #1911BD
Complementary color
Monochromatic Colors of #1911BD
Black with #1911BD
Text Example
Text Example
White with #1911BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1911BD; }
p { color: rgb(25,17,189); }
H1.HeaderClassName
{
color: #1911BD;
}
.AnyTagClassName
{
color: #1911BD;
}
</style>
background-color css
<style>
a { background-color: #1911BD; }
a { background-color: rgb(25,17,189); }
div.DivClassName
{
background-color: #1911BD;
}
.BgClassName
{
background-color: #1911BD;
}
</style>
border-color css
<style>
span { border-color: #1911BD; }
span { border-color: rgb(25,17,189); }
td.TdClassName
{
border-color: #1911BD;
}
.TagClassName
{
border-color: #1911BD;
}
</style>