Shades of Midnight Express #161B4D
Tints of Midnight Express #161B4D
RGB
CMYK
RGB Variations
Color information
#161B4D (or 0x161B4D) is known color: Midnight Express. HEX triplet: 16, 1B and 4D. RGB value is (22,27,77). Sum of RGB (Red+Green+Blue) = 22+27+77=126 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.46% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #161B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161B4D is #E9E4B2. Grayscale: #1F1F1F. Windows color (decimal): -15328435 or 5053206. OLE color: 5053206.
HSL color Cylindrical-coordinate representation of color #161B4D: hue angle of 234.55º 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 #161B4D is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 27 | 77 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.70 |
| HSL | 234.55º | 0.56% | 0.19% | - |
| HSV(B) | 234.55º | 0.71% | 0.3% | - |
| XYZ | 2.06 | 1.49 | 7.2 | - |
| YUV | 31.21 | 153.84 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 27 | 77 | 0.71 | 0.65 | 0 | 0.70 | 234.55 | 0.56 | 0.19 |
| Hex | 16 | 1B | 4D | 47 | 41 | 0 | 46 | EB | 38 | 13 |
| Octal | 26 | 33 | 115 | 107 | 101 | 0 | 106 | 353 | 70 | 23 |
| Binary | 10110 | 11011 | 1001101 | 1000111 | 1000001 | 0 | 1000110 | 11101011 | 111000 | 10011 |
Color Harmonies of #161B4D
Complementary color
Monochromatic Colors of #161B4D
Black with #161B4D
Text Example
Text Example
White with #161B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161B4D; }
p { color: rgb(22,27,77); }
H1.HeaderClassName
{
color: #161B4D;
}
.AnyTagClassName
{
color: #161B4D;
}
</style>
background-color css
<style>
a { background-color: #161B4D; }
a { background-color: rgb(22,27,77); }
div.DivClassName
{
background-color: #161B4D;
}
.BgClassName
{
background-color: #161B4D;
}
</style>
border-color css
<style>
span { border-color: #161B4D; }
span { border-color: rgb(22,27,77); }
td.TdClassName
{
border-color: #161B4D;
}
.TagClassName
{
border-color: #161B4D;
}
</style>