Shades of Midnight Blue #170570
Tints of Midnight Blue #170570
RGB
CMYK
RGB Variations
Color information
#170570 (or 0x170570) is known color: Midnight Blue. HEX triplet: 17, 05 and 70. RGB value is (23,5,112). Sum of RGB (Red+Green+Blue) = 23+5+112=140 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.43% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 112 (44.14% from 255 or 80% from 140); Max value from RGB is 112 - color contains mainly: blue. Hex color #170570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170570 is #E8FA8F. Grayscale: #161616. Windows color (decimal): -15268496 or 7341335. OLE color: 7341335.
HSL color Cylindrical-coordinate representation of color #170570: hue angle of 250.09º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #170570 is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 5 | 112 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.56 |
| HSL | 250.09º | 0.91% | 0.23% | - |
| HSV(B) | 250.09º | 0.96% | 0.44% | - |
| XYZ | 3.33 | 1.46 | 15.44 | - |
| YUV | 22.58 | 178.46 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 5 | 112 | 0.79 | 0.96 | 0 | 0.56 | 250.09 | 0.91 | 0.23 |
| Hex | 17 | 5 | 70 | 4F | 60 | 0 | 38 | FA | 5B | 17 |
| Octal | 27 | 5 | 160 | 117 | 140 | 0 | 70 | 372 | 133 | 27 |
| Binary | 10111 | 101 | 1110000 | 1001111 | 1100000 | 0 | 111000 | 11111010 | 1011011 | 10111 |
Color Harmonies of #170570
Complementary color
Monochromatic Colors of #170570
Black with #170570
Text Example
Text Example
White with #170570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170570; }
p { color: rgb(23,5,112); }
H1.HeaderClassName
{
color: #170570;
}
.AnyTagClassName
{
color: #170570;
}
</style>
background-color css
<style>
a { background-color: #170570; }
a { background-color: rgb(23,5,112); }
div.DivClassName
{
background-color: #170570;
}
.BgClassName
{
background-color: #170570;
}
</style>
border-color css
<style>
span { border-color: #170570; }
span { border-color: rgb(23,5,112); }
td.TdClassName
{
border-color: #170570;
}
.TagClassName
{
border-color: #170570;
}
</style>