Shades of Midnight Blue #162284
Tints of Midnight Blue #162284
RGB
CMYK
RGB Variations
Color information
#162284 (or 0x162284) is known color: Midnight Blue. HEX triplet: 16, 22 and 84. RGB value is (22,34,132). Sum of RGB (Red+Green+Blue) = 22+34+132=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 132 (51.95% from 255 or 70.21% from 188); Max value from RGB is 132 - color contains mainly: blue. Hex color #162284 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162284 is #E9DD7B. Grayscale: #292929. Windows color (decimal): -15326588 or 8659478. OLE color: 8659478.
HSL color Cylindrical-coordinate representation of color #162284: hue angle of 233.45º 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 #162284 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 34 | 132 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.48 |
| HSL | 233.45º | 0.71% | 0.3% | - |
| HSV(B) | 233.45º | 0.83% | 0.52% | - |
| XYZ | 5.07 | 2.98 | 22.14 | - |
| YUV | 41.58 | 179.02 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 34 | 132 | 0.83 | 0.74 | 0 | 0.48 | 233.45 | 0.71 | 0.3 |
| Hex | 16 | 22 | 84 | 53 | 4A | 0 | 30 | E9 | 47 | 1E |
| Octal | 26 | 42 | 204 | 123 | 112 | 0 | 60 | 351 | 107 | 36 |
| Binary | 10110 | 100010 | 10000100 | 1010011 | 1001010 | 0 | 110000 | 11101001 | 1000111 | 11110 |
Color Harmonies of #162284
Complementary color
Monochromatic Colors of #162284
Black with #162284
Text Example
Text Example
White with #162284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162284; }
p { color: rgb(22,34,132); }
H1.HeaderClassName
{
color: #162284;
}
.AnyTagClassName
{
color: #162284;
}
</style>
background-color css
<style>
a { background-color: #162284; }
a { background-color: rgb(22,34,132); }
div.DivClassName
{
background-color: #162284;
}
.BgClassName
{
background-color: #162284;
}
</style>
border-color css
<style>
span { border-color: #162284; }
span { border-color: rgb(22,34,132); }
td.TdClassName
{
border-color: #162284;
}
.TagClassName
{
border-color: #162284;
}
</style>