Shades of Midnight Blue #172670
Tints of Midnight Blue #172670
RGB
CMYK
RGB Variations
Color information
#172670 (or 0x172670) is known color: Midnight Blue. HEX triplet: 17, 26 and 70. RGB value is (23,38,112). Sum of RGB (Red+Green+Blue) = 23+38+112=173 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.29% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #172670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172670 is #E8D98F. Grayscale: #292929. Windows color (decimal): -15260048 or 7349783. OLE color: 7349783.
HSL color Cylindrical-coordinate representation of color #172670: hue angle of 229.89º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #172670 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 38 | 112 | - |
| CMYK | 0.79 | 0.66 | 0 | 0.56 |
| HSL | 229.89º | 0.66% | 0.26% | - |
| HSV(B) | 229.89º | 0.79% | 0.44% | - |
| XYZ | 3.97 | 2.74 | 15.65 | - |
| YUV | 41.95 | 167.53 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 38 | 112 | 0.79 | 0.66 | 0 | 0.56 | 229.89 | 0.66 | 0.26 |
| Hex | 17 | 26 | 70 | 4F | 42 | 0 | 38 | E6 | 42 | 1A |
| Octal | 27 | 46 | 160 | 117 | 102 | 0 | 70 | 346 | 102 | 32 |
| Binary | 10111 | 100110 | 1110000 | 1001111 | 1000010 | 0 | 111000 | 11100110 | 1000010 | 11010 |
Color Harmonies of #172670
Complementary color
Monochromatic Colors of #172670
Black with #172670
Text Example
Text Example
White with #172670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172670; }
p { color: rgb(23,38,112); }
H1.HeaderClassName
{
color: #172670;
}
.AnyTagClassName
{
color: #172670;
}
</style>
background-color css
<style>
a { background-color: #172670; }
a { background-color: rgb(23,38,112); }
div.DivClassName
{
background-color: #172670;
}
.BgClassName
{
background-color: #172670;
}
</style>
border-color css
<style>
span { border-color: #172670; }
span { border-color: rgb(23,38,112); }
td.TdClassName
{
border-color: #172670;
}
.TagClassName
{
border-color: #172670;
}
</style>