Shades of Midnight Blue #161F5E
Tints of Midnight Blue #161F5E
RGB
CMYK
RGB Variations
Color information
#161F5E (or 0x161F5E) is known color: Midnight Blue. HEX triplet: 16, 1F and 5E. RGB value is (22,31,94). Sum of RGB (Red+Green+Blue) = 22+31+94=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 94 (37.11% from 255 or 63.95% from 147); Max value from RGB is 94 - color contains mainly: blue. Hex color #161F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161F5E is #E9E0A1. Grayscale: #232323. Windows color (decimal): -15327394 or 6168342. OLE color: 6168342.
HSL color Cylindrical-coordinate representation of color #161F5E: hue angle of 232.5º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #161F5E is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 31 | 94 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.63 |
| HSL | 232.5º | 0.62% | 0.23% | - |
| HSV(B) | 232.5º | 0.77% | 0.37% | - |
| XYZ | 2.84 | 1.96 | 10.82 | - |
| YUV | 35.49 | 161.02 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 31 | 94 | 0.77 | 0.67 | 0 | 0.63 | 232.5 | 0.62 | 0.23 |
| Hex | 16 | 1F | 5E | 4D | 43 | 0 | 3F | E8 | 3E | 17 |
| Octal | 26 | 37 | 136 | 115 | 103 | 0 | 77 | 350 | 76 | 27 |
| Binary | 10110 | 11111 | 1011110 | 1001101 | 1000011 | 0 | 111111 | 11101000 | 111110 | 10111 |
Color Harmonies of #161F5E
Complementary color
Monochromatic Colors of #161F5E
Black with #161F5E
Text Example
Text Example
White with #161F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161F5E; }
p { color: rgb(22,31,94); }
H1.HeaderClassName
{
color: #161F5E;
}
.AnyTagClassName
{
color: #161F5E;
}
</style>
background-color css
<style>
a { background-color: #161F5E; }
a { background-color: rgb(22,31,94); }
div.DivClassName
{
background-color: #161F5E;
}
.BgClassName
{
background-color: #161F5E;
}
</style>
border-color css
<style>
span { border-color: #161F5E; }
span { border-color: rgb(22,31,94); }
td.TdClassName
{
border-color: #161F5E;
}
.TagClassName
{
border-color: #161F5E;
}
</style>