Shades of New Midnight Blue #1700AA
Tints of New Midnight Blue #1700AA
RGB
CMYK
RGB Variations
Color information
#1700AA (or 0x1700AA) is known color: New Midnight Blue. HEX triplet: 17, 00 and AA. RGB value is (23,0,170). Sum of RGB (Red+Green+Blue) = 23+0+170=193 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.92% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 170 (66.80% from 255 or 88.08% from 193); Max value from RGB is 170 - color contains mainly: blue. Hex color #1700AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1700AA is #E8FF55. Grayscale: #191919. Windows color (decimal): -15269718 or 11141143. OLE color: 11141143.
HSL color Cylindrical-coordinate representation of color #1700AA: hue angle of 248.12º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1700AA is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 0 | 170 | - |
| CMYK | 0.86 | 1 | 0 | 0.33 |
| HSL | 248.12º | 1% | 0.33% | - |
| HSV(B) | 248.12º | 1% | 0.67% | - |
| XYZ | 7.61 | 3.08 | 38.22 | - |
| YUV | 26.26 | 209.12 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 170 | 0.86 | 1 | 0 | 0.33 | 248.12 | 1 | 0.33 |
| Hex | 17 | 0 | AA | 56 | 64 | 0 | 21 | F8 | 64 | 21 |
| Octal | 27 | 0 | 252 | 126 | 144 | 0 | 41 | 370 | 144 | 41 |
| Binary | 10111 | 0 | 10101010 | 1010110 | 1100100 | 0 | 100001 | 11111000 | 1100100 | 100001 |
Color Harmonies of #1700AA
Complementary color
Monochromatic Colors of #1700AA
Black with #1700AA
Text Example
Text Example
White with #1700AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1700AA; }
p { color: rgb(23,0,170); }
H1.HeaderClassName
{
color: #1700AA;
}
.AnyTagClassName
{
color: #1700AA;
}
</style>
background-color css
<style>
a { background-color: #1700AA; }
a { background-color: rgb(23,0,170); }
div.DivClassName
{
background-color: #1700AA;
}
.BgClassName
{
background-color: #1700AA;
}
</style>
border-color css
<style>
span { border-color: #1700AA; }
span { border-color: rgb(23,0,170); }
td.TdClassName
{
border-color: #1700AA;
}
.TagClassName
{
border-color: #1700AA;
}
</style>