Shades of Midnight Blue #170A64
Tints of Midnight Blue #170A64
RGB
CMYK
RGB Variations
Color information
#170A64 (or 0x170A64) is known color: Midnight Blue. HEX triplet: 17, 0A and 64. RGB value is (23,10,100). Sum of RGB (Red+Green+Blue) = 23+10+100=133 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.29% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 100 (39.45% from 255 or 75.19% from 133); Max value from RGB is 100 - color contains mainly: blue. Hex color #170A64 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170A64 is #E8F59B. Grayscale: #171717. Windows color (decimal): -15267228 or 6556183. OLE color: 6556183.
HSL color Cylindrical-coordinate representation of color #170A64: hue angle of 248.67º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #170A64 is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 10 | 100 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.61 |
| HSL | 248.67º | 0.82% | 0.22% | - |
| HSV(B) | 248.67º | 0.9% | 0.39% | - |
| XYZ | 2.76 | 1.32 | 12.17 | - |
| YUV | 24.15 | 170.81 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 10 | 100 | 0.77 | 0.90 | 0 | 0.61 | 248.67 | 0.82 | 0.22 |
| Hex | 17 | A | 64 | 4D | 5A | 0 | 3D | F9 | 52 | 16 |
| Octal | 27 | 12 | 144 | 115 | 132 | 0 | 75 | 371 | 122 | 26 |
| Binary | 10111 | 1010 | 1100100 | 1001101 | 1011010 | 0 | 111101 | 11111001 | 1010010 | 10110 |
Color Harmonies of #170A64
Complementary color
Monochromatic Colors of #170A64
Black with #170A64
Text Example
Text Example
White with #170A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170A64; }
p { color: rgb(23,10,100); }
H1.HeaderClassName
{
color: #170A64;
}
.AnyTagClassName
{
color: #170A64;
}
</style>
background-color css
<style>
a { background-color: #170A64; }
a { background-color: rgb(23,10,100); }
div.DivClassName
{
background-color: #170A64;
}
.BgClassName
{
background-color: #170A64;
}
</style>
border-color css
<style>
span { border-color: #170A64; }
span { border-color: rgb(23,10,100); }
td.TdClassName
{
border-color: #170A64;
}
.TagClassName
{
border-color: #170A64;
}
</style>