Shades of Midnight Express #191F40
Tints of Midnight Express #191F40
RGB
CMYK
RGB Variations
Color information
#191F40 (or 0x191F40) is known color: Midnight Express. HEX triplet: 19, 1F and 40. RGB value is (25,31,64). Sum of RGB (Red+Green+Blue) = 25+31+64=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #191F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191F40 is #E6E0BF. Grayscale: #202020. Windows color (decimal): -15130816 or 4202265. OLE color: 4202265.
HSL color Cylindrical-coordinate representation of color #191F40: hue angle of 230.77º 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 #191F40 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 31 | 64 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.75 |
| HSL | 230.77º | 0.44% | 0.17% | - |
| HSV(B) | 230.77º | 0.61% | 0.25% | - |
| XYZ | 1.82 | 1.56 | 5.06 | - |
| YUV | 32.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 64 | 0.61 | 0.52 | 0 | 0.75 | 230.77 | 0.44 | 0.17 |
| Hex | 19 | 1F | 40 | 3D | 34 | 0 | 4B | E7 | 2C | 11 |
| Octal | 31 | 37 | 100 | 75 | 64 | 0 | 113 | 347 | 54 | 21 |
| Binary | 11001 | 11111 | 1000000 | 111101 | 110100 | 0 | 1001011 | 11100111 | 101100 | 10001 |
Color Harmonies of #191F40
Complementary color
Monochromatic Colors of #191F40
Black with #191F40
Text Example
Text Example
White with #191F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191F40; }
p { color: rgb(25,31,64); }
H1.HeaderClassName
{
color: #191F40;
}
.AnyTagClassName
{
color: #191F40;
}
</style>
background-color css
<style>
a { background-color: #191F40; }
a { background-color: rgb(25,31,64); }
div.DivClassName
{
background-color: #191F40;
}
.BgClassName
{
background-color: #191F40;
}
</style>
border-color css
<style>
span { border-color: #191F40; }
span { border-color: rgb(25,31,64); }
td.TdClassName
{
border-color: #191F40;
}
.TagClassName
{
border-color: #191F40;
}
</style>