Shades of Midnight Blue #170F71
Tints of Midnight Blue #170F71
RGB
CMYK
RGB Variations
Color information
#170F71 (or 0x170F71) is known color: Midnight Blue. HEX triplet: 17, 0F and 71. RGB value is (23,15,113). Sum of RGB (Red+Green+Blue) = 23+15+113=151 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.23% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 113 (44.53% from 255 or 74.83% from 151); Max value from RGB is 113 - color contains mainly: blue. Hex color #170F71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170F71 is #E8F08E. Grayscale: #1C1C1C. Windows color (decimal): -15265935 or 7409431. OLE color: 7409431.
HSL color Cylindrical-coordinate representation of color #170F71: hue angle of 244.9º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #170F71 is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 15 | 113 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.56 |
| HSL | 244.9º | 0.77% | 0.25% | - |
| HSV(B) | 244.9º | 0.87% | 0.44% | - |
| XYZ | 3.5 | 1.72 | 15.77 | - |
| YUV | 28.56 | 175.65 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 113 | 0.80 | 0.87 | 0 | 0.56 | 244.9 | 0.77 | 0.25 |
| Hex | 17 | F | 71 | 50 | 57 | 0 | 38 | F5 | 4D | 19 |
| Octal | 27 | 17 | 161 | 120 | 127 | 0 | 70 | 365 | 115 | 31 |
| Binary | 10111 | 1111 | 1110001 | 1010000 | 1010111 | 0 | 111000 | 11110101 | 1001101 | 11001 |
Color Harmonies of #170F71
Complementary color
Monochromatic Colors of #170F71
Black with #170F71
Text Example
Text Example
White with #170F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170F71; }
p { color: rgb(23,15,113); }
H1.HeaderClassName
{
color: #170F71;
}
.AnyTagClassName
{
color: #170F71;
}
</style>
background-color css
<style>
a { background-color: #170F71; }
a { background-color: rgb(23,15,113); }
div.DivClassName
{
background-color: #170F71;
}
.BgClassName
{
background-color: #170F71;
}
</style>
border-color css
<style>
span { border-color: #170F71; }
span { border-color: rgb(23,15,113); }
td.TdClassName
{
border-color: #170F71;
}
.TagClassName
{
border-color: #170F71;
}
</style>