Shades of Midnight Express #161942
Tints of Midnight Express #161942
RGB
CMYK
RGB Variations
Color information
#161942 (or 0x161942) is known color: Midnight Express. HEX triplet: 16, 19 and 42. RGB value is (22,25,66). Sum of RGB (Red+Green+Blue) = 22+25+66=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 66 (26.17% from 255 or 58.41% from 113); Max value from RGB is 66 - color contains mainly: blue. Hex color #161942 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161942 is #E9E6BD. Grayscale: #1C1C1C. Windows color (decimal): -15328958 or 4331798. OLE color: 4331798.
HSL color Cylindrical-coordinate representation of color #161942: hue angle of 235.91º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #161942 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 22 | 25 | 66 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.74 |
| HSL | 235.91º | 0.5% | 0.17% | - |
| HSV(B) | 235.91º | 0.67% | 0.26% | - |
| XYZ | 1.66 | 1.26 | 5.31 | - |
| YUV | 28.78 | 149.01 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 25 | 66 | 0.67 | 0.62 | 0 | 0.74 | 235.91 | 0.5 | 0.17 |
| Hex | 16 | 19 | 42 | 43 | 3E | 0 | 4A | EC | 32 | 11 |
| Octal | 26 | 31 | 102 | 103 | 76 | 0 | 112 | 354 | 62 | 21 |
| Binary | 10110 | 11001 | 1000010 | 1000011 | 111110 | 0 | 1001010 | 11101100 | 110010 | 10001 |
Color Harmonies of #161942
Complementary color
Monochromatic Colors of #161942
Black with #161942
Text Example
Text Example
White with #161942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161942; }
p { color: rgb(22,25,66); }
H1.HeaderClassName
{
color: #161942;
}
.AnyTagClassName
{
color: #161942;
}
</style>
background-color css
<style>
a { background-color: #161942; }
a { background-color: rgb(22,25,66); }
div.DivClassName
{
background-color: #161942;
}
.BgClassName
{
background-color: #161942;
}
</style>
border-color css
<style>
span { border-color: #161942; }
span { border-color: rgb(22,25,66); }
td.TdClassName
{
border-color: #161942;
}
.TagClassName
{
border-color: #161942;
}
</style>