Shades of New Midnight Blue #1701AC
Tints of New Midnight Blue #1701AC
RGB
CMYK
RGB Variations
Color information
#1701AC (or 0x1701AC) is known color: New Midnight Blue. HEX triplet: 17, 01 and AC. RGB value is (23,1,172). Sum of RGB (Red+Green+Blue) = 23+1+172=196 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.73% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 172 (67.58% from 255 or 87.76% from 196); Max value from RGB is 172 - color contains mainly: blue. Hex color #1701AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1701AC is #E8FE53. Grayscale: #1A1A1A. Windows color (decimal): -15269460 or 11272471. OLE color: 11272471.
HSL color Cylindrical-coordinate representation of color #1701AC: hue angle of 247.72º degrees, saturation: 0.99, 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 #1701AC is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 1 | 172 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.33 |
| HSL | 247.72º | 0.99% | 0.34% | - |
| HSV(B) | 247.72º | 0.99% | 0.67% | - |
| XYZ | 7.81 | 3.18 | 39.23 | - |
| YUV | 27.07 | 209.79 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 1 | 172 | 0.87 | 0.99 | 0 | 0.33 | 247.72 | 0.99 | 0.34 |
| Hex | 17 | 1 | AC | 57 | 63 | 0 | 21 | F8 | 63 | 22 |
| Octal | 27 | 1 | 254 | 127 | 143 | 0 | 41 | 370 | 143 | 42 |
| Binary | 10111 | 1 | 10101100 | 1010111 | 1100011 | 0 | 100001 | 11111000 | 1100011 | 100010 |
Color Harmonies of #1701AC
Complementary color
Monochromatic Colors of #1701AC
Black with #1701AC
Text Example
Text Example
White with #1701AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1701AC; }
p { color: rgb(23,1,172); }
H1.HeaderClassName
{
color: #1701AC;
}
.AnyTagClassName
{
color: #1701AC;
}
</style>
background-color css
<style>
a { background-color: #1701AC; }
a { background-color: rgb(23,1,172); }
div.DivClassName
{
background-color: #1701AC;
}
.BgClassName
{
background-color: #1701AC;
}
</style>
border-color css
<style>
span { border-color: #1701AC; }
span { border-color: rgb(23,1,172); }
td.TdClassName
{
border-color: #1701AC;
}
.TagClassName
{
border-color: #1701AC;
}
</style>