Shades of Midnight Express #191D36
Tints of Midnight Express #191D36
RGB
CMYK
RGB Variations
Color information
#191D36 (or 0x191D36) is known color: Midnight Express. HEX triplet: 19, 1D and 36. RGB value is (25,29,54). Sum of RGB (Red+Green+Blue) = 25+29+54=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 54 (21.48% from 255 or 50% from 108); Max value from RGB is 54 - color contains mainly: blue. Hex color #191D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191D36 is #E6E2C9. Grayscale: #1E1E1E. Windows color (decimal): -15131338 or 3546393. OLE color: 3546393.
HSL color Cylindrical-coordinate representation of color #191D36: hue angle of 231.72º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #191D36 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 25 | 29 | 54 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.79 |
| HSL | 231.72º | 0.37% | 0.15% | - |
| HSV(B) | 231.72º | 0.54% | 0.21% | - |
| XYZ | 1.51 | 1.35 | 3.67 | - |
| YUV | 30.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 54 | 0.54 | 0.46 | 0 | 0.79 | 231.72 | 0.37 | 0.15 |
| Hex | 19 | 1D | 36 | 36 | 2E | 0 | 4F | E8 | 25 | F |
| Octal | 31 | 35 | 66 | 66 | 56 | 0 | 117 | 350 | 45 | 17 |
| Binary | 11001 | 11101 | 110110 | 110110 | 101110 | 0 | 1001111 | 11101000 | 100101 | 1111 |
Color Harmonies of #191D36
Complementary color
Monochromatic Colors of #191D36
Black with #191D36
Text Example
Text Example
White with #191D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191D36; }
p { color: rgb(25,29,54); }
H1.HeaderClassName
{
color: #191D36;
}
.AnyTagClassName
{
color: #191D36;
}
</style>
background-color css
<style>
a { background-color: #191D36; }
a { background-color: rgb(25,29,54); }
div.DivClassName
{
background-color: #191D36;
}
.BgClassName
{
background-color: #191D36;
}
</style>
border-color css
<style>
span { border-color: #191D36; }
span { border-color: rgb(25,29,54); }
td.TdClassName
{
border-color: #191D36;
}
.TagClassName
{
border-color: #191D36;
}
</style>