Shades of Midnight Express #161C4D
Tints of Midnight Express #161C4D
RGB
CMYK
RGB Variations
Color information
#161C4D (or 0x161C4D) is known color: Midnight Express. HEX triplet: 16, 1C and 4D. RGB value is (22,28,77). Sum of RGB (Red+Green+Blue) = 22+28+77=127 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.32% from 127); Green value is 28 (11.33% from 255 or 22.05% from 127); Blue value is 77 (30.47% from 255 or 60.63% from 127); Max value from RGB is 77 - color contains mainly: blue. Hex color #161C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161C4D is #E9E3B2. Grayscale: #1F1F1F. Windows color (decimal): -15328179 or 5053462. OLE color: 5053462.
HSL color Cylindrical-coordinate representation of color #161C4D: hue angle of 233.45º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #161C4D is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 28 | 77 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.70 |
| HSL | 233.45º | 0.56% | 0.19% | - |
| HSV(B) | 233.45º | 0.71% | 0.3% | - |
| XYZ | 2.09 | 1.54 | 7.21 | - |
| YUV | 31.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 77 | 0.71 | 0.64 | 0 | 0.70 | 233.45 | 0.56 | 0.19 |
| Hex | 16 | 1C | 4D | 47 | 40 | 0 | 46 | E9 | 38 | 13 |
| Octal | 26 | 34 | 115 | 107 | 100 | 0 | 106 | 351 | 70 | 23 |
| Binary | 10110 | 11100 | 1001101 | 1000111 | 1000000 | 0 | 1000110 | 11101001 | 111000 | 10011 |
Color Harmonies of #161C4D
Complementary color
Monochromatic Colors of #161C4D
Black with #161C4D
Text Example
Text Example
White with #161C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161C4D; }
p { color: rgb(22,28,77); }
H1.HeaderClassName
{
color: #161C4D;
}
.AnyTagClassName
{
color: #161C4D;
}
</style>
background-color css
<style>
a { background-color: #161C4D; }
a { background-color: rgb(22,28,77); }
div.DivClassName
{
background-color: #161C4D;
}
.BgClassName
{
background-color: #161C4D;
}
</style>
border-color css
<style>
span { border-color: #161C4D; }
span { border-color: rgb(22,28,77); }
td.TdClassName
{
border-color: #161C4D;
}
.TagClassName
{
border-color: #161C4D;
}
</style>