Shades of Midnight Express #191B41
Tints of Midnight Express #191B41
RGB
CMYK
RGB Variations
Color information
#191B41 (or 0x191B41) is known color: Midnight Express. HEX triplet: 19, 1B and 41. RGB value is (25,27,65). Sum of RGB (Red+Green+Blue) = 25+27+65=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 65 (25.78% from 255 or 55.56% from 117); Max value from RGB is 65 - color contains mainly: blue. Hex color #191B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191B41 is #E6E4BE. Grayscale: #1E1E1E. Windows color (decimal): -15131839 or 4266777. OLE color: 4266777.
HSL color Cylindrical-coordinate representation of color #191B41: hue angle of 237º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #191B41 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 27 | 65 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.75 |
| HSL | 237º | 0.44% | 0.18% | - |
| HSV(B) | 237º | 0.62% | 0.25% | - |
| XYZ | 1.75 | 1.37 | 5.17 | - |
| YUV | 30.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 65 | 0.62 | 0.58 | 0 | 0.75 | 237 | 0.44 | 0.18 |
| Hex | 19 | 1B | 41 | 3E | 3A | 0 | 4B | ED | 2C | 12 |
| Octal | 31 | 33 | 101 | 76 | 72 | 0 | 113 | 355 | 54 | 22 |
| Binary | 11001 | 11011 | 1000001 | 111110 | 111010 | 0 | 1001011 | 11101101 | 101100 | 10010 |
Color Harmonies of #191B41
Complementary color
Monochromatic Colors of #191B41
Black with #191B41
Text Example
Text Example
White with #191B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B41; }
p { color: rgb(25,27,65); }
H1.HeaderClassName
{
color: #191B41;
}
.AnyTagClassName
{
color: #191B41;
}
</style>
background-color css
<style>
a { background-color: #191B41; }
a { background-color: rgb(25,27,65); }
div.DivClassName
{
background-color: #191B41;
}
.BgClassName
{
background-color: #191B41;
}
</style>
border-color css
<style>
span { border-color: #191B41; }
span { border-color: rgb(25,27,65); }
td.TdClassName
{
border-color: #191B41;
}
.TagClassName
{
border-color: #191B41;
}
</style>