Shades of Midnight Blue #170A58
Tints of Midnight Blue #170A58
RGB
CMYK
RGB Variations
Color information
#170A58 (or 0x170A58) is known color: Midnight Blue. HEX triplet: 17, 0A and 58. RGB value is (23,10,88). Sum of RGB (Red+Green+Blue) = 23+10+88=121 (16% of max value = 765). Red value is 23 (9.38% from 255 or 19.01% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 88 (34.77% from 255 or 72.73% from 121); Max value from RGB is 88 - color contains mainly: blue. Hex color #170A58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170A58 is #E8F5A7. Grayscale: #161616. Windows color (decimal): -15267240 or 5769751. OLE color: 5769751.
HSL color Cylindrical-coordinate representation of color #170A58: hue angle of 250º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #170A58 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 10 | 88 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.65 |
| HSL | 250º | 0.8% | 0.19% | - |
| HSV(B) | 250º | 0.89% | 0.35% | - |
| XYZ | 2.22 | 1.1 | 9.33 | - |
| YUV | 22.78 | 164.81 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 10 | 88 | 0.74 | 0.89 | 0 | 0.65 | 250 | 0.8 | 0.19 |
| Hex | 17 | A | 58 | 4A | 59 | 0 | 41 | FA | 50 | 13 |
| Octal | 27 | 12 | 130 | 112 | 131 | 0 | 101 | 372 | 120 | 23 |
| Binary | 10111 | 1010 | 1011000 | 1001010 | 1011001 | 0 | 1000001 | 11111010 | 1010000 | 10011 |
Color Harmonies of #170A58
Complementary color
Monochromatic Colors of #170A58
Black with #170A58
Text Example
Text Example
White with #170A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170A58; }
p { color: rgb(23,10,88); }
H1.HeaderClassName
{
color: #170A58;
}
.AnyTagClassName
{
color: #170A58;
}
</style>
background-color css
<style>
a { background-color: #170A58; }
a { background-color: rgb(23,10,88); }
div.DivClassName
{
background-color: #170A58;
}
.BgClassName
{
background-color: #170A58;
}
</style>
border-color css
<style>
span { border-color: #170A58; }
span { border-color: rgb(23,10,88); }
td.TdClassName
{
border-color: #170A58;
}
.TagClassName
{
border-color: #170A58;
}
</style>