Shades of Midnight Blue #170472
Tints of Midnight Blue #170472
RGB
CMYK
RGB Variations
Color information
#170472 (or 0x170472) is known color: Midnight Blue. HEX triplet: 17, 04 and 72. RGB value is (23,4,114). Sum of RGB (Red+Green+Blue) = 23+4+114=141 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.31% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 114 (44.92% from 255 or 80.85% from 141); Max value from RGB is 114 - color contains mainly: blue. Hex color #170472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170472 is #E8FB8D. Grayscale: #151515. Windows color (decimal): -15268750 or 7472151. OLE color: 7472151.
HSL color Cylindrical-coordinate representation of color #170472: hue angle of 250.36º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #170472 is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 23 | 4 | 114 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.55 |
| HSL | 250.36º | 0.93% | 0.23% | - |
| HSV(B) | 250.36º | 0.96% | 0.45% | - |
| XYZ | 3.43 | 1.48 | 16.03 | - |
| YUV | 22.22 | 179.79 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 114 | 0.80 | 0.96 | 0 | 0.55 | 250.36 | 0.93 | 0.23 |
| Hex | 17 | 4 | 72 | 50 | 60 | 0 | 37 | FA | 5D | 17 |
| Octal | 27 | 4 | 162 | 120 | 140 | 0 | 67 | 372 | 135 | 27 |
| Binary | 10111 | 100 | 1110010 | 1010000 | 1100000 | 0 | 110111 | 11111010 | 1011101 | 10111 |
Color Harmonies of #170472
Complementary color
Monochromatic Colors of #170472
Black with #170472
Text Example
Text Example
White with #170472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170472; }
p { color: rgb(23,4,114); }
H1.HeaderClassName
{
color: #170472;
}
.AnyTagClassName
{
color: #170472;
}
</style>
background-color css
<style>
a { background-color: #170472; }
a { background-color: rgb(23,4,114); }
div.DivClassName
{
background-color: #170472;
}
.BgClassName
{
background-color: #170472;
}
</style>
border-color css
<style>
span { border-color: #170472; }
span { border-color: rgb(23,4,114); }
td.TdClassName
{
border-color: #170472;
}
.TagClassName
{
border-color: #170472;
}
</style>