Shades of Midnight Express #19243A
Tints of Midnight Express #19243A
RGB
CMYK
RGB Variations
Color information
#19243A (or 0x19243A) is known color: Midnight Express. HEX triplet: 19, 24 and 3A. RGB value is (25,36,58). Sum of RGB (Red+Green+Blue) = 25+36+58=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 58 - color contains mainly: blue. Hex color #19243A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19243A is #E6DBC5. Grayscale: #232323. Windows color (decimal): -15129542 or 3810329. OLE color: 3810329.
HSL color Cylindrical-coordinate representation of color #19243A: hue angle of 220º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #19243A is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 36 | 58 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.77 |
| HSL | 220º | 0.4% | 0.16% | - |
| HSV(B) | 220º | 0.57% | 0.23% | - |
| XYZ | 1.8 | 1.77 | 4.25 | - |
| YUV | 35.22 | 140.86 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 58 | 0.57 | 0.38 | 0 | 0.77 | 220 | 0.4 | 0.16 |
| Hex | 19 | 24 | 3A | 39 | 26 | 0 | 4D | DC | 28 | 10 |
| Octal | 31 | 44 | 72 | 71 | 46 | 0 | 115 | 334 | 50 | 20 |
| Binary | 11001 | 100100 | 111010 | 111001 | 100110 | 0 | 1001101 | 11011100 | 101000 | 10000 |
Color Harmonies of #19243A
Complementary color
Monochromatic Colors of #19243A
Black with #19243A
Text Example
Text Example
White with #19243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19243A; }
p { color: rgb(25,36,58); }
H1.HeaderClassName
{
color: #19243A;
}
.AnyTagClassName
{
color: #19243A;
}
</style>
background-color css
<style>
a { background-color: #19243A; }
a { background-color: rgb(25,36,58); }
div.DivClassName
{
background-color: #19243A;
}
.BgClassName
{
background-color: #19243A;
}
</style>
border-color css
<style>
span { border-color: #19243A; }
span { border-color: rgb(25,36,58); }
td.TdClassName
{
border-color: #19243A;
}
.TagClassName
{
border-color: #19243A;
}
</style>