Shades of Midnight Blue #161677
Tints of Midnight Blue #161677
RGB
CMYK
RGB Variations
Color information
#161677 (or 0x161677) is known color: Midnight Blue. HEX triplet: 16, 16 and 77. RGB value is (22,22,119). Sum of RGB (Red+Green+Blue) = 22+22+119=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 119 (46.88% from 255 or 73.01% from 163); Max value from RGB is 119 - color contains mainly: blue. Hex color #161677 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161677 is #E9E988. Grayscale: #202020. Windows color (decimal): -15329673 or 7804438. OLE color: 7804438.
HSL color Cylindrical-coordinate representation of color #161677: hue angle of 240º 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 #161677 is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 22 | 119 | - |
| CMYK | 0.82 | 0.82 | 0 | 0.53 |
| HSL | 240º | 0.69% | 0.28% | - |
| HSV(B) | 240º | 0.82% | 0.47% | - |
| XYZ | 3.95 | 2.08 | 17.65 | - |
| YUV | 33.06 | 176.5 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 22 | 119 | 0.82 | 0.82 | 0 | 0.53 | 240 | 0.69 | 0.28 |
| Hex | 16 | 16 | 77 | 52 | 52 | 0 | 35 | F0 | 45 | 1C |
| Octal | 26 | 26 | 167 | 122 | 122 | 0 | 65 | 360 | 105 | 34 |
| Binary | 10110 | 10110 | 1110111 | 1010010 | 1010010 | 0 | 110101 | 11110000 | 1000101 | 11100 |
Color Harmonies of #161677
Complementary color
Monochromatic Colors of #161677
Black with #161677
Text Example
Text Example
White with #161677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161677; }
p { color: rgb(22,22,119); }
H1.HeaderClassName
{
color: #161677;
}
.AnyTagClassName
{
color: #161677;
}
</style>
background-color css
<style>
a { background-color: #161677; }
a { background-color: rgb(22,22,119); }
div.DivClassName
{
background-color: #161677;
}
.BgClassName
{
background-color: #161677;
}
</style>
border-color css
<style>
span { border-color: #161677; }
span { border-color: rgb(22,22,119); }
td.TdClassName
{
border-color: #161677;
}
.TagClassName
{
border-color: #161677;
}
</style>