Shades of Midnight Express #161C3D
Tints of Midnight Express #161C3D
RGB
CMYK
RGB Variations
Color information
#161C3D (or 0x161C3D) is known color: Midnight Express. HEX triplet: 16, 1C and 3D. RGB value is (22,28,61). Sum of RGB (Red+Green+Blue) = 22+28+61=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 61 (24.22% from 255 or 54.95% from 111); Max value from RGB is 61 - color contains mainly: blue. Hex color #161C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161C3D is #E9E3C2. Grayscale: #1D1D1D. Windows color (decimal): -15328195 or 4004886. OLE color: 4004886.
HSL color Cylindrical-coordinate representation of color #161C3D: hue angle of 230.77º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #161C3D is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 28 | 61 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.76 |
| HSL | 230.77º | 0.47% | 0.16% | - |
| HSV(B) | 230.77º | 0.64% | 0.24% | - |
| XYZ | 1.59 | 1.34 | 4.59 | - |
| YUV | 29.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 61 | 0.64 | 0.54 | 0 | 0.76 | 230.77 | 0.47 | 0.16 |
| Hex | 16 | 1C | 3D | 40 | 36 | 0 | 4C | E7 | 2F | 10 |
| Octal | 26 | 34 | 75 | 100 | 66 | 0 | 114 | 347 | 57 | 20 |
| Binary | 10110 | 11100 | 111101 | 1000000 | 110110 | 0 | 1001100 | 11100111 | 101111 | 10000 |
Color Harmonies of #161C3D
Complementary color
Monochromatic Colors of #161C3D
Black with #161C3D
Text Example
Text Example
White with #161C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161C3D; }
p { color: rgb(22,28,61); }
H1.HeaderClassName
{
color: #161C3D;
}
.AnyTagClassName
{
color: #161C3D;
}
</style>
background-color css
<style>
a { background-color: #161C3D; }
a { background-color: rgb(22,28,61); }
div.DivClassName
{
background-color: #161C3D;
}
.BgClassName
{
background-color: #161C3D;
}
</style>
border-color css
<style>
span { border-color: #161C3D; }
span { border-color: rgb(22,28,61); }
td.TdClassName
{
border-color: #161C3D;
}
.TagClassName
{
border-color: #161C3D;
}
</style>