Shades of Midnight Blue #161680
Tints of Midnight Blue #161680
RGB
CMYK
RGB Variations
Color information
#161680 (or 0x161680) is known color: Midnight Blue. HEX triplet: 16, 16 and 80. RGB value is (22,22,128). Sum of RGB (Red+Green+Blue) = 22+22+128=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 128 (50.39% from 255 or 74.42% from 172); Max value from RGB is 128 - color contains mainly: blue. Hex color #161680 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161680 is #E9E97F. Grayscale: #212121. Windows color (decimal): -15329664 or 8394262. OLE color: 8394262.
HSL color Cylindrical-coordinate representation of color #161680: hue angle of 240º 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 #161680 is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 22 | 128 | - |
| CMYK | 0.83 | 0.83 | 0 | 0.50 |
| HSL | 240º | 0.71% | 0.29% | - |
| HSV(B) | 240º | 0.83% | 0.5% | - |
| XYZ | 4.51 | 2.3 | 20.63 | - |
| YUV | 34.08 | 181 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 22 | 128 | 0.83 | 0.83 | 0 | 0.50 | 240 | 0.71 | 0.29 |
| Hex | 16 | 16 | 80 | 53 | 53 | 0 | 32 | F0 | 47 | 1D |
| Octal | 26 | 26 | 200 | 123 | 123 | 0 | 62 | 360 | 107 | 35 |
| Binary | 10110 | 10110 | 10000000 | 1010011 | 1010011 | 0 | 110010 | 11110000 | 1000111 | 11101 |
Color Harmonies of #161680
Complementary color
Monochromatic Colors of #161680
Black with #161680
Text Example
Text Example
White with #161680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161680; }
p { color: rgb(22,22,128); }
H1.HeaderClassName
{
color: #161680;
}
.AnyTagClassName
{
color: #161680;
}
</style>
background-color css
<style>
a { background-color: #161680; }
a { background-color: rgb(22,22,128); }
div.DivClassName
{
background-color: #161680;
}
.BgClassName
{
background-color: #161680;
}
</style>
border-color css
<style>
span { border-color: #161680; }
span { border-color: rgb(22,22,128); }
td.TdClassName
{
border-color: #161680;
}
.TagClassName
{
border-color: #161680;
}
</style>