Shades of Midnight Blue #170A5B
Tints of Midnight Blue #170A5B
RGB
CMYK
RGB Variations
Color information
#170A5B (or 0x170A5B) is known color: Midnight Blue. HEX triplet: 17, 0A and 5B. RGB value is (23,10,91). Sum of RGB (Red+Green+Blue) = 23+10+91=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 91 (35.94% from 255 or 73.39% from 124); Max value from RGB is 91 - color contains mainly: blue. Hex color #170A5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170A5B is #E8F5A4. Grayscale: #161616. Windows color (decimal): -15267237 or 5966359. OLE color: 5966359.
HSL color Cylindrical-coordinate representation of color #170A5B: hue angle of 249.63º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #170A5B is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 10 | 91 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.64 |
| HSL | 249.63º | 0.8% | 0.2% | - |
| HSV(B) | 249.63º | 0.89% | 0.36% | - |
| XYZ | 2.35 | 1.15 | 10 | - |
| YUV | 23.12 | 166.31 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 10 | 91 | 0.75 | 0.89 | 0 | 0.64 | 249.63 | 0.8 | 0.2 |
| Hex | 17 | A | 5B | 4B | 59 | 0 | 40 | FA | 50 | 14 |
| Octal | 27 | 12 | 133 | 113 | 131 | 0 | 100 | 372 | 120 | 24 |
| Binary | 10111 | 1010 | 1011011 | 1001011 | 1011001 | 0 | 1000000 | 11111010 | 1010000 | 10100 |
Color Harmonies of #170A5B
Complementary color
Monochromatic Colors of #170A5B
Black with #170A5B
Text Example
Text Example
White with #170A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170A5B; }
p { color: rgb(23,10,91); }
H1.HeaderClassName
{
color: #170A5B;
}
.AnyTagClassName
{
color: #170A5B;
}
</style>
background-color css
<style>
a { background-color: #170A5B; }
a { background-color: rgb(23,10,91); }
div.DivClassName
{
background-color: #170A5B;
}
.BgClassName
{
background-color: #170A5B;
}
</style>
border-color css
<style>
span { border-color: #170A5B; }
span { border-color: rgb(23,10,91); }
td.TdClassName
{
border-color: #170A5B;
}
.TagClassName
{
border-color: #170A5B;
}
</style>