Shades of Midnight Blue #170C63
Tints of Midnight Blue #170C63
RGB
CMYK
RGB Variations
Color information
#170C63 (or 0x170C63) is known color: Midnight Blue. HEX triplet: 17, 0C and 63. RGB value is (23,12,99). Sum of RGB (Red+Green+Blue) = 23+12+99=134 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.16% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 99 (39.06% from 255 or 73.88% from 134); Max value from RGB is 99 - color contains mainly: blue. Hex color #170C63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170C63 is #E8F39C. Grayscale: #181818. Windows color (decimal): -15266717 or 6491159. OLE color: 6491159.
HSL color Cylindrical-coordinate representation of color #170C63: hue angle of 247.59º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #170C63 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 12 | 99 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.61 |
| HSL | 247.59º | 0.78% | 0.22% | - |
| HSV(B) | 247.59º | 0.88% | 0.39% | - |
| XYZ | 2.74 | 1.35 | 11.92 | - |
| YUV | 25.21 | 169.64 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 12 | 99 | 0.77 | 0.88 | 0 | 0.61 | 247.59 | 0.78 | 0.22 |
| Hex | 17 | C | 63 | 4D | 58 | 0 | 3D | F8 | 4E | 16 |
| Octal | 27 | 14 | 143 | 115 | 130 | 0 | 75 | 370 | 116 | 26 |
| Binary | 10111 | 1100 | 1100011 | 1001101 | 1011000 | 0 | 111101 | 11111000 | 1001110 | 10110 |
Color Harmonies of #170C63
Complementary color
Monochromatic Colors of #170C63
Black with #170C63
Text Example
Text Example
White with #170C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170C63; }
p { color: rgb(23,12,99); }
H1.HeaderClassName
{
color: #170C63;
}
.AnyTagClassName
{
color: #170C63;
}
</style>
background-color css
<style>
a { background-color: #170C63; }
a { background-color: rgb(23,12,99); }
div.DivClassName
{
background-color: #170C63;
}
.BgClassName
{
background-color: #170C63;
}
</style>
border-color css
<style>
span { border-color: #170C63; }
span { border-color: rgb(23,12,99); }
td.TdClassName
{
border-color: #170C63;
}
.TagClassName
{
border-color: #170C63;
}
</style>