Shades of Midnight Express #19243E
Tints of Midnight Express #19243E
RGB
CMYK
RGB Variations
Color information
#19243E (or 0x19243E) is known color: Midnight Express. HEX triplet: 19, 24 and 3E. RGB value is (25,36,62). Sum of RGB (Red+Green+Blue) = 25+36+62=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 62 (24.61% from 255 or 50.41% from 123); Max value from RGB is 62 - color contains mainly: blue. Hex color #19243E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19243E is #E6DBC1. Grayscale: #232323. Windows color (decimal): -15129538 or 4072473. OLE color: 4072473.
HSL color Cylindrical-coordinate representation of color #19243E: hue angle of 222.16º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #19243E is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 36 | 62 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.76 |
| HSL | 222.16º | 0.43% | 0.17% | - |
| HSV(B) | 222.16º | 0.6% | 0.24% | - |
| XYZ | 1.9 | 1.82 | 4.81 | - |
| YUV | 35.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 62 | 0.60 | 0.42 | 0 | 0.76 | 222.16 | 0.43 | 0.17 |
| Hex | 19 | 24 | 3E | 3C | 2A | 0 | 4C | DE | 2B | 11 |
| Octal | 31 | 44 | 76 | 74 | 52 | 0 | 114 | 336 | 53 | 21 |
| Binary | 11001 | 100100 | 111110 | 111100 | 101010 | 0 | 1001100 | 11011110 | 101011 | 10001 |
Color Harmonies of #19243E
Complementary color
Monochromatic Colors of #19243E
Black with #19243E
Text Example
Text Example
White with #19243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19243E; }
p { color: rgb(25,36,62); }
H1.HeaderClassName
{
color: #19243E;
}
.AnyTagClassName
{
color: #19243E;
}
</style>
background-color css
<style>
a { background-color: #19243E; }
a { background-color: rgb(25,36,62); }
div.DivClassName
{
background-color: #19243E;
}
.BgClassName
{
background-color: #19243E;
}
</style>
border-color css
<style>
span { border-color: #19243E; }
span { border-color: rgb(25,36,62); }
td.TdClassName
{
border-color: #19243E;
}
.TagClassName
{
border-color: #19243E;
}
</style>