Shades of Midnight Express #161C37
Tints of Midnight Express #161C37
RGB
CMYK
RGB Variations
Color information
#161C37 (or 0x161C37) is known color: Midnight Express. HEX triplet: 16, 1C and 37. RGB value is (22,28,55). Sum of RGB (Red+Green+Blue) = 22+28+55=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 28 (11.33% from 255 or 26.67% from 105); Blue value is 55 (21.88% from 255 or 52.38% from 105); Max value from RGB is 55 - color contains mainly: blue. Hex color #161C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161C37 is #E9E3C8. Grayscale: #1D1D1D. Windows color (decimal): -15328201 or 3611670. OLE color: 3611670.
HSL color Cylindrical-coordinate representation of color #161C37: hue angle of 229.09º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #161C37 is Cyan = 0.6, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 28 | 55 | - |
| CMYK | 0.6 | 0.49 | 0 | 0.78 |
| HSL | 229.09º | 0.43% | 0.15% | - |
| HSV(B) | 229.09º | 0.6% | 0.22% | - |
| XYZ | 1.44 | 1.28 | 3.79 | - |
| YUV | 29.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 55 | 0.6 | 0.49 | 0 | 0.78 | 229.09 | 0.43 | 0.15 |
| Hex | 16 | 1C | 37 | 3C | 31 | 0 | 4E | E5 | 2B | F |
| Octal | 26 | 34 | 67 | 74 | 61 | 0 | 116 | 345 | 53 | 17 |
| Binary | 10110 | 11100 | 110111 | 111100 | 110001 | 0 | 1001110 | 11100101 | 101011 | 1111 |
Color Harmonies of #161C37
Complementary color
Monochromatic Colors of #161C37
Black with #161C37
Text Example
Text Example
White with #161C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161C37; }
p { color: rgb(22,28,55); }
H1.HeaderClassName
{
color: #161C37;
}
.AnyTagClassName
{
color: #161C37;
}
</style>
background-color css
<style>
a { background-color: #161C37; }
a { background-color: rgb(22,28,55); }
div.DivClassName
{
background-color: #161C37;
}
.BgClassName
{
background-color: #161C37;
}
</style>
border-color css
<style>
span { border-color: #161C37; }
span { border-color: rgb(22,28,55); }
td.TdClassName
{
border-color: #161C37;
}
.TagClassName
{
border-color: #161C37;
}
</style>