Shades of Midnight Express #19274D
Tints of Midnight Express #19274D
RGB
CMYK
RGB Variations
Color information
#19274D (or 0x19274D) is known color: Midnight Express. HEX triplet: 19, 27 and 4D. RGB value is (25,39,77). Sum of RGB (Red+Green+Blue) = 25+39+77=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #19274D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19274D is #E6D8B2. Grayscale: #262626. Windows color (decimal): -15128755 or 5056281. OLE color: 5056281.
HSL color Cylindrical-coordinate representation of color #19274D: hue angle of 223.85º 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 #19274D is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 39 | 77 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.70 |
| HSL | 223.85º | 0.51% | 0.2% | - |
| HSV(B) | 223.85º | 0.68% | 0.3% | - |
| XYZ | 2.47 | 2.19 | 7.31 | - |
| YUV | 39.15 | 149.36 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 39 | 77 | 0.68 | 0.49 | 0 | 0.70 | 223.85 | 0.51 | 0.2 |
| Hex | 19 | 27 | 4D | 44 | 31 | 0 | 46 | E0 | 33 | 14 |
| Octal | 31 | 47 | 115 | 104 | 61 | 0 | 106 | 340 | 63 | 24 |
| Binary | 11001 | 100111 | 1001101 | 1000100 | 110001 | 0 | 1000110 | 11100000 | 110011 | 10100 |
Color Harmonies of #19274D
Complementary color
Monochromatic Colors of #19274D
Black with #19274D
Text Example
Text Example
White with #19274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19274D; }
p { color: rgb(25,39,77); }
H1.HeaderClassName
{
color: #19274D;
}
.AnyTagClassName
{
color: #19274D;
}
</style>
background-color css
<style>
a { background-color: #19274D; }
a { background-color: rgb(25,39,77); }
div.DivClassName
{
background-color: #19274D;
}
.BgClassName
{
background-color: #19274D;
}
</style>
border-color css
<style>
span { border-color: #19274D; }
span { border-color: rgb(25,39,77); }
td.TdClassName
{
border-color: #19274D;
}
.TagClassName
{
border-color: #19274D;
}
</style>