Shades of Midnight Blue #161777
Tints of Midnight Blue #161777
RGB
CMYK
RGB Variations
Color information
#161777 (or 0x161777) is known color: Midnight Blue. HEX triplet: 16, 17 and 77. RGB value is (22,23,119). Sum of RGB (Red+Green+Blue) = 22+23+119=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 119 (46.88% from 255 or 72.56% from 164); Max value from RGB is 119 - color contains mainly: blue. Hex color #161777 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161777 is #E9E888. Grayscale: #212121. Windows color (decimal): -15329417 or 7804694. OLE color: 7804694.
HSL color Cylindrical-coordinate representation of color #161777: hue angle of 239.38º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #161777 is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 23 | 119 | - |
| CMYK | 0.82 | 0.81 | 0 | 0.53 |
| HSL | 239.38º | 0.69% | 0.28% | - |
| HSV(B) | 239.38º | 0.82% | 0.47% | - |
| XYZ | 3.97 | 2.12 | 17.65 | - |
| YUV | 33.65 | 176.17 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 119 | 0.82 | 0.81 | 0 | 0.53 | 239.38 | 0.69 | 0.28 |
| Hex | 16 | 17 | 77 | 52 | 51 | 0 | 35 | EF | 45 | 1C |
| Octal | 26 | 27 | 167 | 122 | 121 | 0 | 65 | 357 | 105 | 34 |
| Binary | 10110 | 10111 | 1110111 | 1010010 | 1010001 | 0 | 110101 | 11101111 | 1000101 | 11100 |
Color Harmonies of #161777
Complementary color
Monochromatic Colors of #161777
Black with #161777
Text Example
Text Example
White with #161777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161777; }
p { color: rgb(22,23,119); }
H1.HeaderClassName
{
color: #161777;
}
.AnyTagClassName
{
color: #161777;
}
</style>
background-color css
<style>
a { background-color: #161777; }
a { background-color: rgb(22,23,119); }
div.DivClassName
{
background-color: #161777;
}
.BgClassName
{
background-color: #161777;
}
</style>
border-color css
<style>
span { border-color: #161777; }
span { border-color: rgb(22,23,119); }
td.TdClassName
{
border-color: #161777;
}
.TagClassName
{
border-color: #161777;
}
</style>