Shades of Midnight Express #19254D
Tints of Midnight Express #19254D
RGB
CMYK
RGB Variations
Color information
#19254D (or 0x19254D) is known color: Midnight Express. HEX triplet: 19, 25 and 4D. RGB value is (25,37,77). Sum of RGB (Red+Green+Blue) = 25+37+77=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #19254D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19254D is #E6DAB2. Grayscale: #252525. Windows color (decimal): -15129267 or 5055769. OLE color: 5055769.
HSL color Cylindrical-coordinate representation of color #19254D: hue angle of 226.15º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19254D is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 37 | 77 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.70 |
| HSL | 226.15º | 0.51% | 0.2% | - |
| HSV(B) | 226.15º | 0.68% | 0.3% | - |
| XYZ | 2.4 | 2.07 | 7.29 | - |
| YUV | 37.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 77 | 0.68 | 0.52 | 0 | 0.70 | 226.15 | 0.51 | 0.2 |
| Hex | 19 | 25 | 4D | 44 | 34 | 0 | 46 | E2 | 33 | 14 |
| Octal | 31 | 45 | 115 | 104 | 64 | 0 | 106 | 342 | 63 | 24 |
| Binary | 11001 | 100101 | 1001101 | 1000100 | 110100 | 0 | 1000110 | 11100010 | 110011 | 10100 |
Color Harmonies of #19254D
Complementary color
Monochromatic Colors of #19254D
Black with #19254D
Text Example
Text Example
White with #19254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19254D; }
p { color: rgb(25,37,77); }
H1.HeaderClassName
{
color: #19254D;
}
.AnyTagClassName
{
color: #19254D;
}
</style>
background-color css
<style>
a { background-color: #19254D; }
a { background-color: rgb(25,37,77); }
div.DivClassName
{
background-color: #19254D;
}
.BgClassName
{
background-color: #19254D;
}
</style>
border-color css
<style>
span { border-color: #19254D; }
span { border-color: rgb(25,37,77); }
td.TdClassName
{
border-color: #19254D;
}
.TagClassName
{
border-color: #19254D;
}
</style>