Shades of Midnight Blue #161770
Tints of Midnight Blue #161770
RGB
CMYK
RGB Variations
Color information
#161770 (or 0x161770) is known color: Midnight Blue. HEX triplet: 16, 17 and 70. RGB value is (22,23,112). Sum of RGB (Red+Green+Blue) = 22+23+112=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 112 (44.14% from 255 or 71.34% from 157); Max value from RGB is 112 - color contains mainly: blue. Hex color #161770 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161770 is #E9E88F. Grayscale: #202020. Windows color (decimal): -15329424 or 7345942. OLE color: 7345942.
HSL color Cylindrical-coordinate representation of color #161770: hue angle of 239.33º 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 #161770 is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 23 | 112 | - |
| CMYK | 0.80 | 0.79 | 0 | 0.56 |
| HSL | 239.33º | 0.67% | 0.26% | - |
| HSV(B) | 239.33º | 0.8% | 0.44% | - |
| XYZ | 3.56 | 1.95 | 15.52 | - |
| YUV | 32.85 | 172.67 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 112 | 0.80 | 0.79 | 0 | 0.56 | 239.33 | 0.67 | 0.26 |
| Hex | 16 | 17 | 70 | 50 | 4F | 0 | 38 | EF | 43 | 1A |
| Octal | 26 | 27 | 160 | 120 | 117 | 0 | 70 | 357 | 103 | 32 |
| Binary | 10110 | 10111 | 1110000 | 1010000 | 1001111 | 0 | 111000 | 11101111 | 1000011 | 11010 |
Color Harmonies of #161770
Complementary color
Monochromatic Colors of #161770
Black with #161770
Text Example
Text Example
White with #161770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161770; }
p { color: rgb(22,23,112); }
H1.HeaderClassName
{
color: #161770;
}
.AnyTagClassName
{
color: #161770;
}
</style>
background-color css
<style>
a { background-color: #161770; }
a { background-color: rgb(22,23,112); }
div.DivClassName
{
background-color: #161770;
}
.BgClassName
{
background-color: #161770;
}
</style>
border-color css
<style>
span { border-color: #161770; }
span { border-color: rgb(22,23,112); }
td.TdClassName
{
border-color: #161770;
}
.TagClassName
{
border-color: #161770;
}
</style>