Shades of Midnight Blue #160C77
Tints of Midnight Blue #160C77
RGB
CMYK
RGB Variations
Color information
#160C77 (or 0x160C77) is known color: Midnight Blue. HEX triplet: 16, 0C and 77. RGB value is (22,12,119). Sum of RGB (Red+Green+Blue) = 22+12+119=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 12 (5.08% from 255 or 7.84% from 153); Blue value is 119 (46.88% from 255 or 77.78% from 153); Max value from RGB is 119 - color contains mainly: blue. Hex color #160C77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160C77 is #E9F388. Grayscale: #1A1A1A. Windows color (decimal): -15332233 or 7801878. OLE color: 7801878.
HSL color Cylindrical-coordinate representation of color #160C77: hue angle of 245.61º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #160C77 is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 12 | 119 | - |
| CMYK | 0.82 | 0.90 | 0 | 0.53 |
| HSL | 245.61º | 0.82% | 0.26% | - |
| HSV(B) | 245.61º | 0.9% | 0.47% | - |
| XYZ | 3.79 | 1.77 | 17.59 | - |
| YUV | 27.19 | 179.81 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 12 | 119 | 0.82 | 0.90 | 0 | 0.53 | 245.61 | 0.82 | 0.26 |
| Hex | 16 | C | 77 | 52 | 5A | 0 | 35 | F6 | 52 | 1A |
| Octal | 26 | 14 | 167 | 122 | 132 | 0 | 65 | 366 | 122 | 32 |
| Binary | 10110 | 1100 | 1110111 | 1010010 | 1011010 | 0 | 110101 | 11110110 | 1010010 | 11010 |
Color Harmonies of #160C77
Complementary color
Monochromatic Colors of #160C77
Black with #160C77
Text Example
Text Example
White with #160C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160C77; }
p { color: rgb(22,12,119); }
H1.HeaderClassName
{
color: #160C77;
}
.AnyTagClassName
{
color: #160C77;
}
</style>
background-color css
<style>
a { background-color: #160C77; }
a { background-color: rgb(22,12,119); }
div.DivClassName
{
background-color: #160C77;
}
.BgClassName
{
background-color: #160C77;
}
</style>
border-color css
<style>
span { border-color: #160C77; }
span { border-color: rgb(22,12,119); }
td.TdClassName
{
border-color: #160C77;
}
.TagClassName
{
border-color: #160C77;
}
</style>