Shades of New Midnight Blue #1700AF
Tints of New Midnight Blue #1700AF
RGB
CMYK
RGB Variations
Color information
#1700AF (or 0x1700AF) is known color: New Midnight Blue. HEX triplet: 17, 00 and AF. RGB value is (23,0,175). Sum of RGB (Red+Green+Blue) = 23+0+175=198 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.62% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 175 (68.75% from 255 or 88.38% from 198); Max value from RGB is 175 - color contains mainly: blue. Hex color #1700AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1700AF is #E8FF50. Grayscale: #1A1A1A. Windows color (decimal): -15269713 or 11468823. OLE color: 11468823.
HSL color Cylindrical-coordinate representation of color #1700AF: hue angle of 247.89º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1700AF is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 23 | 0 | 175 | - |
| CMYK | 0.87 | 1 | 0 | 0.31 |
| HSL | 247.89º | 1% | 0.34% | - |
| HSV(B) | 247.89º | 1% | 0.69% | - |
| XYZ | 8.09 | 3.28 | 40.76 | - |
| YUV | 26.83 | 211.62 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 175 | 0.87 | 1 | 0 | 0.31 | 247.89 | 1 | 0.34 |
| Hex | 17 | 0 | AF | 57 | 64 | 0 | 1F | F8 | 64 | 22 |
| Octal | 27 | 0 | 257 | 127 | 144 | 0 | 37 | 370 | 144 | 42 |
| Binary | 10111 | 0 | 10101111 | 1010111 | 1100100 | 0 | 11111 | 11111000 | 1100100 | 100010 |
Color Harmonies of #1700AF
Complementary color
Monochromatic Colors of #1700AF
Black with #1700AF
Text Example
Text Example
White with #1700AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1700AF; }
p { color: rgb(23,0,175); }
H1.HeaderClassName
{
color: #1700AF;
}
.AnyTagClassName
{
color: #1700AF;
}
</style>
background-color css
<style>
a { background-color: #1700AF; }
a { background-color: rgb(23,0,175); }
div.DivClassName
{
background-color: #1700AF;
}
.BgClassName
{
background-color: #1700AF;
}
</style>
border-color css
<style>
span { border-color: #1700AF; }
span { border-color: rgb(23,0,175); }
td.TdClassName
{
border-color: #1700AF;
}
.TagClassName
{
border-color: #1700AF;
}
</style>