Shades of Midnight Express #19263F
Tints of Midnight Express #19263F
RGB
CMYK
RGB Variations
Color information
#19263F (or 0x19263F) is known color: Midnight Express. HEX triplet: 19, 26 and 3F. RGB value is (25,38,63). Sum of RGB (Red+Green+Blue) = 25+38+63=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 63 (25% from 255 or 50% from 126); Max value from RGB is 63 - color contains mainly: blue. Hex color #19263F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19263F is #E6D9C0. Grayscale: #242424. Windows color (decimal): -15129025 or 4138521. OLE color: 4138521.
HSL color Cylindrical-coordinate representation of color #19263F: hue angle of 219.47º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #19263F is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 38 | 63 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.75 |
| HSL | 219.47º | 0.43% | 0.17% | - |
| HSV(B) | 219.47º | 0.6% | 0.25% | - |
| XYZ | 1.99 | 1.95 | 4.97 | - |
| YUV | 36.96 | 142.69 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 63 | 0.60 | 0.40 | 0 | 0.75 | 219.47 | 0.43 | 0.17 |
| Hex | 19 | 26 | 3F | 3C | 28 | 0 | 4B | DB | 2B | 11 |
| Octal | 31 | 46 | 77 | 74 | 50 | 0 | 113 | 333 | 53 | 21 |
| Binary | 11001 | 100110 | 111111 | 111100 | 101000 | 0 | 1001011 | 11011011 | 101011 | 10001 |
Color Harmonies of #19263F
Complementary color
Monochromatic Colors of #19263F
Black with #19263F
Text Example
Text Example
White with #19263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19263F; }
p { color: rgb(25,38,63); }
H1.HeaderClassName
{
color: #19263F;
}
.AnyTagClassName
{
color: #19263F;
}
</style>
background-color css
<style>
a { background-color: #19263F; }
a { background-color: rgb(25,38,63); }
div.DivClassName
{
background-color: #19263F;
}
.BgClassName
{
background-color: #19263F;
}
</style>
border-color css
<style>
span { border-color: #19263F; }
span { border-color: rgb(25,38,63); }
td.TdClassName
{
border-color: #19263F;
}
.TagClassName
{
border-color: #19263F;
}
</style>