Shades of New Midnight Blue #1700B1
Tints of New Midnight Blue #1700B1
RGB
CMYK
RGB Variations
Color information
#1700B1 (or 0x1700B1) is known color: New Midnight Blue. HEX triplet: 17, 00 and B1. RGB value is (23,0,177). Sum of RGB (Red+Green+Blue) = 23+0+177=200 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 177 (69.53% from 255 or 88.5% from 200); Max value from RGB is 177 - color contains mainly: blue. Hex color #1700B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1700B1 is #E8FF4E. Grayscale: #1A1A1A. Windows color (decimal): -15269711 or 11599895. OLE color: 11599895.
HSL color Cylindrical-coordinate representation of color #1700B1: hue angle of 247.8º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1700B1 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 23 | 0 | 177 | - |
| CMYK | 0.87 | 1 | 0 | 0.31 |
| HSL | 247.8º | 1% | 0.35% | - |
| HSV(B) | 247.8º | 1% | 0.69% | - |
| XYZ | 8.29 | 3.36 | 41.81 | - |
| YUV | 27.06 | 212.62 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 177 | 0.87 | 1 | 0 | 0.31 | 247.8 | 1 | 0.35 |
| Hex | 17 | 0 | B1 | 57 | 64 | 0 | 1F | F8 | 64 | 23 |
| Octal | 27 | 0 | 261 | 127 | 144 | 0 | 37 | 370 | 144 | 43 |
| Binary | 10111 | 0 | 10110001 | 1010111 | 1100100 | 0 | 11111 | 11111000 | 1100100 | 100011 |
Color Harmonies of #1700B1
Complementary color
Monochromatic Colors of #1700B1
Black with #1700B1
Text Example
Text Example
White with #1700B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1700B1; }
p { color: rgb(23,0,177); }
H1.HeaderClassName
{
color: #1700B1;
}
.AnyTagClassName
{
color: #1700B1;
}
</style>
background-color css
<style>
a { background-color: #1700B1; }
a { background-color: rgb(23,0,177); }
div.DivClassName
{
background-color: #1700B1;
}
.BgClassName
{
background-color: #1700B1;
}
</style>
border-color css
<style>
span { border-color: #1700B1; }
span { border-color: rgb(23,0,177); }
td.TdClassName
{
border-color: #1700B1;
}
.TagClassName
{
border-color: #1700B1;
}
</style>