Shades of Midnight Express #191E34
Tints of Midnight Express #191E34
RGB
CMYK
RGB Variations
Color information
#191E34 (or 0x191E34) is known color: Midnight Express. HEX triplet: 19, 1E and 34. RGB value is (25,30,52). Sum of RGB (Red+Green+Blue) = 25+30+52=107 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.36% from 107); Green value is 30 (12.11% from 255 or 28.04% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: blue. Hex color #191E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191E34 is #E6E1CB. Grayscale: #1E1E1E. Windows color (decimal): -15131084 or 3415577. OLE color: 3415577.
HSL color Cylindrical-coordinate representation of color #191E34: hue angle of 228.89º 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 #191E34 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 30 | 52 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.80 |
| HSL | 228.89º | 0.35% | 0.15% | - |
| HSV(B) | 228.89º | 0.52% | 0.2% | - |
| XYZ | 1.49 | 1.38 | 3.44 | - |
| YUV | 31.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 52 | 0.52 | 0.42 | 0 | 0.80 | 228.89 | 0.35 | 0.15 |
| Hex | 19 | 1E | 34 | 34 | 2A | 0 | 50 | E5 | 23 | F |
| Octal | 31 | 36 | 64 | 64 | 52 | 0 | 120 | 345 | 43 | 17 |
| Binary | 11001 | 11110 | 110100 | 110100 | 101010 | 0 | 1010000 | 11100101 | 100011 | 1111 |
Color Harmonies of #191E34
Complementary color
Monochromatic Colors of #191E34
Black with #191E34
Text Example
Text Example
White with #191E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191E34; }
p { color: rgb(25,30,52); }
H1.HeaderClassName
{
color: #191E34;
}
.AnyTagClassName
{
color: #191E34;
}
</style>
background-color css
<style>
a { background-color: #191E34; }
a { background-color: rgb(25,30,52); }
div.DivClassName
{
background-color: #191E34;
}
.BgClassName
{
background-color: #191E34;
}
</style>
border-color css
<style>
span { border-color: #191E34; }
span { border-color: rgb(25,30,52); }
td.TdClassName
{
border-color: #191E34;
}
.TagClassName
{
border-color: #191E34;
}
</style>