Shades of Midnight Express #161D48
Tints of Midnight Express #161D48
RGB
CMYK
RGB Variations
Color information
#161D48 (or 0x161D48) is known color: Midnight Express. HEX triplet: 16, 1D and 48. RGB value is (22,29,72). Sum of RGB (Red+Green+Blue) = 22+29+72=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #161D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161D48 is #E9E2B7. Grayscale: #1F1F1F. Windows color (decimal): -15327928 or 4726038. OLE color: 4726038.
HSL color Cylindrical-coordinate representation of color #161D48: hue angle of 231.6º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #161D48 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 29 | 72 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.72 |
| HSL | 231.6º | 0.53% | 0.18% | - |
| HSV(B) | 231.6º | 0.69% | 0.28% | - |
| XYZ | 1.94 | 1.52 | 6.32 | - |
| YUV | 31.81 | 150.68 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 29 | 72 | 0.69 | 0.60 | 0 | 0.72 | 231.6 | 0.53 | 0.18 |
| Hex | 16 | 1D | 48 | 45 | 3C | 0 | 48 | E8 | 35 | 12 |
| Octal | 26 | 35 | 110 | 105 | 74 | 0 | 110 | 350 | 65 | 22 |
| Binary | 10110 | 11101 | 1001000 | 1000101 | 111100 | 0 | 1001000 | 11101000 | 110101 | 10010 |
Color Harmonies of #161D48
Complementary color
Monochromatic Colors of #161D48
Black with #161D48
Text Example
Text Example
White with #161D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161D48; }
p { color: rgb(22,29,72); }
H1.HeaderClassName
{
color: #161D48;
}
.AnyTagClassName
{
color: #161D48;
}
</style>
background-color css
<style>
a { background-color: #161D48; }
a { background-color: rgb(22,29,72); }
div.DivClassName
{
background-color: #161D48;
}
.BgClassName
{
background-color: #161D48;
}
</style>
border-color css
<style>
span { border-color: #161D48; }
span { border-color: rgb(22,29,72); }
td.TdClassName
{
border-color: #161D48;
}
.TagClassName
{
border-color: #161D48;
}
</style>