Shades of Midnight Blue #170D74
Tints of Midnight Blue #170D74
RGB
CMYK
RGB Variations
Color information
#170D74 (or 0x170D74) is known color: Midnight Blue. HEX triplet: 17, 0D and 74. RGB value is (23,13,116). Sum of RGB (Red+Green+Blue) = 23+13+116=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 116 (45.70% from 255 or 76.32% from 152); Max value from RGB is 116 - color contains mainly: blue. Hex color #170D74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170D74 is #E8F28B. Grayscale: #1B1B1B. Windows color (decimal): -15266444 or 7605527. OLE color: 7605527.
HSL color Cylindrical-coordinate representation of color #170D74: hue angle of 245.83º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #170D74 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 23 | 13 | 116 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.55 |
| HSL | 245.83º | 0.8% | 0.25% | - |
| HSV(B) | 245.83º | 0.89% | 0.45% | - |
| XYZ | 3.65 | 1.73 | 16.66 | - |
| YUV | 27.73 | 177.81 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 116 | 0.80 | 0.89 | 0 | 0.55 | 245.83 | 0.8 | 0.25 |
| Hex | 17 | D | 74 | 50 | 59 | 0 | 37 | F6 | 50 | 19 |
| Octal | 27 | 15 | 164 | 120 | 131 | 0 | 67 | 366 | 120 | 31 |
| Binary | 10111 | 1101 | 1110100 | 1010000 | 1011001 | 0 | 110111 | 11110110 | 1010000 | 11001 |
Color Harmonies of #170D74
Complementary color
Monochromatic Colors of #170D74
Black with #170D74
Text Example
Text Example
White with #170D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170D74; }
p { color: rgb(23,13,116); }
H1.HeaderClassName
{
color: #170D74;
}
.AnyTagClassName
{
color: #170D74;
}
</style>
background-color css
<style>
a { background-color: #170D74; }
a { background-color: rgb(23,13,116); }
div.DivClassName
{
background-color: #170D74;
}
.BgClassName
{
background-color: #170D74;
}
</style>
border-color css
<style>
span { border-color: #170D74; }
span { border-color: rgb(23,13,116); }
td.TdClassName
{
border-color: #170D74;
}
.TagClassName
{
border-color: #170D74;
}
</style>