Shades of Midnight Express #192047
Tints of Midnight Express #192047
RGB
CMYK
RGB Variations
Color information
#192047 (or 0x192047) is known color: Midnight Express. HEX triplet: 19, 20 and 47. RGB value is (25,32,71). Sum of RGB (Red+Green+Blue) = 25+32+71=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 71 (28.12% from 255 or 55.47% from 128); Max value from RGB is 71 - color contains mainly: blue. Hex color #192047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192047 is #E6DFB8. Grayscale: #222222. Windows color (decimal): -15130553 or 4661273. OLE color: 4661273.
HSL color Cylindrical-coordinate representation of color #192047: hue angle of 230.87º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #192047 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 32 | 71 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.72 |
| HSL | 230.87º | 0.48% | 0.19% | - |
| HSV(B) | 230.87º | 0.65% | 0.28% | - |
| XYZ | 2.05 | 1.69 | 6.18 | - |
| YUV | 34.35 | 148.68 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 71 | 0.65 | 0.55 | 0 | 0.72 | 230.87 | 0.48 | 0.19 |
| Hex | 19 | 20 | 47 | 41 | 37 | 0 | 48 | E7 | 30 | 13 |
| Octal | 31 | 40 | 107 | 101 | 67 | 0 | 110 | 347 | 60 | 23 |
| Binary | 11001 | 100000 | 1000111 | 1000001 | 110111 | 0 | 1001000 | 11100111 | 110000 | 10011 |
Color Harmonies of #192047
Complementary color
Monochromatic Colors of #192047
Black with #192047
Text Example
Text Example
White with #192047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192047; }
p { color: rgb(25,32,71); }
H1.HeaderClassName
{
color: #192047;
}
.AnyTagClassName
{
color: #192047;
}
</style>
background-color css
<style>
a { background-color: #192047; }
a { background-color: rgb(25,32,71); }
div.DivClassName
{
background-color: #192047;
}
.BgClassName
{
background-color: #192047;
}
</style>
border-color css
<style>
span { border-color: #192047; }
span { border-color: rgb(25,32,71); }
td.TdClassName
{
border-color: #192047;
}
.TagClassName
{
border-color: #192047;
}
</style>