Shades of Midnight Blue #161970
Tints of Midnight Blue #161970
RGB
CMYK
RGB Variations
Color information
#161970 (or 0x161970) is known color: Midnight Blue. HEX triplet: 16, 19 and 70. RGB value is (22,25,112). Sum of RGB (Red+Green+Blue) = 22+25+112=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #161970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161970 is #E9E68F. Grayscale: #212121. Windows color (decimal): -15328912 or 7346454. OLE color: 7346454.
HSL color Cylindrical-coordinate representation of color #161970: hue angle of 238º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #161970 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 25 | 112 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.56 |
| HSL | 238º | 0.67% | 0.26% | - |
| HSV(B) | 238º | 0.8% | 0.44% | - |
| XYZ | 3.6 | 2.04 | 15.53 | - |
| YUV | 34.02 | 172.01 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 25 | 112 | 0.80 | 0.78 | 0 | 0.56 | 238 | 0.67 | 0.26 |
| Hex | 16 | 19 | 70 | 50 | 4E | 0 | 38 | EE | 43 | 1A |
| Octal | 26 | 31 | 160 | 120 | 116 | 0 | 70 | 356 | 103 | 32 |
| Binary | 10110 | 11001 | 1110000 | 1010000 | 1001110 | 0 | 111000 | 11101110 | 1000011 | 11010 |
Color Harmonies of #161970
Complementary color
Monochromatic Colors of #161970
Black with #161970
Text Example
Text Example
White with #161970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161970; }
p { color: rgb(22,25,112); }
H1.HeaderClassName
{
color: #161970;
}
.AnyTagClassName
{
color: #161970;
}
</style>
background-color css
<style>
a { background-color: #161970; }
a { background-color: rgb(22,25,112); }
div.DivClassName
{
background-color: #161970;
}
.BgClassName
{
background-color: #161970;
}
</style>
border-color css
<style>
span { border-color: #161970; }
span { border-color: rgb(22,25,112); }
td.TdClassName
{
border-color: #161970;
}
.TagClassName
{
border-color: #161970;
}
</style>