Shades of Midnight Blue #162984
Tints of Midnight Blue #162984
RGB
CMYK
RGB Variations
Color information
#162984 (or 0x162984) is known color: Midnight Blue. HEX triplet: 16, 29 and 84. RGB value is (22,41,132). Sum of RGB (Red+Green+Blue) = 22+41+132=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 132 (51.95% from 255 or 67.69% from 195); Max value from RGB is 132 - color contains mainly: blue. Hex color #162984 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162984 is #E9D67B. Grayscale: #2D2D2D. Windows color (decimal): -15324796 or 8661270. OLE color: 8661270.
HSL color Cylindrical-coordinate representation of color #162984: hue angle of 229.64º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #162984 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 41 | 132 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.48 |
| HSL | 229.64º | 0.71% | 0.3% | - |
| HSV(B) | 229.64º | 0.83% | 0.52% | - |
| XYZ | 5.29 | 3.42 | 22.21 | - |
| YUV | 45.69 | 176.71 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 132 | 0.83 | 0.69 | 0 | 0.48 | 229.64 | 0.71 | 0.3 |
| Hex | 16 | 29 | 84 | 53 | 45 | 0 | 30 | E6 | 47 | 1E |
| Octal | 26 | 51 | 204 | 123 | 105 | 0 | 60 | 346 | 107 | 36 |
| Binary | 10110 | 101001 | 10000100 | 1010011 | 1000101 | 0 | 110000 | 11100110 | 1000111 | 11110 |
Color Harmonies of #162984
Complementary color
Monochromatic Colors of #162984
Black with #162984
Text Example
Text Example
White with #162984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162984; }
p { color: rgb(22,41,132); }
H1.HeaderClassName
{
color: #162984;
}
.AnyTagClassName
{
color: #162984;
}
</style>
background-color css
<style>
a { background-color: #162984; }
a { background-color: rgb(22,41,132); }
div.DivClassName
{
background-color: #162984;
}
.BgClassName
{
background-color: #162984;
}
</style>
border-color css
<style>
span { border-color: #162984; }
span { border-color: rgb(22,41,132); }
td.TdClassName
{
border-color: #162984;
}
.TagClassName
{
border-color: #162984;
}
</style>