Shades of Midnight Blue #171F74
Tints of Midnight Blue #171F74
RGB
CMYK
RGB Variations
Color information
#171F74 (or 0x171F74) is known color: Midnight Blue. HEX triplet: 17, 1F and 74. RGB value is (23,31,116). Sum of RGB (Red+Green+Blue) = 23+31+116=170 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.53% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 116 (45.70% from 255 or 68.24% from 170); Max value from RGB is 116 - color contains mainly: blue. Hex color #171F74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #171F74 is #E8E08B. Grayscale: #252525. Windows color (decimal): -15261836 or 7610135. OLE color: 7610135.
HSL color Cylindrical-coordinate representation of color #171F74: hue angle of 234.84º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #171F74 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 23 | 31 | 116 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.55 |
| HSL | 234.84º | 0.67% | 0.27% | - |
| HSV(B) | 234.84º | 0.8% | 0.45% | - |
| XYZ | 4 | 2.42 | 16.78 | - |
| YUV | 38.3 | 171.85 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 116 | 0.80 | 0.73 | 0 | 0.55 | 234.84 | 0.67 | 0.27 |
| Hex | 17 | 1F | 74 | 50 | 49 | 0 | 37 | EB | 43 | 1B |
| Octal | 27 | 37 | 164 | 120 | 111 | 0 | 67 | 353 | 103 | 33 |
| Binary | 10111 | 11111 | 1110100 | 1010000 | 1001001 | 0 | 110111 | 11101011 | 1000011 | 11011 |
Color Harmonies of #171F74
Complementary color
Monochromatic Colors of #171F74
Black with #171F74
Text Example
Text Example
White with #171F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171F74; }
p { color: rgb(23,31,116); }
H1.HeaderClassName
{
color: #171F74;
}
.AnyTagClassName
{
color: #171F74;
}
</style>
background-color css
<style>
a { background-color: #171F74; }
a { background-color: rgb(23,31,116); }
div.DivClassName
{
background-color: #171F74;
}
.BgClassName
{
background-color: #171F74;
}
</style>
border-color css
<style>
span { border-color: #171F74; }
span { border-color: rgb(23,31,116); }
td.TdClassName
{
border-color: #171F74;
}
.TagClassName
{
border-color: #171F74;
}
</style>