Shades of Midnight Blue #161E5E
Tints of Midnight Blue #161E5E
RGB
CMYK
RGB Variations
Color information
#161E5E (or 0x161E5E) is known color: Midnight Blue. HEX triplet: 16, 1E and 5E. RGB value is (22,30,94). Sum of RGB (Red+Green+Blue) = 22+30+94=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 94 (37.11% from 255 or 64.38% from 146); Max value from RGB is 94 - color contains mainly: blue. Hex color #161E5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161E5E is #E9E1A1. Grayscale: #222222. Windows color (decimal): -15327650 or 6168086. OLE color: 6168086.
HSL color Cylindrical-coordinate representation of color #161E5E: hue angle of 233.33º 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 #161E5E is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 30 | 94 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.63 |
| HSL | 233.33º | 0.62% | 0.23% | - |
| HSV(B) | 233.33º | 0.77% | 0.37% | - |
| XYZ | 2.82 | 1.91 | 10.81 | - |
| YUV | 34.9 | 161.35 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 30 | 94 | 0.77 | 0.68 | 0 | 0.63 | 233.33 | 0.62 | 0.23 |
| Hex | 16 | 1E | 5E | 4D | 44 | 0 | 3F | E9 | 3E | 17 |
| Octal | 26 | 36 | 136 | 115 | 104 | 0 | 77 | 351 | 76 | 27 |
| Binary | 10110 | 11110 | 1011110 | 1001101 | 1000100 | 0 | 111111 | 11101001 | 111110 | 10111 |
Color Harmonies of #161E5E
Complementary color
Monochromatic Colors of #161E5E
Black with #161E5E
Text Example
Text Example
White with #161E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161E5E; }
p { color: rgb(22,30,94); }
H1.HeaderClassName
{
color: #161E5E;
}
.AnyTagClassName
{
color: #161E5E;
}
</style>
background-color css
<style>
a { background-color: #161E5E; }
a { background-color: rgb(22,30,94); }
div.DivClassName
{
background-color: #161E5E;
}
.BgClassName
{
background-color: #161E5E;
}
</style>
border-color css
<style>
span { border-color: #161E5E; }
span { border-color: rgb(22,30,94); }
td.TdClassName
{
border-color: #161E5E;
}
.TagClassName
{
border-color: #161E5E;
}
</style>