Shades of Midnight Express #161D40
Tints of Midnight Express #161D40
RGB
CMYK
RGB Variations
Color information
#161D40 (or 0x161D40) is known color: Midnight Express. HEX triplet: 16, 1D and 40. RGB value is (22,29,64). Sum of RGB (Red+Green+Blue) = 22+29+64=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 64 (25.39% from 255 or 55.65% from 115); Max value from RGB is 64 - color contains mainly: blue. Hex color #161D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161D40 is #E9E2BF. Grayscale: #1E1E1E. Windows color (decimal): -15327936 or 4201750. OLE color: 4201750.
HSL color Cylindrical-coordinate representation of color #161D40: hue angle of 230º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #161D40 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 29 | 64 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.75 |
| HSL | 230º | 0.49% | 0.17% | - |
| HSV(B) | 230º | 0.66% | 0.25% | - |
| XYZ | 1.7 | 1.42 | 5.04 | - |
| YUV | 30.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 29 | 64 | 0.66 | 0.55 | 0 | 0.75 | 230 | 0.49 | 0.17 |
| Hex | 16 | 1D | 40 | 42 | 37 | 0 | 4B | E6 | 31 | 11 |
| Octal | 26 | 35 | 100 | 102 | 67 | 0 | 113 | 346 | 61 | 21 |
| Binary | 10110 | 11101 | 1000000 | 1000010 | 110111 | 0 | 1001011 | 11100110 | 110001 | 10001 |
Color Harmonies of #161D40
Complementary color
Monochromatic Colors of #161D40
Black with #161D40
Text Example
Text Example
White with #161D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161D40; }
p { color: rgb(22,29,64); }
H1.HeaderClassName
{
color: #161D40;
}
.AnyTagClassName
{
color: #161D40;
}
</style>
background-color css
<style>
a { background-color: #161D40; }
a { background-color: rgb(22,29,64); }
div.DivClassName
{
background-color: #161D40;
}
.BgClassName
{
background-color: #161D40;
}
</style>
border-color css
<style>
span { border-color: #161D40; }
span { border-color: rgb(22,29,64); }
td.TdClassName
{
border-color: #161D40;
}
.TagClassName
{
border-color: #161D40;
}
</style>