Shades of Midnight Blue #161E59
Tints of Midnight Blue #161E59
RGB
CMYK
RGB Variations
Color information
#161E59 (or 0x161E59) is known color: Midnight Blue. HEX triplet: 16, 1E and 59. RGB value is (22,30,89). Sum of RGB (Red+Green+Blue) = 22+30+89=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 89 (35.16% from 255 or 63.12% from 141); Max value from RGB is 89 - color contains mainly: blue. Hex color #161E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161E59 is #E9E1A6. Grayscale: #222222. Windows color (decimal): -15327655 or 5840406. OLE color: 5840406.
HSL color Cylindrical-coordinate representation of color #161E59: hue angle of 232.84º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #161E59 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 30 | 89 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.65 |
| HSL | 232.84º | 0.6% | 0.22% | - |
| HSV(B) | 232.84º | 0.75% | 0.35% | - |
| XYZ | 2.6 | 1.82 | 9.67 | - |
| YUV | 34.33 | 158.85 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 30 | 89 | 0.75 | 0.66 | 0 | 0.65 | 232.84 | 0.6 | 0.22 |
| Hex | 16 | 1E | 59 | 4B | 42 | 0 | 41 | E9 | 3C | 16 |
| Octal | 26 | 36 | 131 | 113 | 102 | 0 | 101 | 351 | 74 | 26 |
| Binary | 10110 | 11110 | 1011001 | 1001011 | 1000010 | 0 | 1000001 | 11101001 | 111100 | 10110 |
Color Harmonies of #161E59
Complementary color
Monochromatic Colors of #161E59
Black with #161E59
Text Example
Text Example
White with #161E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161E59; }
p { color: rgb(22,30,89); }
H1.HeaderClassName
{
color: #161E59;
}
.AnyTagClassName
{
color: #161E59;
}
</style>
background-color css
<style>
a { background-color: #161E59; }
a { background-color: rgb(22,30,89); }
div.DivClassName
{
background-color: #161E59;
}
.BgClassName
{
background-color: #161E59;
}
</style>
border-color css
<style>
span { border-color: #161E59; }
span { border-color: rgb(22,30,89); }
td.TdClassName
{
border-color: #161E59;
}
.TagClassName
{
border-color: #161E59;
}
</style>