Shades of Midnight Blue #170A66
Tints of Midnight Blue #170A66
RGB
CMYK
RGB Variations
Color information
#170A66 (or 0x170A66) is known color: Midnight Blue. HEX triplet: 17, 0A and 66. RGB value is (23,10,102). Sum of RGB (Red+Green+Blue) = 23+10+102=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 102 (40.23% from 255 or 75.56% from 135); Max value from RGB is 102 - color contains mainly: blue. Hex color #170A66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170A66 is #E8F599. Grayscale: #181818. Windows color (decimal): -15267226 or 6687255. OLE color: 6687255.
HSL color Cylindrical-coordinate representation of color #170A66: hue angle of 248.48º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #170A66 is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 23 | 10 | 102 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.6 |
| HSL | 248.48º | 0.82% | 0.22% | - |
| HSV(B) | 248.48º | 0.9% | 0.4% | - |
| XYZ | 2.86 | 1.36 | 12.68 | - |
| YUV | 24.38 | 171.81 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 10 | 102 | 0.77 | 0.90 | 0 | 0.6 | 248.48 | 0.82 | 0.22 |
| Hex | 17 | A | 66 | 4D | 5A | 0 | 3C | F8 | 52 | 16 |
| Octal | 27 | 12 | 146 | 115 | 132 | 0 | 74 | 370 | 122 | 26 |
| Binary | 10111 | 1010 | 1100110 | 1001101 | 1011010 | 0 | 111100 | 11111000 | 1010010 | 10110 |
Color Harmonies of #170A66
Complementary color
Monochromatic Colors of #170A66
Black with #170A66
Text Example
Text Example
White with #170A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170A66; }
p { color: rgb(23,10,102); }
H1.HeaderClassName
{
color: #170A66;
}
.AnyTagClassName
{
color: #170A66;
}
</style>
background-color css
<style>
a { background-color: #170A66; }
a { background-color: rgb(23,10,102); }
div.DivClassName
{
background-color: #170A66;
}
.BgClassName
{
background-color: #170A66;
}
</style>
border-color css
<style>
span { border-color: #170A66; }
span { border-color: rgb(23,10,102); }
td.TdClassName
{
border-color: #170A66;
}
.TagClassName
{
border-color: #170A66;
}
</style>