Shades of Midnight Express #161742
Tints of Midnight Express #161742
RGB
CMYK
RGB Variations
Color information
#161742 (or 0x161742) is known color: Midnight Express. HEX triplet: 16, 17 and 42. RGB value is (22,23,66). Sum of RGB (Red+Green+Blue) = 22+23+66=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 66 (26.17% from 255 or 59.46% from 111); Max value from RGB is 66 - color contains mainly: blue. Hex color #161742 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161742 is #E9E8BD. Grayscale: #1B1B1B. Windows color (decimal): -15329470 or 4331286. OLE color: 4331286.
HSL color Cylindrical-coordinate representation of color #161742: hue angle of 238.64º 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 #161742 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 22 | 23 | 66 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.74 |
| HSL | 238.64º | 0.5% | 0.17% | - |
| HSV(B) | 238.64º | 0.67% | 0.26% | - |
| XYZ | 1.62 | 1.18 | 5.3 | - |
| YUV | 27.6 | 149.67 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 66 | 0.67 | 0.65 | 0 | 0.74 | 238.64 | 0.5 | 0.17 |
| Hex | 16 | 17 | 42 | 43 | 41 | 0 | 4A | EF | 32 | 11 |
| Octal | 26 | 27 | 102 | 103 | 101 | 0 | 112 | 357 | 62 | 21 |
| Binary | 10110 | 10111 | 1000010 | 1000011 | 1000001 | 0 | 1001010 | 11101111 | 110010 | 10001 |
Color Harmonies of #161742
Complementary color
Monochromatic Colors of #161742
Black with #161742
Text Example
Text Example
White with #161742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161742; }
p { color: rgb(22,23,66); }
H1.HeaderClassName
{
color: #161742;
}
.AnyTagClassName
{
color: #161742;
}
</style>
background-color css
<style>
a { background-color: #161742; }
a { background-color: rgb(22,23,66); }
div.DivClassName
{
background-color: #161742;
}
.BgClassName
{
background-color: #161742;
}
</style>
border-color css
<style>
span { border-color: #161742; }
span { border-color: rgb(22,23,66); }
td.TdClassName
{
border-color: #161742;
}
.TagClassName
{
border-color: #161742;
}
</style>