Shades of Midnight Express #191C41
Tints of Midnight Express #191C41
RGB
CMYK
RGB Variations
Color information
#191C41 (or 0x191C41) is known color: Midnight Express. HEX triplet: 19, 1C and 41. RGB value is (25,28,65). Sum of RGB (Red+Green+Blue) = 25+28+65=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 28 (11.33% from 255 or 23.73% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #191C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191C41 is #E6E3BE. Grayscale: #1F1F1F. Windows color (decimal): -15131583 or 4267033. OLE color: 4267033.
HSL color Cylindrical-coordinate representation of color #191C41: hue angle of 235.5º 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 #191C41 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 28 | 65 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.75 |
| HSL | 235.5º | 0.44% | 0.18% | - |
| HSV(B) | 235.5º | 0.62% | 0.25% | - |
| XYZ | 1.77 | 1.42 | 5.18 | - |
| YUV | 31.32 | 147.01 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 65 | 0.62 | 0.57 | 0 | 0.75 | 235.5 | 0.44 | 0.18 |
| Hex | 19 | 1C | 41 | 3E | 39 | 0 | 4B | EC | 2C | 12 |
| Octal | 31 | 34 | 101 | 76 | 71 | 0 | 113 | 354 | 54 | 22 |
| Binary | 11001 | 11100 | 1000001 | 111110 | 111001 | 0 | 1001011 | 11101100 | 101100 | 10010 |
Color Harmonies of #191C41
Complementary color
Monochromatic Colors of #191C41
Black with #191C41
Text Example
Text Example
White with #191C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191C41; }
p { color: rgb(25,28,65); }
H1.HeaderClassName
{
color: #191C41;
}
.AnyTagClassName
{
color: #191C41;
}
</style>
background-color css
<style>
a { background-color: #191C41; }
a { background-color: rgb(25,28,65); }
div.DivClassName
{
background-color: #191C41;
}
.BgClassName
{
background-color: #191C41;
}
</style>
border-color css
<style>
span { border-color: #191C41; }
span { border-color: rgb(25,28,65); }
td.TdClassName
{
border-color: #191C41;
}
.TagClassName
{
border-color: #191C41;
}
</style>