Shades of Midnight Express #161E34
Tints of Midnight Express #161E34
RGB
CMYK
RGB Variations
Color information
#161E34 (or 0x161E34) is known color: Midnight Express. HEX triplet: 16, 1E and 34. RGB value is (22,30,52). Sum of RGB (Red+Green+Blue) = 22+30+52=104 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.15% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: blue. Hex color #161E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161E34 is #E9E1CB. Grayscale: #1E1E1E. Windows color (decimal): -15327692 or 3415574. OLE color: 3415574.
HSL color Cylindrical-coordinate representation of color #161E34: hue angle of 224º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #161E34 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 30 | 52 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.80 |
| HSL | 224º | 0.41% | 0.15% | - |
| HSV(B) | 224º | 0.58% | 0.2% | - |
| XYZ | 1.41 | 1.35 | 3.43 | - |
| YUV | 30.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 30 | 52 | 0.58 | 0.42 | 0 | 0.80 | 224 | 0.41 | 0.15 |
| Hex | 16 | 1E | 34 | 3A | 2A | 0 | 50 | E0 | 29 | F |
| Octal | 26 | 36 | 64 | 72 | 52 | 0 | 120 | 340 | 51 | 17 |
| Binary | 10110 | 11110 | 110100 | 111010 | 101010 | 0 | 1010000 | 11100000 | 101001 | 1111 |
Color Harmonies of #161E34
Complementary color
Monochromatic Colors of #161E34
Black with #161E34
Text Example
Text Example
White with #161E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161E34; }
p { color: rgb(22,30,52); }
H1.HeaderClassName
{
color: #161E34;
}
.AnyTagClassName
{
color: #161E34;
}
</style>
background-color css
<style>
a { background-color: #161E34; }
a { background-color: rgb(22,30,52); }
div.DivClassName
{
background-color: #161E34;
}
.BgClassName
{
background-color: #161E34;
}
</style>
border-color css
<style>
span { border-color: #161E34; }
span { border-color: rgb(22,30,52); }
td.TdClassName
{
border-color: #161E34;
}
.TagClassName
{
border-color: #161E34;
}
</style>