Shades of Midnight Express #19264D
Tints of Midnight Express #19264D
RGB
CMYK
RGB Variations
Color information
#19264D (or 0x19264D) is known color: Midnight Express. HEX triplet: 19, 26 and 4D. RGB value is (25,38,77). Sum of RGB (Red+Green+Blue) = 25+38+77=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #19264D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19264D is #E6D9B2. Grayscale: #262626. Windows color (decimal): -15129011 or 5056025. OLE color: 5056025.
HSL color Cylindrical-coordinate representation of color #19264D: hue angle of 225º 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 #19264D is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 38 | 77 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.70 |
| HSL | 225º | 0.51% | 0.2% | - |
| HSV(B) | 225º | 0.68% | 0.3% | - |
| XYZ | 2.43 | 2.13 | 7.3 | - |
| YUV | 38.56 | 149.69 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 77 | 0.68 | 0.51 | 0 | 0.70 | 225 | 0.51 | 0.2 |
| Hex | 19 | 26 | 4D | 44 | 33 | 0 | 46 | E1 | 33 | 14 |
| Octal | 31 | 46 | 115 | 104 | 63 | 0 | 106 | 341 | 63 | 24 |
| Binary | 11001 | 100110 | 1001101 | 1000100 | 110011 | 0 | 1000110 | 11100001 | 110011 | 10100 |
Color Harmonies of #19264D
Complementary color
Monochromatic Colors of #19264D
Black with #19264D
Text Example
Text Example
White with #19264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19264D; }
p { color: rgb(25,38,77); }
H1.HeaderClassName
{
color: #19264D;
}
.AnyTagClassName
{
color: #19264D;
}
</style>
background-color css
<style>
a { background-color: #19264D; }
a { background-color: rgb(25,38,77); }
div.DivClassName
{
background-color: #19264D;
}
.BgClassName
{
background-color: #19264D;
}
</style>
border-color css
<style>
span { border-color: #19264D; }
span { border-color: rgb(25,38,77); }
td.TdClassName
{
border-color: #19264D;
}
.TagClassName
{
border-color: #19264D;
}
</style>