Shades of Midnight Express #161944
Tints of Midnight Express #161944
RGB
CMYK
RGB Variations
Color information
#161944 (or 0x161944) is known color: Midnight Express. HEX triplet: 16, 19 and 44. RGB value is (22,25,68). Sum of RGB (Red+Green+Blue) = 22+25+68=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 68 (26.95% from 255 or 59.13% from 115); Max value from RGB is 68 - color contains mainly: blue. Hex color #161944 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161944 is #E9E6BB. Grayscale: #1C1C1C. Windows color (decimal): -15328956 or 4462870. OLE color: 4462870.
HSL color Cylindrical-coordinate representation of color #161944: hue angle of 236.09º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #161944 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 22 | 25 | 68 | - |
| CMYK | 0.68 | 0.63 | 0 | 0.73 |
| HSL | 236.09º | 0.51% | 0.18% | - |
| HSV(B) | 236.09º | 0.68% | 0.27% | - |
| XYZ | 1.72 | 1.28 | 5.63 | - |
| YUV | 29.01 | 150.01 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 25 | 68 | 0.68 | 0.63 | 0 | 0.73 | 236.09 | 0.51 | 0.18 |
| Hex | 16 | 19 | 44 | 44 | 3F | 0 | 49 | EC | 33 | 12 |
| Octal | 26 | 31 | 104 | 104 | 77 | 0 | 111 | 354 | 63 | 22 |
| Binary | 10110 | 11001 | 1000100 | 1000100 | 111111 | 0 | 1001001 | 11101100 | 110011 | 10010 |
Color Harmonies of #161944
Complementary color
Monochromatic Colors of #161944
Black with #161944
Text Example
Text Example
White with #161944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161944; }
p { color: rgb(22,25,68); }
H1.HeaderClassName
{
color: #161944;
}
.AnyTagClassName
{
color: #161944;
}
</style>
background-color css
<style>
a { background-color: #161944; }
a { background-color: rgb(22,25,68); }
div.DivClassName
{
background-color: #161944;
}
.BgClassName
{
background-color: #161944;
}
</style>
border-color css
<style>
span { border-color: #161944; }
span { border-color: rgb(22,25,68); }
td.TdClassName
{
border-color: #161944;
}
.TagClassName
{
border-color: #161944;
}
</style>