Shades of Midnight #162F50
Tints of Midnight #162F50
RGB
CMYK
RGB Variations
Color information
#162F50 (or 0x162F50) is known color: Midnight. HEX triplet: 16, 2F and 50. RGB value is (22,47,80). Sum of RGB (Red+Green+Blue) = 22+47+80=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #162F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162F50 is #E9D0AF. Grayscale: #2B2B2B. Windows color (decimal): -15323312 or 5254934. OLE color: 5254934.
HSL color Cylindrical-coordinate representation of color #162F50: hue angle of 214.14º 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 #162F50 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 47 | 80 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.69 |
| HSL | 214.14º | 0.57% | 0.2% | - |
| HSV(B) | 214.14º | 0.73% | 0.31% | - |
| XYZ | 2.8 | 2.78 | 7.98 | - |
| YUV | 43.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 47 | 80 | 0.72 | 0.41 | 0 | 0.69 | 214.14 | 0.57 | 0.2 |
| Hex | 16 | 2F | 50 | 48 | 29 | 0 | 45 | D6 | 39 | 14 |
| Octal | 26 | 57 | 120 | 110 | 51 | 0 | 105 | 326 | 71 | 24 |
| Binary | 10110 | 101111 | 1010000 | 1001000 | 101001 | 0 | 1000101 | 11010110 | 111001 | 10100 |
Color Harmonies of #162F50
Complementary color
Monochromatic Colors of #162F50
Black with #162F50
Text Example
Text Example
White with #162F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162F50; }
p { color: rgb(22,47,80); }
H1.HeaderClassName
{
color: #162F50;
}
.AnyTagClassName
{
color: #162F50;
}
</style>
background-color css
<style>
a { background-color: #162F50; }
a { background-color: rgb(22,47,80); }
div.DivClassName
{
background-color: #162F50;
}
.BgClassName
{
background-color: #162F50;
}
</style>
border-color css
<style>
span { border-color: #162F50; }
span { border-color: rgb(22,47,80); }
td.TdClassName
{
border-color: #162F50;
}
.TagClassName
{
border-color: #162F50;
}
</style>