Shades of Midnight #162E50
Tints of Midnight #162E50
RGB
CMYK
RGB Variations
Color information
#162E50 (or 0x162E50) is known color: Midnight. HEX triplet: 16, 2E and 50. RGB value is (22,46,80). Sum of RGB (Red+Green+Blue) = 22+46+80=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #162E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162E50 is #E9D1AF. Grayscale: #2A2A2A. Windows color (decimal): -15323568 or 5254678. OLE color: 5254678.
HSL color Cylindrical-coordinate representation of color #162E50: hue angle of 215.17º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #162E50 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 46 | 80 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.69 |
| HSL | 215.17º | 0.57% | 0.2% | - |
| HSV(B) | 215.17º | 0.73% | 0.31% | - |
| XYZ | 2.76 | 2.7 | 7.97 | - |
| YUV | 42.7 | 149.05 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 46 | 80 | 0.72 | 0.42 | 0 | 0.69 | 215.17 | 0.57 | 0.2 |
| Hex | 16 | 2E | 50 | 48 | 2A | 0 | 45 | D7 | 39 | 14 |
| Octal | 26 | 56 | 120 | 110 | 52 | 0 | 105 | 327 | 71 | 24 |
| Binary | 10110 | 101110 | 1010000 | 1001000 | 101010 | 0 | 1000101 | 11010111 | 111001 | 10100 |
Color Harmonies of #162E50
Complementary color
Monochromatic Colors of #162E50
Black with #162E50
Text Example
Text Example
White with #162E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162E50; }
p { color: rgb(22,46,80); }
H1.HeaderClassName
{
color: #162E50;
}
.AnyTagClassName
{
color: #162E50;
}
</style>
background-color css
<style>
a { background-color: #162E50; }
a { background-color: rgb(22,46,80); }
div.DivClassName
{
background-color: #162E50;
}
.BgClassName
{
background-color: #162E50;
}
</style>
border-color css
<style>
span { border-color: #162E50; }
span { border-color: rgb(22,46,80); }
td.TdClassName
{
border-color: #162E50;
}
.TagClassName
{
border-color: #162E50;
}
</style>