Shades of Midnight Express #161946
Tints of Midnight Express #161946
RGB
CMYK
RGB Variations
Color information
#161946 (or 0x161946) is known color: Midnight Express. HEX triplet: 16, 19 and 46. RGB value is (22,25,70). Sum of RGB (Red+Green+Blue) = 22+25+70=117 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.80% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 70 (27.73% from 255 or 59.83% from 117); Max value from RGB is 70 - color contains mainly: blue. Hex color #161946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161946 is #E9E6B9. Grayscale: #1D1D1D. Windows color (decimal): -15328954 or 4593942. OLE color: 4593942.
HSL color Cylindrical-coordinate representation of color #161946: hue angle of 236.25º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #161946 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 22 | 25 | 70 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.73 |
| HSL | 236.25º | 0.52% | 0.18% | - |
| HSV(B) | 236.25º | 0.69% | 0.27% | - |
| XYZ | 1.78 | 1.31 | 5.95 | - |
| YUV | 29.23 | 151.01 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 25 | 70 | 0.69 | 0.64 | 0 | 0.73 | 236.25 | 0.52 | 0.18 |
| Hex | 16 | 19 | 46 | 45 | 40 | 0 | 49 | EC | 34 | 12 |
| Octal | 26 | 31 | 106 | 105 | 100 | 0 | 111 | 354 | 64 | 22 |
| Binary | 10110 | 11001 | 1000110 | 1000101 | 1000000 | 0 | 1001001 | 11101100 | 110100 | 10010 |
Color Harmonies of #161946
Complementary color
Monochromatic Colors of #161946
Black with #161946
Text Example
Text Example
White with #161946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161946; }
p { color: rgb(22,25,70); }
H1.HeaderClassName
{
color: #161946;
}
.AnyTagClassName
{
color: #161946;
}
</style>
background-color css
<style>
a { background-color: #161946; }
a { background-color: rgb(22,25,70); }
div.DivClassName
{
background-color: #161946;
}
.BgClassName
{
background-color: #161946;
}
</style>
border-color css
<style>
span { border-color: #161946; }
span { border-color: rgb(22,25,70); }
td.TdClassName
{
border-color: #161946;
}
.TagClassName
{
border-color: #161946;
}
</style>