Shades of Midnight Express #192034
Tints of Midnight Express #192034
RGB
CMYK
RGB Variations
Color information
#192034 (or 0x192034) is known color: Midnight Express. HEX triplet: 19, 20 and 34. RGB value is (25,32,52). Sum of RGB (Red+Green+Blue) = 25+32+52=109 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.94% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 52 (20.70% from 255 or 47.71% from 109); Max value from RGB is 52 - color contains mainly: blue. Hex color #192034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192034 is #E6DFCB. Grayscale: #202020. Windows color (decimal): -15130572 or 3416089. OLE color: 3416089.
HSL color Cylindrical-coordinate representation of color #192034: hue angle of 224.44º 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 #192034 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 32 | 52 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.80 |
| HSL | 224.44º | 0.35% | 0.15% | - |
| HSV(B) | 224.44º | 0.52% | 0.2% | - |
| XYZ | 1.54 | 1.49 | 3.45 | - |
| YUV | 32.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 52 | 0.52 | 0.38 | 0 | 0.80 | 224.44 | 0.35 | 0.15 |
| Hex | 19 | 20 | 34 | 34 | 26 | 0 | 50 | E0 | 23 | F |
| Octal | 31 | 40 | 64 | 64 | 46 | 0 | 120 | 340 | 43 | 17 |
| Binary | 11001 | 100000 | 110100 | 110100 | 100110 | 0 | 1010000 | 11100000 | 100011 | 1111 |
Color Harmonies of #192034
Complementary color
Monochromatic Colors of #192034
Black with #192034
Text Example
Text Example
White with #192034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192034; }
p { color: rgb(25,32,52); }
H1.HeaderClassName
{
color: #192034;
}
.AnyTagClassName
{
color: #192034;
}
</style>
background-color css
<style>
a { background-color: #192034; }
a { background-color: rgb(25,32,52); }
div.DivClassName
{
background-color: #192034;
}
.BgClassName
{
background-color: #192034;
}
</style>
border-color css
<style>
span { border-color: #192034; }
span { border-color: rgb(25,32,52); }
td.TdClassName
{
border-color: #192034;
}
.TagClassName
{
border-color: #192034;
}
</style>