Shades of Midnight Blue #160779
Tints of Midnight Blue #160779
RGB
CMYK
RGB Variations
Color information
#160779 (or 0x160779) is known color: Midnight Blue. HEX triplet: 16, 07 and 79. RGB value is (22,7,121). Sum of RGB (Red+Green+Blue) = 22+7+121=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 121 (47.66% from 255 or 80.67% from 150); Max value from RGB is 121 - color contains mainly: blue. Hex color #160779 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160779 is #E9F886. Grayscale: #181818. Windows color (decimal): -15333511 or 7931670. OLE color: 7931670.
HSL color Cylindrical-coordinate representation of color #160779: hue angle of 247.89º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #160779 is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 7 | 121 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.53 |
| HSL | 247.89º | 0.89% | 0.25% | - |
| HSV(B) | 247.89º | 0.94% | 0.47% | - |
| XYZ | 3.86 | 1.7 | 18.21 | - |
| YUV | 24.48 | 182.47 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 7 | 121 | 0.82 | 0.94 | 0 | 0.53 | 247.89 | 0.89 | 0.25 |
| Hex | 16 | 7 | 79 | 52 | 5E | 0 | 35 | F8 | 59 | 19 |
| Octal | 26 | 7 | 171 | 122 | 136 | 0 | 65 | 370 | 131 | 31 |
| Binary | 10110 | 111 | 1111001 | 1010010 | 1011110 | 0 | 110101 | 11111000 | 1011001 | 11001 |
Color Harmonies of #160779
Complementary color
Monochromatic Colors of #160779
Black with #160779
Text Example
Text Example
White with #160779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160779; }
p { color: rgb(22,7,121); }
H1.HeaderClassName
{
color: #160779;
}
.AnyTagClassName
{
color: #160779;
}
</style>
background-color css
<style>
a { background-color: #160779; }
a { background-color: rgb(22,7,121); }
div.DivClassName
{
background-color: #160779;
}
.BgClassName
{
background-color: #160779;
}
</style>
border-color css
<style>
span { border-color: #160779; }
span { border-color: rgb(22,7,121); }
td.TdClassName
{
border-color: #160779;
}
.TagClassName
{
border-color: #160779;
}
</style>