Shades of Midnight Blue #170E71
Tints of Midnight Blue #170E71
RGB
CMYK
RGB Variations
Color information
#170E71 (or 0x170E71) is known color: Midnight Blue. HEX triplet: 17, 0E and 71. RGB value is (23,14,113). Sum of RGB (Red+Green+Blue) = 23+14+113=150 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.33% from 150); Green value is 14 (5.86% from 255 or 9.33% from 150); Blue value is 113 (44.53% from 255 or 75.33% from 150); Max value from RGB is 113 - color contains mainly: blue. Hex color #170E71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170E71 is #E8F18E. Grayscale: #1B1B1B. Windows color (decimal): -15266191 or 7409175. OLE color: 7409175.
HSL color Cylindrical-coordinate representation of color #170E71: hue angle of 245.45º degrees, saturation: 0.78, 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 #170E71 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 14 | 113 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.56 |
| HSL | 245.45º | 0.78% | 0.25% | - |
| HSV(B) | 245.45º | 0.88% | 0.44% | - |
| XYZ | 3.49 | 1.69 | 15.76 | - |
| YUV | 27.98 | 175.98 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 14 | 113 | 0.80 | 0.88 | 0 | 0.56 | 245.45 | 0.78 | 0.25 |
| Hex | 17 | E | 71 | 50 | 58 | 0 | 38 | F5 | 4E | 19 |
| Octal | 27 | 16 | 161 | 120 | 130 | 0 | 70 | 365 | 116 | 31 |
| Binary | 10111 | 1110 | 1110001 | 1010000 | 1011000 | 0 | 111000 | 11110101 | 1001110 | 11001 |
Color Harmonies of #170E71
Complementary color
Monochromatic Colors of #170E71
Black with #170E71
Text Example
Text Example
White with #170E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170E71; }
p { color: rgb(23,14,113); }
H1.HeaderClassName
{
color: #170E71;
}
.AnyTagClassName
{
color: #170E71;
}
</style>
background-color css
<style>
a { background-color: #170E71; }
a { background-color: rgb(23,14,113); }
div.DivClassName
{
background-color: #170E71;
}
.BgClassName
{
background-color: #170E71;
}
</style>
border-color css
<style>
span { border-color: #170E71; }
span { border-color: rgb(23,14,113); }
td.TdClassName
{
border-color: #170E71;
}
.TagClassName
{
border-color: #170E71;
}
</style>