Shades of Midnight Blue #170A72
Tints of Midnight Blue #170A72
RGB
CMYK
RGB Variations
Color information
#170A72 (or 0x170A72) is known color: Midnight Blue. HEX triplet: 17, 0A and 72. RGB value is (23,10,114). Sum of RGB (Red+Green+Blue) = 23+10+114=147 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.65% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 114 (44.92% from 255 or 77.55% from 147); Max value from RGB is 114 - color contains mainly: blue. Hex color #170A72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170A72 is #E8F58D. Grayscale: #191919. Windows color (decimal): -15267214 or 7473687. OLE color: 7473687.
HSL color Cylindrical-coordinate representation of color #170A72: hue angle of 247.5º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #170A72 is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 23 | 10 | 114 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.55 |
| HSL | 247.5º | 0.84% | 0.24% | - |
| HSV(B) | 247.5º | 0.91% | 0.45% | - |
| XYZ | 3.5 | 1.61 | 16.05 | - |
| YUV | 25.74 | 177.81 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 10 | 114 | 0.80 | 0.91 | 0 | 0.55 | 247.5 | 0.84 | 0.24 |
| Hex | 17 | A | 72 | 50 | 5B | 0 | 37 | F8 | 54 | 18 |
| Octal | 27 | 12 | 162 | 120 | 133 | 0 | 67 | 370 | 124 | 30 |
| Binary | 10111 | 1010 | 1110010 | 1010000 | 1011011 | 0 | 110111 | 11111000 | 1010100 | 11000 |
Color Harmonies of #170A72
Complementary color
Monochromatic Colors of #170A72
Black with #170A72
Text Example
Text Example
White with #170A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170A72; }
p { color: rgb(23,10,114); }
H1.HeaderClassName
{
color: #170A72;
}
.AnyTagClassName
{
color: #170A72;
}
</style>
background-color css
<style>
a { background-color: #170A72; }
a { background-color: rgb(23,10,114); }
div.DivClassName
{
background-color: #170A72;
}
.BgClassName
{
background-color: #170A72;
}
</style>
border-color css
<style>
span { border-color: #170A72; }
span { border-color: rgb(23,10,114); }
td.TdClassName
{
border-color: #170A72;
}
.TagClassName
{
border-color: #170A72;
}
</style>