Shades of Midnight Blue #170E64
Tints of Midnight Blue #170E64
RGB
CMYK
RGB Variations
Color information
#170E64 (or 0x170E64) is known color: Midnight Blue. HEX triplet: 17, 0E and 64. RGB value is (23,14,100). Sum of RGB (Red+Green+Blue) = 23+14+100=137 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.79% from 137); Green value is 14 (5.86% from 255 or 10.22% from 137); Blue value is 100 (39.45% from 255 or 72.99% from 137); Max value from RGB is 100 - color contains mainly: blue. Hex color #170E64 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170E64 is #E8F19B. Grayscale: #1A1A1A. Windows color (decimal): -15266204 or 6557207. OLE color: 6557207.
HSL color Cylindrical-coordinate representation of color #170E64: hue angle of 246.28º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #170E64 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 14 | 100 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.61 |
| HSL | 246.28º | 0.75% | 0.22% | - |
| HSV(B) | 246.28º | 0.86% | 0.39% | - |
| XYZ | 2.81 | 1.42 | 12.18 | - |
| YUV | 26.5 | 169.48 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 14 | 100 | 0.77 | 0.86 | 0 | 0.61 | 246.28 | 0.75 | 0.22 |
| Hex | 17 | E | 64 | 4D | 56 | 0 | 3D | F6 | 4B | 16 |
| Octal | 27 | 16 | 144 | 115 | 126 | 0 | 75 | 366 | 113 | 26 |
| Binary | 10111 | 1110 | 1100100 | 1001101 | 1010110 | 0 | 111101 | 11110110 | 1001011 | 10110 |
Color Harmonies of #170E64
Complementary color
Monochromatic Colors of #170E64
Black with #170E64
Text Example
Text Example
White with #170E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170E64; }
p { color: rgb(23,14,100); }
H1.HeaderClassName
{
color: #170E64;
}
.AnyTagClassName
{
color: #170E64;
}
</style>
background-color css
<style>
a { background-color: #170E64; }
a { background-color: rgb(23,14,100); }
div.DivClassName
{
background-color: #170E64;
}
.BgClassName
{
background-color: #170E64;
}
</style>
border-color css
<style>
span { border-color: #170E64; }
span { border-color: rgb(23,14,100); }
td.TdClassName
{
border-color: #170E64;
}
.TagClassName
{
border-color: #170E64;
}
</style>