Shades of Midnight Blue #170F70
Tints of Midnight Blue #170F70
RGB
CMYK
RGB Variations
Color information
#170F70 (or 0x170F70) is known color: Midnight Blue. HEX triplet: 17, 0F and 70. RGB value is (23,15,112). Sum of RGB (Red+Green+Blue) = 23+15+112=150 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.33% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 112 (44.14% from 255 or 74.67% from 150); Max value from RGB is 112 - color contains mainly: blue. Hex color #170F70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170F70 is #E8F08F. Grayscale: #1C1C1C. Windows color (decimal): -15265936 or 7343895. OLE color: 7343895.
HSL color Cylindrical-coordinate representation of color #170F70: hue angle of 244.95º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #170F70 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 15 | 112 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.56 |
| HSL | 244.95º | 0.76% | 0.25% | - |
| HSV(B) | 244.95º | 0.87% | 0.44% | - |
| XYZ | 3.45 | 1.69 | 15.47 | - |
| YUV | 28.45 | 175.15 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 112 | 0.79 | 0.87 | 0 | 0.56 | 244.95 | 0.76 | 0.25 |
| Hex | 17 | F | 70 | 4F | 57 | 0 | 38 | F5 | 4C | 19 |
| Octal | 27 | 17 | 160 | 117 | 127 | 0 | 70 | 365 | 114 | 31 |
| Binary | 10111 | 1111 | 1110000 | 1001111 | 1010111 | 0 | 111000 | 11110101 | 1001100 | 11001 |
Color Harmonies of #170F70
Complementary color
Monochromatic Colors of #170F70
Black with #170F70
Text Example
Text Example
White with #170F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170F70; }
p { color: rgb(23,15,112); }
H1.HeaderClassName
{
color: #170F70;
}
.AnyTagClassName
{
color: #170F70;
}
</style>
background-color css
<style>
a { background-color: #170F70; }
a { background-color: rgb(23,15,112); }
div.DivClassName
{
background-color: #170F70;
}
.BgClassName
{
background-color: #170F70;
}
</style>
border-color css
<style>
span { border-color: #170F70; }
span { border-color: rgb(23,15,112); }
td.TdClassName
{
border-color: #170F70;
}
.TagClassName
{
border-color: #170F70;
}
</style>