Shades of Midnight Blue #160D70
Tints of Midnight Blue #160D70
RGB
CMYK
RGB Variations
Color information
#160D70 (or 0x160D70) is known color: Midnight Blue. HEX triplet: 16, 0D and 70. RGB value is (22,13,112). Sum of RGB (Red+Green+Blue) = 22+13+112=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 112 (44.14% from 255 or 76.19% from 147); Max value from RGB is 112 - color contains mainly: blue. Hex color #160D70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160D70 is #E9F28F. Grayscale: #1A1A1A. Windows color (decimal): -15331984 or 7343382. OLE color: 7343382.
HSL color Cylindrical-coordinate representation of color #160D70: hue angle of 245.45º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #160D70 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 13 | 112 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.56 |
| HSL | 245.45º | 0.79% | 0.25% | - |
| HSV(B) | 245.45º | 0.88% | 0.44% | - |
| XYZ | 3.4 | 1.63 | 15.46 | - |
| YUV | 26.98 | 175.98 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 13 | 112 | 0.80 | 0.88 | 0 | 0.56 | 245.45 | 0.79 | 0.25 |
| Hex | 16 | D | 70 | 50 | 58 | 0 | 38 | F5 | 4F | 19 |
| Octal | 26 | 15 | 160 | 120 | 130 | 0 | 70 | 365 | 117 | 31 |
| Binary | 10110 | 1101 | 1110000 | 1010000 | 1011000 | 0 | 111000 | 11110101 | 1001111 | 11001 |
Color Harmonies of #160D70
Complementary color
Monochromatic Colors of #160D70
Black with #160D70
Text Example
Text Example
White with #160D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160D70; }
p { color: rgb(22,13,112); }
H1.HeaderClassName
{
color: #160D70;
}
.AnyTagClassName
{
color: #160D70;
}
</style>
background-color css
<style>
a { background-color: #160D70; }
a { background-color: rgb(22,13,112); }
div.DivClassName
{
background-color: #160D70;
}
.BgClassName
{
background-color: #160D70;
}
</style>
border-color css
<style>
span { border-color: #160D70; }
span { border-color: rgb(22,13,112); }
td.TdClassName
{
border-color: #160D70;
}
.TagClassName
{
border-color: #160D70;
}
</style>