Shades of Midnight Express #191938
Tints of Midnight Express #191938
RGB
CMYK
RGB Variations
Color information
#191938 (or 0x191938) is known color: Midnight Express. HEX triplet: 19, 19 and 38. RGB value is (25,25,56). Sum of RGB (Red+Green+Blue) = 25+25+56=106 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.58% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 56 (22.27% from 255 or 52.83% from 106); Max value from RGB is 56 - color contains mainly: blue. Hex color #191938 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191938 is #E6E6C7. Grayscale: #1C1C1C. Windows color (decimal): -15132360 or 3676441. OLE color: 3676441.
HSL color Cylindrical-coordinate representation of color #191938: hue angle of 240º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #191938 is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 25 | 56 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.78 |
| HSL | 240º | 0.38% | 0.16% | - |
| HSV(B) | 240º | 0.55% | 0.22% | - |
| XYZ | 1.46 | 1.19 | 3.89 | - |
| YUV | 28.53 | 143.5 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 25 | 56 | 0.55 | 0.55 | 0 | 0.78 | 240 | 0.38 | 0.16 |
| Hex | 19 | 19 | 38 | 37 | 37 | 0 | 4E | F0 | 26 | 10 |
| Octal | 31 | 31 | 70 | 67 | 67 | 0 | 116 | 360 | 46 | 20 |
| Binary | 11001 | 11001 | 111000 | 110111 | 110111 | 0 | 1001110 | 11110000 | 100110 | 10000 |
Color Harmonies of #191938
Complementary color
Monochromatic Colors of #191938
Black with #191938
Text Example
Text Example
White with #191938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191938; }
p { color: rgb(25,25,56); }
H1.HeaderClassName
{
color: #191938;
}
.AnyTagClassName
{
color: #191938;
}
</style>
background-color css
<style>
a { background-color: #191938; }
a { background-color: rgb(25,25,56); }
div.DivClassName
{
background-color: #191938;
}
.BgClassName
{
background-color: #191938;
}
</style>
border-color css
<style>
span { border-color: #191938; }
span { border-color: rgb(25,25,56); }
td.TdClassName
{
border-color: #191938;
}
.TagClassName
{
border-color: #191938;
}
</style>