Shades of Midnight Blue #170071
Tints of Midnight Blue #170071
RGB
CMYK
RGB Variations
Color information
#170071 (or 0x170071) is known color: Midnight Blue. HEX triplet: 17, 00 and 71. RGB value is (23,0,113). Sum of RGB (Red+Green+Blue) = 23+0+113=136 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.91% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 113 (44.53% from 255 or 83.09% from 136); Max value from RGB is 113 - color contains mainly: blue. Hex color #170071 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170071 is #E8FF8E. Grayscale: #131313. Windows color (decimal): -15269775 or 7405591. OLE color: 7405591.
HSL color Cylindrical-coordinate representation of color #170071: hue angle of 252.21º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #170071 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 0 | 113 | - |
| CMYK | 0.80 | 1 | 0 | 0.56 |
| HSL | 252.21º | 1% | 0.22% | - |
| HSV(B) | 252.21º | 1% | 0.44% | - |
| XYZ | 3.33 | 1.37 | 15.71 | - |
| YUV | 19.76 | 180.62 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 113 | 0.80 | 1 | 0 | 0.56 | 252.21 | 1 | 0.22 |
| Hex | 17 | 0 | 71 | 50 | 64 | 0 | 38 | FC | 64 | 16 |
| Octal | 27 | 0 | 161 | 120 | 144 | 0 | 70 | 374 | 144 | 26 |
| Binary | 10111 | 0 | 1110001 | 1010000 | 1100100 | 0 | 111000 | 11111100 | 1100100 | 10110 |
Color Harmonies of #170071
Complementary color
Monochromatic Colors of #170071
Black with #170071
Text Example
Text Example
White with #170071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170071; }
p { color: rgb(23,0,113); }
H1.HeaderClassName
{
color: #170071;
}
.AnyTagClassName
{
color: #170071;
}
</style>
background-color css
<style>
a { background-color: #170071; }
a { background-color: rgb(23,0,113); }
div.DivClassName
{
background-color: #170071;
}
.BgClassName
{
background-color: #170071;
}
</style>
border-color css
<style>
span { border-color: #170071; }
span { border-color: rgb(23,0,113); }
td.TdClassName
{
border-color: #170071;
}
.TagClassName
{
border-color: #170071;
}
</style>