Shades of Midnight Express #161B40
Tints of Midnight Express #161B40
RGB
CMYK
RGB Variations
Color information
#161B40 (or 0x161B40) is known color: Midnight Express. HEX triplet: 16, 1B and 40. RGB value is (22,27,64). Sum of RGB (Red+Green+Blue) = 22+27+64=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 64 (25.39% from 255 or 56.64% from 113); Max value from RGB is 64 - color contains mainly: blue. Hex color #161B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161B40 is #E9E4BF. Grayscale: #1D1D1D. Windows color (decimal): -15328448 or 4201238. OLE color: 4201238.
HSL color Cylindrical-coordinate representation of color #161B40: hue angle of 232.86º 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 #161B40 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 27 | 64 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.75 |
| HSL | 232.86º | 0.49% | 0.17% | - |
| HSV(B) | 232.86º | 0.66% | 0.25% | - |
| XYZ | 1.65 | 1.32 | 5.02 | - |
| YUV | 29.72 | 147.34 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 27 | 64 | 0.66 | 0.58 | 0 | 0.75 | 232.86 | 0.49 | 0.17 |
| Hex | 16 | 1B | 40 | 42 | 3A | 0 | 4B | E9 | 31 | 11 |
| Octal | 26 | 33 | 100 | 102 | 72 | 0 | 113 | 351 | 61 | 21 |
| Binary | 10110 | 11011 | 1000000 | 1000010 | 111010 | 0 | 1001011 | 11101001 | 110001 | 10001 |
Color Harmonies of #161B40
Complementary color
Monochromatic Colors of #161B40
Black with #161B40
Text Example
Text Example
White with #161B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161B40; }
p { color: rgb(22,27,64); }
H1.HeaderClassName
{
color: #161B40;
}
.AnyTagClassName
{
color: #161B40;
}
</style>
background-color css
<style>
a { background-color: #161B40; }
a { background-color: rgb(22,27,64); }
div.DivClassName
{
background-color: #161B40;
}
.BgClassName
{
background-color: #161B40;
}
</style>
border-color css
<style>
span { border-color: #161B40; }
span { border-color: rgb(22,27,64); }
td.TdClassName
{
border-color: #161B40;
}
.TagClassName
{
border-color: #161B40;
}
</style>