Shades of Midnight Express #161D4A
Tints of Midnight Express #161D4A
RGB
CMYK
RGB Variations
Color information
#161D4A (or 0x161D4A) is known color: Midnight Express. HEX triplet: 16, 1D and 4A. RGB value is (22,29,74). Sum of RGB (Red+Green+Blue) = 22+29+74=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 29 (11.72% from 255 or 23.2% from 125); Blue value is 74 (29.30% from 255 or 59.2% from 125); Max value from RGB is 74 - color contains mainly: blue. Hex color #161D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161D4A is #E9E2B5. Grayscale: #1F1F1F. Windows color (decimal): -15327926 or 4857110. OLE color: 4857110.
HSL color Cylindrical-coordinate representation of color #161D4A: hue angle of 231.92º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #161D4A is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 29 | 74 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.71 |
| HSL | 231.92º | 0.54% | 0.19% | - |
| HSV(B) | 231.92º | 0.7% | 0.29% | - |
| XYZ | 2.01 | 1.54 | 6.67 | - |
| YUV | 32.04 | 151.68 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 29 | 74 | 0.70 | 0.61 | 0 | 0.71 | 231.92 | 0.54 | 0.19 |
| Hex | 16 | 1D | 4A | 46 | 3D | 0 | 47 | E8 | 36 | 13 |
| Octal | 26 | 35 | 112 | 106 | 75 | 0 | 107 | 350 | 66 | 23 |
| Binary | 10110 | 11101 | 1001010 | 1000110 | 111101 | 0 | 1000111 | 11101000 | 110110 | 10011 |
Color Harmonies of #161D4A
Complementary color
Monochromatic Colors of #161D4A
Black with #161D4A
Text Example
Text Example
White with #161D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161D4A; }
p { color: rgb(22,29,74); }
H1.HeaderClassName
{
color: #161D4A;
}
.AnyTagClassName
{
color: #161D4A;
}
</style>
background-color css
<style>
a { background-color: #161D4A; }
a { background-color: rgb(22,29,74); }
div.DivClassName
{
background-color: #161D4A;
}
.BgClassName
{
background-color: #161D4A;
}
</style>
border-color css
<style>
span { border-color: #161D4A; }
span { border-color: rgb(22,29,74); }
td.TdClassName
{
border-color: #161D4A;
}
.TagClassName
{
border-color: #161D4A;
}
</style>