Shades of Midnight Express #191B40
Tints of Midnight Express #191B40
RGB
CMYK
RGB Variations
Color information
#191B40 (or 0x191B40) is known color: Midnight Express. HEX triplet: 19, 1B and 40. RGB value is (25,27,64). Sum of RGB (Red+Green+Blue) = 25+27+64=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 64 (25.39% from 255 or 55.17% from 116); Max value from RGB is 64 - color contains mainly: blue. Hex color #191B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191B40 is #E6E4BF. Grayscale: #1E1E1E. Windows color (decimal): -15131840 or 4201241. OLE color: 4201241.
HSL color Cylindrical-coordinate representation of color #191B40: hue angle of 236.92º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #191B40 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 27 | 64 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.75 |
| HSL | 236.92º | 0.44% | 0.17% | - |
| HSV(B) | 236.92º | 0.61% | 0.25% | - |
| XYZ | 1.72 | 1.36 | 5.02 | - |
| YUV | 30.62 | 146.84 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 64 | 0.61 | 0.58 | 0 | 0.75 | 236.92 | 0.44 | 0.17 |
| Hex | 19 | 1B | 40 | 3D | 3A | 0 | 4B | ED | 2C | 11 |
| Octal | 31 | 33 | 100 | 75 | 72 | 0 | 113 | 355 | 54 | 21 |
| Binary | 11001 | 11011 | 1000000 | 111101 | 111010 | 0 | 1001011 | 11101101 | 101100 | 10001 |
Color Harmonies of #191B40
Complementary color
Monochromatic Colors of #191B40
Black with #191B40
Text Example
Text Example
White with #191B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B40; }
p { color: rgb(25,27,64); }
H1.HeaderClassName
{
color: #191B40;
}
.AnyTagClassName
{
color: #191B40;
}
</style>
background-color css
<style>
a { background-color: #191B40; }
a { background-color: rgb(25,27,64); }
div.DivClassName
{
background-color: #191B40;
}
.BgClassName
{
background-color: #191B40;
}
</style>
border-color css
<style>
span { border-color: #191B40; }
span { border-color: rgb(25,27,64); }
td.TdClassName
{
border-color: #191B40;
}
.TagClassName
{
border-color: #191B40;
}
</style>