Shades of Midnight Blue #161956
Tints of Midnight Blue #161956
RGB
CMYK
RGB Variations
Color information
#161956 (or 0x161956) is known color: Midnight Blue. HEX triplet: 16, 19 and 56. RGB value is (22,25,86). Sum of RGB (Red+Green+Blue) = 22+25+86=133 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.54% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 86 (33.98% from 255 or 64.66% from 133); Max value from RGB is 86 - color contains mainly: blue. Hex color #161956 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161956 is #E9E6A9. Grayscale: #1E1E1E. Windows color (decimal): -15328938 or 5642518. OLE color: 5642518.
HSL color Cylindrical-coordinate representation of color #161956: hue angle of 237.19º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #161956 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 25 | 86 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.66 |
| HSL | 237.19º | 0.59% | 0.21% | - |
| HSV(B) | 237.19º | 0.74% | 0.34% | - |
| XYZ | 2.36 | 1.54 | 8.98 | - |
| YUV | 31.06 | 159.01 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 25 | 86 | 0.74 | 0.71 | 0 | 0.66 | 237.19 | 0.59 | 0.21 |
| Hex | 16 | 19 | 56 | 4A | 47 | 0 | 42 | ED | 3B | 15 |
| Octal | 26 | 31 | 126 | 112 | 107 | 0 | 102 | 355 | 73 | 25 |
| Binary | 10110 | 11001 | 1010110 | 1001010 | 1000111 | 0 | 1000010 | 11101101 | 111011 | 10101 |
Color Harmonies of #161956
Complementary color
Monochromatic Colors of #161956
Black with #161956
Text Example
Text Example
White with #161956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161956; }
p { color: rgb(22,25,86); }
H1.HeaderClassName
{
color: #161956;
}
.AnyTagClassName
{
color: #161956;
}
</style>
background-color css
<style>
a { background-color: #161956; }
a { background-color: rgb(22,25,86); }
div.DivClassName
{
background-color: #161956;
}
.BgClassName
{
background-color: #161956;
}
</style>
border-color css
<style>
span { border-color: #161956; }
span { border-color: rgb(22,25,86); }
td.TdClassName
{
border-color: #161956;
}
.TagClassName
{
border-color: #161956;
}
</style>