Shades of Midnight Express #192044
Tints of Midnight Express #192044
RGB
CMYK
RGB Variations
Color information
#192044 (or 0x192044) is known color: Midnight Express. HEX triplet: 19, 20 and 44. RGB value is (25,32,68). Sum of RGB (Red+Green+Blue) = 25+32+68=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 68 (26.95% from 255 or 54.4% from 125); Max value from RGB is 68 - color contains mainly: blue. Hex color #192044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192044 is #E6DFBB. Grayscale: #212121. Windows color (decimal): -15130556 or 4464665. OLE color: 4464665.
HSL color Cylindrical-coordinate representation of color #192044: hue angle of 230.23º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #192044 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 32 | 68 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.73 |
| HSL | 230.23º | 0.46% | 0.18% | - |
| HSV(B) | 230.23º | 0.63% | 0.27% | - |
| XYZ | 1.96 | 1.66 | 5.69 | - |
| YUV | 34.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 68 | 0.63 | 0.53 | 0 | 0.73 | 230.23 | 0.46 | 0.18 |
| Hex | 19 | 20 | 44 | 3F | 35 | 0 | 49 | E6 | 2E | 12 |
| Octal | 31 | 40 | 104 | 77 | 65 | 0 | 111 | 346 | 56 | 22 |
| Binary | 11001 | 100000 | 1000100 | 111111 | 110101 | 0 | 1001001 | 11100110 | 101110 | 10010 |
Color Harmonies of #192044
Complementary color
Monochromatic Colors of #192044
Black with #192044
Text Example
Text Example
White with #192044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192044; }
p { color: rgb(25,32,68); }
H1.HeaderClassName
{
color: #192044;
}
.AnyTagClassName
{
color: #192044;
}
</style>
background-color css
<style>
a { background-color: #192044; }
a { background-color: rgb(25,32,68); }
div.DivClassName
{
background-color: #192044;
}
.BgClassName
{
background-color: #192044;
}
</style>
border-color css
<style>
span { border-color: #192044; }
span { border-color: rgb(25,32,68); }
td.TdClassName
{
border-color: #192044;
}
.TagClassName
{
border-color: #192044;
}
</style>