Shades of Midnight Blue #170D66
Tints of Midnight Blue #170D66
RGB
CMYK
RGB Variations
Color information
#170D66 (or 0x170D66) is known color: Midnight Blue. HEX triplet: 17, 0D and 66. RGB value is (23,13,102). Sum of RGB (Red+Green+Blue) = 23+13+102=138 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.67% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 102 (40.23% from 255 or 73.91% from 138); Max value from RGB is 102 - color contains mainly: blue. Hex color #170D66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170D66 is #E8F299. Grayscale: #191919. Windows color (decimal): -15266458 or 6688023. OLE color: 6688023.
HSL color Cylindrical-coordinate representation of color #170D66: hue angle of 246.74º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #170D66 is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 23 | 13 | 102 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.6 |
| HSL | 246.74º | 0.77% | 0.23% | - |
| HSV(B) | 246.74º | 0.87% | 0.4% | - |
| XYZ | 2.9 | 1.43 | 12.69 | - |
| YUV | 26.14 | 170.81 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 102 | 0.77 | 0.87 | 0 | 0.6 | 246.74 | 0.77 | 0.23 |
| Hex | 17 | D | 66 | 4D | 57 | 0 | 3C | F7 | 4D | 17 |
| Octal | 27 | 15 | 146 | 115 | 127 | 0 | 74 | 367 | 115 | 27 |
| Binary | 10111 | 1101 | 1100110 | 1001101 | 1010111 | 0 | 111100 | 11110111 | 1001101 | 10111 |
Color Harmonies of #170D66
Complementary color
Monochromatic Colors of #170D66
Black with #170D66
Text Example
Text Example
White with #170D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170D66; }
p { color: rgb(23,13,102); }
H1.HeaderClassName
{
color: #170D66;
}
.AnyTagClassName
{
color: #170D66;
}
</style>
background-color css
<style>
a { background-color: #170D66; }
a { background-color: rgb(23,13,102); }
div.DivClassName
{
background-color: #170D66;
}
.BgClassName
{
background-color: #170D66;
}
</style>
border-color css
<style>
span { border-color: #170D66; }
span { border-color: rgb(23,13,102); }
td.TdClassName
{
border-color: #170D66;
}
.TagClassName
{
border-color: #170D66;
}
</style>