Shades of Midnight #162A49
Tints of Midnight #162A49
RGB
CMYK
RGB Variations
Color information
#162A49 (or 0x162A49) is known color: Midnight. HEX triplet: 16, 2A and 49. RGB value is (22,42,73). Sum of RGB (Red+Green+Blue) = 22+42+73=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 73 (28.91% from 255 or 53.28% from 137); Max value from RGB is 73 - color contains mainly: blue. Hex color #162A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162A49 is #E9D5B6. Grayscale: #272727. Windows color (decimal): -15324599 or 4794902. OLE color: 4794902.
HSL color Cylindrical-coordinate representation of color #162A49: hue angle of 216.47º 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 #162A49 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 42 | 73 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.71 |
| HSL | 216.47º | 0.54% | 0.19% | - |
| HSV(B) | 216.47º | 0.7% | 0.29% | - |
| XYZ | 2.36 | 2.31 | 6.62 | - |
| YUV | 39.55 | 146.87 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 42 | 73 | 0.70 | 0.42 | 0 | 0.71 | 216.47 | 0.54 | 0.19 |
| Hex | 16 | 2A | 49 | 46 | 2A | 0 | 47 | D8 | 36 | 13 |
| Octal | 26 | 52 | 111 | 106 | 52 | 0 | 107 | 330 | 66 | 23 |
| Binary | 10110 | 101010 | 1001001 | 1000110 | 101010 | 0 | 1000111 | 11011000 | 110110 | 10011 |
Color Harmonies of #162A49
Complementary color
Monochromatic Colors of #162A49
Black with #162A49
Text Example
Text Example
White with #162A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162A49; }
p { color: rgb(22,42,73); }
H1.HeaderClassName
{
color: #162A49;
}
.AnyTagClassName
{
color: #162A49;
}
</style>
background-color css
<style>
a { background-color: #162A49; }
a { background-color: rgb(22,42,73); }
div.DivClassName
{
background-color: #162A49;
}
.BgClassName
{
background-color: #162A49;
}
</style>
border-color css
<style>
span { border-color: #162A49; }
span { border-color: rgb(22,42,73); }
td.TdClassName
{
border-color: #162A49;
}
.TagClassName
{
border-color: #162A49;
}
</style>