Shades of Midnight Express #19193A
Tints of Midnight Express #19193A
RGB
CMYK
RGB Variations
Color information
#19193A (or 0x19193A) is known color: Midnight Express. HEX triplet: 19, 19 and 3A. RGB value is (25,25,58). Sum of RGB (Red+Green+Blue) = 25+25+58=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 58 (23.05% from 255 or 53.70% from 108); Max value from RGB is 58 - color contains mainly: blue. Hex color #19193A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19193A is #E6E6C5. Grayscale: #1C1C1C. Windows color (decimal): -15132358 or 3807513. OLE color: 3807513.
HSL color Cylindrical-coordinate representation of color #19193A: hue angle of 240º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #19193A is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 25 | 58 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.77 |
| HSL | 240º | 0.4% | 0.16% | - |
| HSV(B) | 240º | 0.57% | 0.23% | - |
| XYZ | 1.51 | 1.21 | 4.16 | - |
| YUV | 28.76 | 144.5 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 25 | 58 | 0.57 | 0.57 | 0 | 0.77 | 240 | 0.4 | 0.16 |
| Hex | 19 | 19 | 3A | 39 | 39 | 0 | 4D | F0 | 28 | 10 |
| Octal | 31 | 31 | 72 | 71 | 71 | 0 | 115 | 360 | 50 | 20 |
| Binary | 11001 | 11001 | 111010 | 111001 | 111001 | 0 | 1001101 | 11110000 | 101000 | 10000 |
Color Harmonies of #19193A
Complementary color
Monochromatic Colors of #19193A
Black with #19193A
Text Example
Text Example
White with #19193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19193A; }
p { color: rgb(25,25,58); }
H1.HeaderClassName
{
color: #19193A;
}
.AnyTagClassName
{
color: #19193A;
}
</style>
background-color css
<style>
a { background-color: #19193A; }
a { background-color: rgb(25,25,58); }
div.DivClassName
{
background-color: #19193A;
}
.BgClassName
{
background-color: #19193A;
}
</style>
border-color css
<style>
span { border-color: #19193A; }
span { border-color: rgb(25,25,58); }
td.TdClassName
{
border-color: #19193A;
}
.TagClassName
{
border-color: #19193A;
}
</style>