Shades of Midnight Express #161740
Tints of Midnight Express #161740
RGB
CMYK
RGB Variations
Color information
#161740 (or 0x161740) is known color: Midnight Express. HEX triplet: 16, 17 and 40. RGB value is (22,23,64). Sum of RGB (Red+Green+Blue) = 22+23+64=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 64 (25.39% from 255 or 58.72% from 109); Max value from RGB is 64 - color contains mainly: blue. Hex color #161740 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161740 is #E9E8BF. Grayscale: #1B1B1B. Windows color (decimal): -15329472 or 4200214. OLE color: 4200214.
HSL color Cylindrical-coordinate representation of color #161740: hue angle of 238.57º 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 #161740 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 23 | 64 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.75 |
| HSL | 238.57º | 0.49% | 0.17% | - |
| HSV(B) | 238.57º | 0.66% | 0.25% | - |
| XYZ | 1.56 | 1.15 | 4.99 | - |
| YUV | 27.38 | 148.67 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 64 | 0.66 | 0.64 | 0 | 0.75 | 238.57 | 0.49 | 0.17 |
| Hex | 16 | 17 | 40 | 42 | 40 | 0 | 4B | EF | 31 | 11 |
| Octal | 26 | 27 | 100 | 102 | 100 | 0 | 113 | 357 | 61 | 21 |
| Binary | 10110 | 10111 | 1000000 | 1000010 | 1000000 | 0 | 1001011 | 11101111 | 110001 | 10001 |
Color Harmonies of #161740
Complementary color
Monochromatic Colors of #161740
Black with #161740
Text Example
Text Example
White with #161740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161740; }
p { color: rgb(22,23,64); }
H1.HeaderClassName
{
color: #161740;
}
.AnyTagClassName
{
color: #161740;
}
</style>
background-color css
<style>
a { background-color: #161740; }
a { background-color: rgb(22,23,64); }
div.DivClassName
{
background-color: #161740;
}
.BgClassName
{
background-color: #161740;
}
</style>
border-color css
<style>
span { border-color: #161740; }
span { border-color: rgb(22,23,64); }
td.TdClassName
{
border-color: #161740;
}
.TagClassName
{
border-color: #161740;
}
</style>