Shades of Midnight Express #19253C
Tints of Midnight Express #19253C
RGB
CMYK
RGB Variations
Color information
#19253C (or 0x19253C) is known color: Midnight Express. HEX triplet: 19, 25 and 3C. RGB value is (25,37,60). Sum of RGB (Red+Green+Blue) = 25+37+60=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 60 (23.83% from 255 or 49.18% from 122); Max value from RGB is 60 - color contains mainly: blue. Hex color #19253C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19253C is #E6DAC3. Grayscale: #232323. Windows color (decimal): -15129284 or 3941657. OLE color: 3941657.
HSL color Cylindrical-coordinate representation of color #19253C: hue angle of 219.43º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #19253C is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 37 | 60 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.76 |
| HSL | 219.43º | 0.41% | 0.17% | - |
| HSV(B) | 219.43º | 0.58% | 0.24% | - |
| XYZ | 1.88 | 1.86 | 4.53 | - |
| YUV | 36.03 | 141.52 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 60 | 0.58 | 0.38 | 0 | 0.76 | 219.43 | 0.41 | 0.17 |
| Hex | 19 | 25 | 3C | 3A | 26 | 0 | 4C | DB | 29 | 11 |
| Octal | 31 | 45 | 74 | 72 | 46 | 0 | 114 | 333 | 51 | 21 |
| Binary | 11001 | 100101 | 111100 | 111010 | 100110 | 0 | 1001100 | 11011011 | 101001 | 10001 |
Color Harmonies of #19253C
Complementary color
Monochromatic Colors of #19253C
Black with #19253C
Text Example
Text Example
White with #19253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19253C; }
p { color: rgb(25,37,60); }
H1.HeaderClassName
{
color: #19253C;
}
.AnyTagClassName
{
color: #19253C;
}
</style>
background-color css
<style>
a { background-color: #19253C; }
a { background-color: rgb(25,37,60); }
div.DivClassName
{
background-color: #19253C;
}
.BgClassName
{
background-color: #19253C;
}
</style>
border-color css
<style>
span { border-color: #19253C; }
span { border-color: rgb(25,37,60); }
td.TdClassName
{
border-color: #19253C;
}
.TagClassName
{
border-color: #19253C;
}
</style>