Shades of Midnight Blue #170470
Tints of Midnight Blue #170470
RGB
CMYK
RGB Variations
Color information
#170470 (or 0x170470) is known color: Midnight Blue. HEX triplet: 17, 04 and 70. RGB value is (23,4,112). Sum of RGB (Red+Green+Blue) = 23+4+112=139 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.55% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 112 (44.14% from 255 or 80.58% from 139); Max value from RGB is 112 - color contains mainly: blue. Hex color #170470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170470 is #E8FB8F. Grayscale: #151515. Windows color (decimal): -15268752 or 7341079. OLE color: 7341079.
HSL color Cylindrical-coordinate representation of color #170470: hue angle of 250.56º degrees, saturation: 0.93, 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 #170470 is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 4 | 112 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.56 |
| HSL | 250.56º | 0.93% | 0.23% | - |
| HSV(B) | 250.56º | 0.96% | 0.44% | - |
| XYZ | 3.32 | 1.44 | 15.43 | - |
| YUV | 21.99 | 178.79 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 112 | 0.79 | 0.96 | 0 | 0.56 | 250.56 | 0.93 | 0.23 |
| Hex | 17 | 4 | 70 | 4F | 60 | 0 | 38 | FB | 5D | 17 |
| Octal | 27 | 4 | 160 | 117 | 140 | 0 | 70 | 373 | 135 | 27 |
| Binary | 10111 | 100 | 1110000 | 1001111 | 1100000 | 0 | 111000 | 11111011 | 1011101 | 10111 |
Color Harmonies of #170470
Complementary color
Monochromatic Colors of #170470
Black with #170470
Text Example
Text Example
White with #170470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170470; }
p { color: rgb(23,4,112); }
H1.HeaderClassName
{
color: #170470;
}
.AnyTagClassName
{
color: #170470;
}
</style>
background-color css
<style>
a { background-color: #170470; }
a { background-color: rgb(23,4,112); }
div.DivClassName
{
background-color: #170470;
}
.BgClassName
{
background-color: #170470;
}
</style>
border-color css
<style>
span { border-color: #170470; }
span { border-color: rgb(23,4,112); }
td.TdClassName
{
border-color: #170470;
}
.TagClassName
{
border-color: #170470;
}
</style>