Shades of Midnight Express #192134
Tints of Midnight Express #192134
RGB
CMYK
RGB Variations
Color information
#192134 (or 0x192134) is known color: Midnight Express. HEX triplet: 19, 21 and 34. RGB value is (25,33,52). Sum of RGB (Red+Green+Blue) = 25+33+52=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 52 (20.70% from 255 or 47.27% from 110); Max value from RGB is 52 - color contains mainly: blue. Hex color #192134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192134 is #E6DECB. Grayscale: #202020. Windows color (decimal): -15130316 or 3416345. OLE color: 3416345.
HSL color Cylindrical-coordinate representation of color #192134: hue angle of 222.22º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #192134 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 33 | 52 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.80 |
| HSL | 222.22º | 0.35% | 0.15% | - |
| HSV(B) | 222.22º | 0.52% | 0.2% | - |
| XYZ | 1.56 | 1.54 | 3.46 | - |
| YUV | 32.77 | 138.85 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 52 | 0.52 | 0.37 | 0 | 0.80 | 222.22 | 0.35 | 0.15 |
| Hex | 19 | 21 | 34 | 34 | 25 | 0 | 50 | DE | 23 | F |
| Octal | 31 | 41 | 64 | 64 | 45 | 0 | 120 | 336 | 43 | 17 |
| Binary | 11001 | 100001 | 110100 | 110100 | 100101 | 0 | 1010000 | 11011110 | 100011 | 1111 |
Color Harmonies of #192134
Complementary color
Monochromatic Colors of #192134
Black with #192134
Text Example
Text Example
White with #192134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192134; }
p { color: rgb(25,33,52); }
H1.HeaderClassName
{
color: #192134;
}
.AnyTagClassName
{
color: #192134;
}
</style>
background-color css
<style>
a { background-color: #192134; }
a { background-color: rgb(25,33,52); }
div.DivClassName
{
background-color: #192134;
}
.BgClassName
{
background-color: #192134;
}
</style>
border-color css
<style>
span { border-color: #192134; }
span { border-color: rgb(25,33,52); }
td.TdClassName
{
border-color: #192134;
}
.TagClassName
{
border-color: #192134;
}
</style>