Shades of Midnight Blue #170D7C
Tints of Midnight Blue #170D7C
RGB
CMYK
RGB Variations
Color information
#170D7C (or 0x170D7C) is known color: Midnight Blue. HEX triplet: 17, 0D and 7C. RGB value is (23,13,124). Sum of RGB (Red+Green+Blue) = 23+13+124=160 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.38% from 160); Green value is 13 (5.47% from 255 or 8.12% from 160); Blue value is 124 (48.83% from 255 or 77.5% from 160); Max value from RGB is 124 - color contains mainly: blue. Hex color #170D7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170D7C is #E8F283. Grayscale: #1C1C1C. Windows color (decimal): -15266436 or 8129815. OLE color: 8129815.
HSL color Cylindrical-coordinate representation of color #170D7C: hue angle of 245.41º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #170D7C is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 13 | 124 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.51 |
| HSL | 245.41º | 0.81% | 0.27% | - |
| HSV(B) | 245.41º | 0.9% | 0.49% | - |
| XYZ | 4.14 | 1.93 | 19.22 | - |
| YUV | 28.64 | 181.81 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 124 | 0.81 | 0.90 | 0 | 0.51 | 245.41 | 0.81 | 0.27 |
| Hex | 17 | D | 7C | 51 | 5A | 0 | 33 | F5 | 51 | 1B |
| Octal | 27 | 15 | 174 | 121 | 132 | 0 | 63 | 365 | 121 | 33 |
| Binary | 10111 | 1101 | 1111100 | 1010001 | 1011010 | 0 | 110011 | 11110101 | 1010001 | 11011 |
Color Harmonies of #170D7C
Complementary color
Monochromatic Colors of #170D7C
Black with #170D7C
Text Example
Text Example
White with #170D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170D7C; }
p { color: rgb(23,13,124); }
H1.HeaderClassName
{
color: #170D7C;
}
.AnyTagClassName
{
color: #170D7C;
}
</style>
background-color css
<style>
a { background-color: #170D7C; }
a { background-color: rgb(23,13,124); }
div.DivClassName
{
background-color: #170D7C;
}
.BgClassName
{
background-color: #170D7C;
}
</style>
border-color css
<style>
span { border-color: #170D7C; }
span { border-color: rgb(23,13,124); }
td.TdClassName
{
border-color: #170D7C;
}
.TagClassName
{
border-color: #170D7C;
}
</style>