Shades of Midnight Blue #162082
Tints of Midnight Blue #162082
RGB
CMYK
RGB Variations
Color information
#162082 (or 0x162082) is known color: Midnight Blue. HEX triplet: 16, 20 and 82. RGB value is (22,32,130). Sum of RGB (Red+Green+Blue) = 22+32+130=184 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.96% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 130 (51.17% from 255 or 70.65% from 184); Max value from RGB is 130 - color contains mainly: blue. Hex color #162082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162082 is #E9DF7D. Grayscale: #272727. Windows color (decimal): -15327102 or 8527894. OLE color: 8527894.
HSL color Cylindrical-coordinate representation of color #162082: hue angle of 234.44º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #162082 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 32 | 130 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.49 |
| HSL | 234.44º | 0.71% | 0.3% | - |
| HSV(B) | 234.44º | 0.83% | 0.51% | - |
| XYZ | 4.88 | 2.82 | 21.41 | - |
| YUV | 40.18 | 178.69 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 32 | 130 | 0.83 | 0.75 | 0 | 0.49 | 234.44 | 0.71 | 0.3 |
| Hex | 16 | 20 | 82 | 53 | 4B | 0 | 31 | EA | 47 | 1E |
| Octal | 26 | 40 | 202 | 123 | 113 | 0 | 61 | 352 | 107 | 36 |
| Binary | 10110 | 100000 | 10000010 | 1010011 | 1001011 | 0 | 110001 | 11101010 | 1000111 | 11110 |
Color Harmonies of #162082
Complementary color
Monochromatic Colors of #162082
Black with #162082
Text Example
Text Example
White with #162082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162082; }
p { color: rgb(22,32,130); }
H1.HeaderClassName
{
color: #162082;
}
.AnyTagClassName
{
color: #162082;
}
</style>
background-color css
<style>
a { background-color: #162082; }
a { background-color: rgb(22,32,130); }
div.DivClassName
{
background-color: #162082;
}
.BgClassName
{
background-color: #162082;
}
</style>
border-color css
<style>
span { border-color: #162082; }
span { border-color: rgb(22,32,130); }
td.TdClassName
{
border-color: #162082;
}
.TagClassName
{
border-color: #162082;
}
</style>