Shades of Midnight Blue #171970
Tints of Midnight Blue #171970
RGB
CMYK
RGB Variations
Color information
#171970 (or 0x171970) is known color: Midnight Blue. HEX triplet: 17, 19 and 70. RGB value is (23,25,112). Sum of RGB (Red+Green+Blue) = 23+25+112=160 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.38% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 112 (44.14% from 255 or 70% from 160); Max value from RGB is 112 - color contains mainly: blue. Hex color #171970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171970 is #E8E68F. Grayscale: #212121. Windows color (decimal): -15263376 or 7346455. OLE color: 7346455.
HSL color Cylindrical-coordinate representation of color #171970: hue angle of 238.65º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #171970 is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 25 | 112 | - |
| CMYK | 0.79 | 0.78 | 0 | 0.56 |
| HSL | 238.65º | 0.66% | 0.26% | - |
| HSV(B) | 238.65º | 0.79% | 0.44% | - |
| XYZ | 3.63 | 2.05 | 15.53 | - |
| YUV | 34.32 | 171.84 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 25 | 112 | 0.79 | 0.78 | 0 | 0.56 | 238.65 | 0.66 | 0.26 |
| Hex | 17 | 19 | 70 | 4F | 4E | 0 | 38 | EF | 42 | 1A |
| Octal | 27 | 31 | 160 | 117 | 116 | 0 | 70 | 357 | 102 | 32 |
| Binary | 10111 | 11001 | 1110000 | 1001111 | 1001110 | 0 | 111000 | 11101111 | 1000010 | 11010 |
Color Harmonies of #171970
Complementary color
Monochromatic Colors of #171970
Black with #171970
Text Example
Text Example
White with #171970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171970; }
p { color: rgb(23,25,112); }
H1.HeaderClassName
{
color: #171970;
}
.AnyTagClassName
{
color: #171970;
}
</style>
background-color css
<style>
a { background-color: #171970; }
a { background-color: rgb(23,25,112); }
div.DivClassName
{
background-color: #171970;
}
.BgClassName
{
background-color: #171970;
}
</style>
border-color css
<style>
span { border-color: #171970; }
span { border-color: rgb(23,25,112); }
td.TdClassName
{
border-color: #171970;
}
.TagClassName
{
border-color: #171970;
}
</style>