Shades of Midnight Express #192742
Tints of Midnight Express #192742
RGB
CMYK
RGB Variations
Color information
#192742 (or 0x192742) is known color: Midnight Express. HEX triplet: 19, 27 and 42. RGB value is (25,39,66). Sum of RGB (Red+Green+Blue) = 25+39+66=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 66 (26.17% from 255 or 50.77% from 130); Max value from RGB is 66 - color contains mainly: blue. Hex color #192742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192742 is #E6D8BD. Grayscale: #252525. Windows color (decimal): -15128766 or 4335385. OLE color: 4335385.
HSL color Cylindrical-coordinate representation of color #192742: hue angle of 219.51º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #192742 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 39 | 66 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.74 |
| HSL | 219.51º | 0.45% | 0.18% | - |
| HSV(B) | 219.51º | 0.62% | 0.26% | - |
| XYZ | 2.11 | 2.05 | 5.44 | - |
| YUV | 37.89 | 143.86 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 39 | 66 | 0.62 | 0.41 | 0 | 0.74 | 219.51 | 0.45 | 0.18 |
| Hex | 19 | 27 | 42 | 3E | 29 | 0 | 4A | DC | 2D | 12 |
| Octal | 31 | 47 | 102 | 76 | 51 | 0 | 112 | 334 | 55 | 22 |
| Binary | 11001 | 100111 | 1000010 | 111110 | 101001 | 0 | 1001010 | 11011100 | 101101 | 10010 |
Color Harmonies of #192742
Complementary color
Monochromatic Colors of #192742
Black with #192742
Text Example
Text Example
White with #192742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192742; }
p { color: rgb(25,39,66); }
H1.HeaderClassName
{
color: #192742;
}
.AnyTagClassName
{
color: #192742;
}
</style>
background-color css
<style>
a { background-color: #192742; }
a { background-color: rgb(25,39,66); }
div.DivClassName
{
background-color: #192742;
}
.BgClassName
{
background-color: #192742;
}
</style>
border-color css
<style>
span { border-color: #192742; }
span { border-color: rgb(25,39,66); }
td.TdClassName
{
border-color: #192742;
}
.TagClassName
{
border-color: #192742;
}
</style>