Shades of Midnight Blue #170070
Tints of Midnight Blue #170070
RGB
CMYK
RGB Variations
Color information
#170070 (or 0x170070) is known color: Midnight Blue. HEX triplet: 17, 00 and 70. RGB value is (23,0,112). Sum of RGB (Red+Green+Blue) = 23+0+112=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 112 (44.14% from 255 or 82.96% from 135); Max value from RGB is 112 - color contains mainly: blue. Hex color #170070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170070 is #E8FF8F. Grayscale: #131313. Windows color (decimal): -15269776 or 7340055. OLE color: 7340055.
HSL color Cylindrical-coordinate representation of color #170070: hue angle of 252.32º 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 #170070 is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 0 | 112 | - |
| CMYK | 0.79 | 1 | 0 | 0.56 |
| HSL | 252.32º | 1% | 0.22% | - |
| HSV(B) | 252.32º | 1% | 0.44% | - |
| XYZ | 3.28 | 1.35 | 15.42 | - |
| YUV | 19.65 | 180.12 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 112 | 0.79 | 1 | 0 | 0.56 | 252.32 | 1 | 0.22 |
| Hex | 17 | 0 | 70 | 4F | 64 | 0 | 38 | FC | 64 | 16 |
| Octal | 27 | 0 | 160 | 117 | 144 | 0 | 70 | 374 | 144 | 26 |
| Binary | 10111 | 0 | 1110000 | 1001111 | 1100100 | 0 | 111000 | 11111100 | 1100100 | 10110 |
Color Harmonies of #170070
Complementary color
Monochromatic Colors of #170070
Black with #170070
Text Example
Text Example
White with #170070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170070; }
p { color: rgb(23,0,112); }
H1.HeaderClassName
{
color: #170070;
}
.AnyTagClassName
{
color: #170070;
}
</style>
background-color css
<style>
a { background-color: #170070; }
a { background-color: rgb(23,0,112); }
div.DivClassName
{
background-color: #170070;
}
.BgClassName
{
background-color: #170070;
}
</style>
border-color css
<style>
span { border-color: #170070; }
span { border-color: rgb(23,0,112); }
td.TdClassName
{
border-color: #170070;
}
.TagClassName
{
border-color: #170070;
}
</style>