Shades of Midnight Express #161C38
Tints of Midnight Express #161C38
RGB
CMYK
RGB Variations
Color information
#161C38 (or 0x161C38) is known color: Midnight Express. HEX triplet: 16, 1C and 38. RGB value is (22,28,56). Sum of RGB (Red+Green+Blue) = 22+28+56=106 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.75% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 56 (22.27% from 255 or 52.83% from 106); Max value from RGB is 56 - color contains mainly: blue. Hex color #161C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161C38 is #E9E3C7. Grayscale: #1D1D1D. Windows color (decimal): -15328200 or 3677206. OLE color: 3677206.
HSL color Cylindrical-coordinate representation of color #161C38: hue angle of 229.41º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #161C38 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 28 | 56 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.78 |
| HSL | 229.41º | 0.44% | 0.15% | - |
| HSV(B) | 229.41º | 0.61% | 0.22% | - |
| XYZ | 1.46 | 1.29 | 3.91 | - |
| YUV | 29.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 56 | 0.61 | 0.50 | 0 | 0.78 | 229.41 | 0.44 | 0.15 |
| Hex | 16 | 1C | 38 | 3D | 32 | 0 | 4E | E5 | 2C | F |
| Octal | 26 | 34 | 70 | 75 | 62 | 0 | 116 | 345 | 54 | 17 |
| Binary | 10110 | 11100 | 111000 | 111101 | 110010 | 0 | 1001110 | 11100101 | 101100 | 1111 |
Color Harmonies of #161C38
Complementary color
Monochromatic Colors of #161C38
Black with #161C38
Text Example
Text Example
White with #161C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161C38; }
p { color: rgb(22,28,56); }
H1.HeaderClassName
{
color: #161C38;
}
.AnyTagClassName
{
color: #161C38;
}
</style>
background-color css
<style>
a { background-color: #161C38; }
a { background-color: rgb(22,28,56); }
div.DivClassName
{
background-color: #161C38;
}
.BgClassName
{
background-color: #161C38;
}
</style>
border-color css
<style>
span { border-color: #161C38; }
span { border-color: rgb(22,28,56); }
td.TdClassName
{
border-color: #161C38;
}
.TagClassName
{
border-color: #161C38;
}
</style>