Shades of Midnight Blue #162980
Tints of Midnight Blue #162980
RGB
CMYK
RGB Variations
Color information
#162980 (or 0x162980) is known color: Midnight Blue. HEX triplet: 16, 29 and 80. RGB value is (22,41,128). Sum of RGB (Red+Green+Blue) = 22+41+128=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 128 (50.39% from 255 or 67.02% from 191); Max value from RGB is 128 - color contains mainly: blue. Hex color #162980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162980 is #E9D67F. Grayscale: #2C2C2C. Windows color (decimal): -15324800 or 8399126. OLE color: 8399126.
HSL color Cylindrical-coordinate representation of color #162980: hue angle of 229.25º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #162980 is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 41 | 128 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.50 |
| HSL | 229.25º | 0.71% | 0.29% | - |
| HSV(B) | 229.25º | 0.83% | 0.5% | - |
| XYZ | 5.02 | 3.31 | 20.8 | - |
| YUV | 45.24 | 174.71 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 128 | 0.83 | 0.68 | 0 | 0.50 | 229.25 | 0.71 | 0.29 |
| Hex | 16 | 29 | 80 | 53 | 44 | 0 | 32 | E5 | 47 | 1D |
| Octal | 26 | 51 | 200 | 123 | 104 | 0 | 62 | 345 | 107 | 35 |
| Binary | 10110 | 101001 | 10000000 | 1010011 | 1000100 | 0 | 110010 | 11100101 | 1000111 | 11101 |
Color Harmonies of #162980
Complementary color
Monochromatic Colors of #162980
Black with #162980
Text Example
Text Example
White with #162980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162980; }
p { color: rgb(22,41,128); }
H1.HeaderClassName
{
color: #162980;
}
.AnyTagClassName
{
color: #162980;
}
</style>
background-color css
<style>
a { background-color: #162980; }
a { background-color: rgb(22,41,128); }
div.DivClassName
{
background-color: #162980;
}
.BgClassName
{
background-color: #162980;
}
</style>
border-color css
<style>
span { border-color: #162980; }
span { border-color: rgb(22,41,128); }
td.TdClassName
{
border-color: #162980;
}
.TagClassName
{
border-color: #162980;
}
</style>