Shades of Midnight Express #191E42
Tints of Midnight Express #191E42
RGB
CMYK
RGB Variations
Color information
#191E42 (or 0x191E42) is known color: Midnight Express. HEX triplet: 19, 1E and 42. RGB value is (25,30,66). Sum of RGB (Red+Green+Blue) = 25+30+66=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 66 (26.17% from 255 or 54.55% from 121); Max value from RGB is 66 - color contains mainly: blue. Hex color #191E42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191E42 is #E6E1BD. Grayscale: #202020. Windows color (decimal): -15131070 or 4333081. OLE color: 4333081.
HSL color Cylindrical-coordinate representation of color #191E42: hue angle of 232.68º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #191E42 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 30 | 66 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.74 |
| HSL | 232.68º | 0.45% | 0.18% | - |
| HSV(B) | 232.68º | 0.62% | 0.26% | - |
| XYZ | 1.85 | 1.53 | 5.35 | - |
| YUV | 32.61 | 146.84 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 66 | 0.62 | 0.55 | 0 | 0.74 | 232.68 | 0.45 | 0.18 |
| Hex | 19 | 1E | 42 | 3E | 37 | 0 | 4A | E9 | 2D | 12 |
| Octal | 31 | 36 | 102 | 76 | 67 | 0 | 112 | 351 | 55 | 22 |
| Binary | 11001 | 11110 | 1000010 | 111110 | 110111 | 0 | 1001010 | 11101001 | 101101 | 10010 |
Color Harmonies of #191E42
Complementary color
Monochromatic Colors of #191E42
Black with #191E42
Text Example
Text Example
White with #191E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191E42; }
p { color: rgb(25,30,66); }
H1.HeaderClassName
{
color: #191E42;
}
.AnyTagClassName
{
color: #191E42;
}
</style>
background-color css
<style>
a { background-color: #191E42; }
a { background-color: rgb(25,30,66); }
div.DivClassName
{
background-color: #191E42;
}
.BgClassName
{
background-color: #191E42;
}
</style>
border-color css
<style>
span { border-color: #191E42; }
span { border-color: rgb(25,30,66); }
td.TdClassName
{
border-color: #191E42;
}
.TagClassName
{
border-color: #191E42;
}
</style>