Shades of Midnight Express #161E36
Tints of Midnight Express #161E36
RGB
CMYK
RGB Variations
Color information
#161E36 (or 0x161E36) is known color: Midnight Express. HEX triplet: 16, 1E and 36. RGB value is (22,30,54). Sum of RGB (Red+Green+Blue) = 22+30+54=106 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.75% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 54 (21.48% from 255 or 50.94% from 106); Max value from RGB is 54 - color contains mainly: blue. Hex color #161E36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161E36 is #E9E1C9. Grayscale: #1E1E1E. Windows color (decimal): -15327690 or 3546646. OLE color: 3546646.
HSL color Cylindrical-coordinate representation of color #161E36: hue angle of 225º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #161E36 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 22 | 30 | 54 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.79 |
| HSL | 225º | 0.42% | 0.15% | - |
| HSV(B) | 225º | 0.59% | 0.21% | - |
| XYZ | 1.46 | 1.37 | 3.68 | - |
| YUV | 30.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 30 | 54 | 0.59 | 0.44 | 0 | 0.79 | 225 | 0.42 | 0.15 |
| Hex | 16 | 1E | 36 | 3B | 2C | 0 | 4F | E1 | 2A | F |
| Octal | 26 | 36 | 66 | 73 | 54 | 0 | 117 | 341 | 52 | 17 |
| Binary | 10110 | 11110 | 110110 | 111011 | 101100 | 0 | 1001111 | 11100001 | 101010 | 1111 |
Color Harmonies of #161E36
Complementary color
Monochromatic Colors of #161E36
Black with #161E36
Text Example
Text Example
White with #161E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161E36; }
p { color: rgb(22,30,54); }
H1.HeaderClassName
{
color: #161E36;
}
.AnyTagClassName
{
color: #161E36;
}
</style>
background-color css
<style>
a { background-color: #161E36; }
a { background-color: rgb(22,30,54); }
div.DivClassName
{
background-color: #161E36;
}
.BgClassName
{
background-color: #161E36;
}
</style>
border-color css
<style>
span { border-color: #161E36; }
span { border-color: rgb(22,30,54); }
td.TdClassName
{
border-color: #161E36;
}
.TagClassName
{
border-color: #161E36;
}
</style>