Shades of Midnight Blue #171572
Tints of Midnight Blue #171572
RGB
CMYK
RGB Variations
Color information
#171572 (or 0x171572) is known color: Midnight Blue. HEX triplet: 17, 15 and 72. RGB value is (23,21,114). Sum of RGB (Red+Green+Blue) = 23+21+114=158 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.56% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 114 (44.92% from 255 or 72.15% from 158); Max value from RGB is 114 - color contains mainly: blue. Hex color #171572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171572 is #E8EA8D. Grayscale: #1F1F1F. Windows color (decimal): -15264398 or 7476503. OLE color: 7476503.
HSL color Cylindrical-coordinate representation of color #171572: hue angle of 241.29º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #171572 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 23 | 21 | 114 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.55 |
| HSL | 241.29º | 0.69% | 0.26% | - |
| HSV(B) | 241.29º | 0.82% | 0.45% | - |
| XYZ | 3.66 | 1.93 | 16.1 | - |
| YUV | 32.2 | 174.16 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 114 | 0.80 | 0.82 | 0 | 0.55 | 241.29 | 0.69 | 0.26 |
| Hex | 17 | 15 | 72 | 50 | 52 | 0 | 37 | F1 | 45 | 1A |
| Octal | 27 | 25 | 162 | 120 | 122 | 0 | 67 | 361 | 105 | 32 |
| Binary | 10111 | 10101 | 1110010 | 1010000 | 1010010 | 0 | 110111 | 11110001 | 1000101 | 11010 |
Color Harmonies of #171572
Complementary color
Monochromatic Colors of #171572
Black with #171572
Text Example
Text Example
White with #171572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171572; }
p { color: rgb(23,21,114); }
H1.HeaderClassName
{
color: #171572;
}
.AnyTagClassName
{
color: #171572;
}
</style>
background-color css
<style>
a { background-color: #171572; }
a { background-color: rgb(23,21,114); }
div.DivClassName
{
background-color: #171572;
}
.BgClassName
{
background-color: #171572;
}
</style>
border-color css
<style>
span { border-color: #171572; }
span { border-color: rgb(23,21,114); }
td.TdClassName
{
border-color: #171572;
}
.TagClassName
{
border-color: #171572;
}
</style>