Shades of Midnight Blue #161A59
Tints of Midnight Blue #161A59
RGB
CMYK
RGB Variations
Color information
#161A59 (or 0x161A59) is known color: Midnight Blue. HEX triplet: 16, 1A and 59. RGB value is (22,26,89). Sum of RGB (Red+Green+Blue) = 22+26+89=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 89 (35.16% from 255 or 64.96% from 137); Max value from RGB is 89 - color contains mainly: blue. Hex color #161A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161A59 is #E9E5A6. Grayscale: #1F1F1F. Windows color (decimal): -15328679 or 5839382. OLE color: 5839382.
HSL color Cylindrical-coordinate representation of color #161A59: hue angle of 236.42º 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 #161A59 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 26 | 89 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.65 |
| HSL | 236.42º | 0.6% | 0.22% | - |
| HSV(B) | 236.42º | 0.75% | 0.35% | - |
| XYZ | 2.5 | 1.63 | 9.63 | - |
| YUV | 31.99 | 160.17 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 26 | 89 | 0.75 | 0.71 | 0 | 0.65 | 236.42 | 0.6 | 0.22 |
| Hex | 16 | 1A | 59 | 4B | 47 | 0 | 41 | EC | 3C | 16 |
| Octal | 26 | 32 | 131 | 113 | 107 | 0 | 101 | 354 | 74 | 26 |
| Binary | 10110 | 11010 | 1011001 | 1001011 | 1000111 | 0 | 1000001 | 11101100 | 111100 | 10110 |
Color Harmonies of #161A59
Complementary color
Monochromatic Colors of #161A59
Black with #161A59
Text Example
Text Example
White with #161A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161A59; }
p { color: rgb(22,26,89); }
H1.HeaderClassName
{
color: #161A59;
}
.AnyTagClassName
{
color: #161A59;
}
</style>
background-color css
<style>
a { background-color: #161A59; }
a { background-color: rgb(22,26,89); }
div.DivClassName
{
background-color: #161A59;
}
.BgClassName
{
background-color: #161A59;
}
</style>
border-color css
<style>
span { border-color: #161A59; }
span { border-color: rgb(22,26,89); }
td.TdClassName
{
border-color: #161A59;
}
.TagClassName
{
border-color: #161A59;
}
</style>