Shades of Midnight Express #192740
Tints of Midnight Express #192740
RGB
CMYK
RGB Variations
Color information
#192740 (or 0x192740) is known color: Midnight Express. HEX triplet: 19, 27 and 40. RGB value is (25,39,64). Sum of RGB (Red+Green+Blue) = 25+39+64=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #192740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192740 is #E6D8BF. Grayscale: #252525. Windows color (decimal): -15128768 or 4204313. OLE color: 4204313.
HSL color Cylindrical-coordinate representation of color #192740: hue angle of 218.46º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #192740 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 39 | 64 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.75 |
| HSL | 218.46º | 0.44% | 0.17% | - |
| HSV(B) | 218.46º | 0.61% | 0.25% | - |
| XYZ | 2.05 | 2.03 | 5.13 | - |
| YUV | 37.66 | 142.86 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 39 | 64 | 0.61 | 0.39 | 0 | 0.75 | 218.46 | 0.44 | 0.17 |
| Hex | 19 | 27 | 40 | 3D | 27 | 0 | 4B | DA | 2C | 11 |
| Octal | 31 | 47 | 100 | 75 | 47 | 0 | 113 | 332 | 54 | 21 |
| Binary | 11001 | 100111 | 1000000 | 111101 | 100111 | 0 | 1001011 | 11011010 | 101100 | 10001 |
Color Harmonies of #192740
Complementary color
Monochromatic Colors of #192740
Black with #192740
Text Example
Text Example
White with #192740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192740; }
p { color: rgb(25,39,64); }
H1.HeaderClassName
{
color: #192740;
}
.AnyTagClassName
{
color: #192740;
}
</style>
background-color css
<style>
a { background-color: #192740; }
a { background-color: rgb(25,39,64); }
div.DivClassName
{
background-color: #192740;
}
.BgClassName
{
background-color: #192740;
}
</style>
border-color css
<style>
span { border-color: #192740; }
span { border-color: rgb(25,39,64); }
td.TdClassName
{
border-color: #192740;
}
.TagClassName
{
border-color: #192740;
}
</style>