Shades of Midnight #162F4E
Tints of Midnight #162F4E
RGB
CMYK
RGB Variations
Color information
#162F4E (or 0x162F4E) is known color: Midnight. HEX triplet: 16, 2F and 4E. RGB value is (22,47,78). Sum of RGB (Red+Green+Blue) = 22+47+78=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 78 (30.86% from 255 or 53.06% from 147); Max value from RGB is 78 - color contains mainly: blue. Hex color #162F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162F4E is #E9D0B1. Grayscale: #2A2A2A. Windows color (decimal): -15323314 or 5123862. OLE color: 5123862.
HSL color Cylindrical-coordinate representation of color #162F4E: hue angle of 213.21º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #162F4E is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 47 | 78 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.69 |
| HSL | 213.21º | 0.56% | 0.2% | - |
| HSV(B) | 213.21º | 0.72% | 0.31% | - |
| XYZ | 2.72 | 2.75 | 7.6 | - |
| YUV | 43.06 | 147.72 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 47 | 78 | 0.72 | 0.40 | 0 | 0.69 | 213.21 | 0.56 | 0.2 |
| Hex | 16 | 2F | 4E | 48 | 28 | 0 | 45 | D5 | 38 | 14 |
| Octal | 26 | 57 | 116 | 110 | 50 | 0 | 105 | 325 | 70 | 24 |
| Binary | 10110 | 101111 | 1001110 | 1001000 | 101000 | 0 | 1000101 | 11010101 | 111000 | 10100 |
Color Harmonies of #162F4E
Complementary color
Monochromatic Colors of #162F4E
Black with #162F4E
Text Example
Text Example
White with #162F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162F4E; }
p { color: rgb(22,47,78); }
H1.HeaderClassName
{
color: #162F4E;
}
.AnyTagClassName
{
color: #162F4E;
}
</style>
background-color css
<style>
a { background-color: #162F4E; }
a { background-color: rgb(22,47,78); }
div.DivClassName
{
background-color: #162F4E;
}
.BgClassName
{
background-color: #162F4E;
}
</style>
border-color css
<style>
span { border-color: #162F4E; }
span { border-color: rgb(22,47,78); }
td.TdClassName
{
border-color: #162F4E;
}
.TagClassName
{
border-color: #162F4E;
}
</style>