Shades of Midnight Express #19253B
Tints of Midnight Express #19253B
RGB
CMYK
RGB Variations
Color information
#19253B (or 0x19253B) is known color: Midnight Express. HEX triplet: 19, 25 and 3B. RGB value is (25,37,59). Sum of RGB (Red+Green+Blue) = 25+37+59=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 59 (23.44% from 255 or 48.76% from 121); Max value from RGB is 59 - color contains mainly: blue. Hex color #19253B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19253B is #E6DAC4. Grayscale: #232323. Windows color (decimal): -15129285 or 3876121. OLE color: 3876121.
HSL color Cylindrical-coordinate representation of color #19253B: hue angle of 218.82º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #19253B is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 37 | 59 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.77 |
| HSL | 218.82º | 0.4% | 0.16% | - |
| HSV(B) | 218.82º | 0.58% | 0.23% | - |
| XYZ | 1.85 | 1.85 | 4.4 | - |
| YUV | 35.92 | 141.02 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 59 | 0.58 | 0.37 | 0 | 0.77 | 218.82 | 0.4 | 0.16 |
| Hex | 19 | 25 | 3B | 3A | 25 | 0 | 4D | DB | 28 | 10 |
| Octal | 31 | 45 | 73 | 72 | 45 | 0 | 115 | 333 | 50 | 20 |
| Binary | 11001 | 100101 | 111011 | 111010 | 100101 | 0 | 1001101 | 11011011 | 101000 | 10000 |
Color Harmonies of #19253B
Complementary color
Monochromatic Colors of #19253B
Black with #19253B
Text Example
Text Example
White with #19253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19253B; }
p { color: rgb(25,37,59); }
H1.HeaderClassName
{
color: #19253B;
}
.AnyTagClassName
{
color: #19253B;
}
</style>
background-color css
<style>
a { background-color: #19253B; }
a { background-color: rgb(25,37,59); }
div.DivClassName
{
background-color: #19253B;
}
.BgClassName
{
background-color: #19253B;
}
</style>
border-color css
<style>
span { border-color: #19253B; }
span { border-color: rgb(25,37,59); }
td.TdClassName
{
border-color: #19253B;
}
.TagClassName
{
border-color: #19253B;
}
</style>