Shades of Midnight Blue #170D77
Tints of Midnight Blue #170D77
RGB
CMYK
RGB Variations
Color information
#170D77 (or 0x170D77) is known color: Midnight Blue. HEX triplet: 17, 0D and 77. RGB value is (23,13,119). Sum of RGB (Red+Green+Blue) = 23+13+119=155 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.84% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 119 (46.88% from 255 or 76.77% from 155); Max value from RGB is 119 - color contains mainly: blue. Hex color #170D77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170D77 is #E8F288. Grayscale: #1B1B1B. Windows color (decimal): -15266441 or 7802135. OLE color: 7802135.
HSL color Cylindrical-coordinate representation of color #170D77: hue angle of 245.66º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #170D77 is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 23 | 13 | 119 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.53 |
| HSL | 245.66º | 0.8% | 0.26% | - |
| HSV(B) | 245.66º | 0.89% | 0.47% | - |
| XYZ | 3.83 | 1.8 | 17.6 | - |
| YUV | 28.07 | 179.31 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 119 | 0.81 | 0.89 | 0 | 0.53 | 245.66 | 0.8 | 0.26 |
| Hex | 17 | D | 77 | 51 | 59 | 0 | 35 | F6 | 50 | 1A |
| Octal | 27 | 15 | 167 | 121 | 131 | 0 | 65 | 366 | 120 | 32 |
| Binary | 10111 | 1101 | 1110111 | 1010001 | 1011001 | 0 | 110101 | 11110110 | 1010000 | 11010 |
Color Harmonies of #170D77
Complementary color
Monochromatic Colors of #170D77
Black with #170D77
Text Example
Text Example
White with #170D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170D77; }
p { color: rgb(23,13,119); }
H1.HeaderClassName
{
color: #170D77;
}
.AnyTagClassName
{
color: #170D77;
}
</style>
background-color css
<style>
a { background-color: #170D77; }
a { background-color: rgb(23,13,119); }
div.DivClassName
{
background-color: #170D77;
}
.BgClassName
{
background-color: #170D77;
}
</style>
border-color css
<style>
span { border-color: #170D77; }
span { border-color: rgb(23,13,119); }
td.TdClassName
{
border-color: #170D77;
}
.TagClassName
{
border-color: #170D77;
}
</style>