Shades of New Midnight Blue #1702AA
Tints of New Midnight Blue #1702AA
RGB
CMYK
RGB Variations
Color information
#1702AA (or 0x1702AA) is known color: New Midnight Blue. HEX triplet: 17, 02 and AA. RGB value is (23,2,170). Sum of RGB (Red+Green+Blue) = 23+2+170=195 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.79% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 170 (66.80% from 255 or 87.18% from 195); Max value from RGB is 170 - color contains mainly: blue. Hex color #1702AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1702AA is #E8FD55. Grayscale: #1A1A1A. Windows color (decimal): -15269206 or 11141655. OLE color: 11141655.
HSL color Cylindrical-coordinate representation of color #1702AA: hue angle of 247.5º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1702AA is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 2 | 170 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.33 |
| HSL | 247.5º | 0.98% | 0.34% | - |
| HSV(B) | 247.5º | 0.99% | 0.67% | - |
| XYZ | 7.63 | 3.13 | 38.23 | - |
| YUV | 27.43 | 208.46 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 170 | 0.86 | 0.99 | 0 | 0.33 | 247.5 | 0.98 | 0.34 |
| Hex | 17 | 2 | AA | 56 | 63 | 0 | 21 | F8 | 62 | 22 |
| Octal | 27 | 2 | 252 | 126 | 143 | 0 | 41 | 370 | 142 | 42 |
| Binary | 10111 | 10 | 10101010 | 1010110 | 1100011 | 0 | 100001 | 11111000 | 1100010 | 100010 |
Color Harmonies of #1702AA
Complementary color
Monochromatic Colors of #1702AA
Black with #1702AA
Text Example
Text Example
White with #1702AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1702AA; }
p { color: rgb(23,2,170); }
H1.HeaderClassName
{
color: #1702AA;
}
.AnyTagClassName
{
color: #1702AA;
}
</style>
background-color css
<style>
a { background-color: #1702AA; }
a { background-color: rgb(23,2,170); }
div.DivClassName
{
background-color: #1702AA;
}
.BgClassName
{
background-color: #1702AA;
}
</style>
border-color css
<style>
span { border-color: #1702AA; }
span { border-color: rgb(23,2,170); }
td.TdClassName
{
border-color: #1702AA;
}
.TagClassName
{
border-color: #1702AA;
}
</style>