Shades of Midnight Blue #171F7A
Tints of Midnight Blue #171F7A
RGB
CMYK
RGB Variations
Color information
#171F7A (or 0x171F7A) is known color: Midnight Blue. HEX triplet: 17, 1F and 7A. RGB value is (23,31,122). Sum of RGB (Red+Green+Blue) = 23+31+122=176 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.07% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 122 (48.05% from 255 or 69.32% from 176); Max value from RGB is 122 - color contains mainly: blue. Hex color #171F7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #171F7A is #E8E085. Grayscale: #262626. Windows color (decimal): -15261830 or 8003351. OLE color: 8003351.
HSL color Cylindrical-coordinate representation of color #171F7A: hue angle of 235.15º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #171F7A is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 31 | 122 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.52 |
| HSL | 235.15º | 0.68% | 0.28% | - |
| HSV(B) | 235.15º | 0.81% | 0.48% | - |
| XYZ | 4.36 | 2.57 | 18.68 | - |
| YUV | 38.98 | 174.85 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 122 | 0.81 | 0.75 | 0 | 0.52 | 235.15 | 0.68 | 0.28 |
| Hex | 17 | 1F | 7A | 51 | 4B | 0 | 34 | EB | 44 | 1C |
| Octal | 27 | 37 | 172 | 121 | 113 | 0 | 64 | 353 | 104 | 34 |
| Binary | 10111 | 11111 | 1111010 | 1010001 | 1001011 | 0 | 110100 | 11101011 | 1000100 | 11100 |
Color Harmonies of #171F7A
Complementary color
Monochromatic Colors of #171F7A
Black with #171F7A
Text Example
Text Example
White with #171F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171F7A; }
p { color: rgb(23,31,122); }
H1.HeaderClassName
{
color: #171F7A;
}
.AnyTagClassName
{
color: #171F7A;
}
</style>
background-color css
<style>
a { background-color: #171F7A; }
a { background-color: rgb(23,31,122); }
div.DivClassName
{
background-color: #171F7A;
}
.BgClassName
{
background-color: #171F7A;
}
</style>
border-color css
<style>
span { border-color: #171F7A; }
span { border-color: rgb(23,31,122); }
td.TdClassName
{
border-color: #171F7A;
}
.TagClassName
{
border-color: #171F7A;
}
</style>