Shades of Midnight #162E49
Tints of Midnight #162E49
RGB
CMYK
RGB Variations
Color information
#162E49 (or 0x162E49) is known color: Midnight. HEX triplet: 16, 2E and 49. RGB value is (22,46,73). Sum of RGB (Red+Green+Blue) = 22+46+73=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 73 (28.91% from 255 or 51.77% from 141); Max value from RGB is 73 - color contains mainly: blue. Hex color #162E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162E49 is #E9D1B6. Grayscale: #292929. Windows color (decimal): -15323575 or 4795926. OLE color: 4795926.
HSL color Cylindrical-coordinate representation of color #162E49: hue angle of 211.76º 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 #162E49 is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 46 | 73 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.71 |
| HSL | 211.76º | 0.54% | 0.19% | - |
| HSV(B) | 211.76º | 0.7% | 0.29% | - |
| XYZ | 2.51 | 2.61 | 6.67 | - |
| YUV | 41.9 | 145.55 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 46 | 73 | 0.70 | 0.37 | 0 | 0.71 | 211.76 | 0.54 | 0.19 |
| Hex | 16 | 2E | 49 | 46 | 25 | 0 | 47 | D4 | 36 | 13 |
| Octal | 26 | 56 | 111 | 106 | 45 | 0 | 107 | 324 | 66 | 23 |
| Binary | 10110 | 101110 | 1001001 | 1000110 | 100101 | 0 | 1000111 | 11010100 | 110110 | 10011 |
Color Harmonies of #162E49
Complementary color
Monochromatic Colors of #162E49
Black with #162E49
Text Example
Text Example
White with #162E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162E49; }
p { color: rgb(22,46,73); }
H1.HeaderClassName
{
color: #162E49;
}
.AnyTagClassName
{
color: #162E49;
}
</style>
background-color css
<style>
a { background-color: #162E49; }
a { background-color: rgb(22,46,73); }
div.DivClassName
{
background-color: #162E49;
}
.BgClassName
{
background-color: #162E49;
}
</style>
border-color css
<style>
span { border-color: #162E49; }
span { border-color: rgb(22,46,73); }
td.TdClassName
{
border-color: #162E49;
}
.TagClassName
{
border-color: #162E49;
}
</style>