Shades of Midnight Express #161938
Tints of Midnight Express #161938
RGB
CMYK
RGB Variations
Color information
#161938 (or 0x161938) is known color: Midnight Express. HEX triplet: 16, 19 and 38. RGB value is (22,25,56). Sum of RGB (Red+Green+Blue) = 22+25+56=103 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.36% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 56 (22.27% from 255 or 54.37% from 103); Max value from RGB is 56 - color contains mainly: blue. Hex color #161938 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161938 is #E9E6C7. Grayscale: #1B1B1B. Windows color (decimal): -15328968 or 3676438. OLE color: 3676438.
HSL color Cylindrical-coordinate representation of color #161938: hue angle of 234.71º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #161938 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 25 | 56 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.78 |
| HSL | 234.71º | 0.44% | 0.15% | - |
| HSV(B) | 234.71º | 0.61% | 0.22% | - |
| XYZ | 1.39 | 1.15 | 3.89 | - |
| YUV | 27.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 25 | 56 | 0.61 | 0.55 | 0 | 0.78 | 234.71 | 0.44 | 0.15 |
| Hex | 16 | 19 | 38 | 3D | 37 | 0 | 4E | EB | 2C | F |
| Octal | 26 | 31 | 70 | 75 | 67 | 0 | 116 | 353 | 54 | 17 |
| Binary | 10110 | 11001 | 111000 | 111101 | 110111 | 0 | 1001110 | 11101011 | 101100 | 1111 |
Color Harmonies of #161938
Complementary color
Monochromatic Colors of #161938
Black with #161938
Text Example
Text Example
White with #161938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161938; }
p { color: rgb(22,25,56); }
H1.HeaderClassName
{
color: #161938;
}
.AnyTagClassName
{
color: #161938;
}
</style>
background-color css
<style>
a { background-color: #161938; }
a { background-color: rgb(22,25,56); }
div.DivClassName
{
background-color: #161938;
}
.BgClassName
{
background-color: #161938;
}
</style>
border-color css
<style>
span { border-color: #161938; }
span { border-color: rgb(22,25,56); }
td.TdClassName
{
border-color: #161938;
}
.TagClassName
{
border-color: #161938;
}
</style>