Shades of Midnight Express #19183F
Tints of Midnight Express #19183F
RGB
CMYK
RGB Variations
Color information
#19183F (or 0x19183F) is known color: Midnight Express. HEX triplet: 19, 18 and 3F. RGB value is (25,24,63). Sum of RGB (Red+Green+Blue) = 25+24+63=112 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.32% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 63 (25% from 255 or 56.25% from 112); Max value from RGB is 63 - color contains mainly: blue. Hex color #19183F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19183F is #E6E7C0. Grayscale: #1C1C1C. Windows color (decimal): -15132609 or 4134937. OLE color: 4134937.
HSL color Cylindrical-coordinate representation of color #19183F: hue angle of 241.54º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #19183F is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 24 | 63 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.75 |
| HSL | 241.54º | 0.45% | 0.17% | - |
| HSV(B) | 241.54º | 0.62% | 0.25% | - |
| XYZ | 1.62 | 1.22 | 4.85 | - |
| YUV | 28.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 24 | 63 | 0.60 | 0.62 | 0 | 0.75 | 241.54 | 0.45 | 0.17 |
| Hex | 19 | 18 | 3F | 3C | 3E | 0 | 4B | F2 | 2D | 11 |
| Octal | 31 | 30 | 77 | 74 | 76 | 0 | 113 | 362 | 55 | 21 |
| Binary | 11001 | 11000 | 111111 | 111100 | 111110 | 0 | 1001011 | 11110010 | 101101 | 10001 |
Color Harmonies of #19183F
Complementary color
Monochromatic Colors of #19183F
Black with #19183F
Text Example
Text Example
White with #19183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19183F; }
p { color: rgb(25,24,63); }
H1.HeaderClassName
{
color: #19183F;
}
.AnyTagClassName
{
color: #19183F;
}
</style>
background-color css
<style>
a { background-color: #19183F; }
a { background-color: rgb(25,24,63); }
div.DivClassName
{
background-color: #19183F;
}
.BgClassName
{
background-color: #19183F;
}
</style>
border-color css
<style>
span { border-color: #19183F; }
span { border-color: rgb(25,24,63); }
td.TdClassName
{
border-color: #19183F;
}
.TagClassName
{
border-color: #19183F;
}
</style>