Shades of Midnight Blue #170474
Tints of Midnight Blue #170474
RGB
CMYK
RGB Variations
Color information
#170474 (or 0x170474) is known color: Midnight Blue. HEX triplet: 17, 04 and 74. RGB value is (23,4,116). Sum of RGB (Red+Green+Blue) = 23+4+116=143 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.08% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 116 (45.70% from 255 or 81.12% from 143); Max value from RGB is 116 - color contains mainly: blue. Hex color #170474 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170474 is #E8FB8B. Grayscale: #161616. Windows color (decimal): -15268748 or 7603223. OLE color: 7603223.
HSL color Cylindrical-coordinate representation of color #170474: hue angle of 250.18º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #170474 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 23 | 4 | 116 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.55 |
| HSL | 250.18º | 0.93% | 0.24% | - |
| HSV(B) | 250.18º | 0.97% | 0.45% | - |
| XYZ | 3.55 | 1.53 | 16.63 | - |
| YUV | 22.45 | 180.79 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 116 | 0.80 | 0.97 | 0 | 0.55 | 250.18 | 0.93 | 0.24 |
| Hex | 17 | 4 | 74 | 50 | 61 | 0 | 37 | FA | 5D | 18 |
| Octal | 27 | 4 | 164 | 120 | 141 | 0 | 67 | 372 | 135 | 30 |
| Binary | 10111 | 100 | 1110100 | 1010000 | 1100001 | 0 | 110111 | 11111010 | 1011101 | 11000 |
Color Harmonies of #170474
Complementary color
Monochromatic Colors of #170474
Black with #170474
Text Example
Text Example
White with #170474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170474; }
p { color: rgb(23,4,116); }
H1.HeaderClassName
{
color: #170474;
}
.AnyTagClassName
{
color: #170474;
}
</style>
background-color css
<style>
a { background-color: #170474; }
a { background-color: rgb(23,4,116); }
div.DivClassName
{
background-color: #170474;
}
.BgClassName
{
background-color: #170474;
}
</style>
border-color css
<style>
span { border-color: #170474; }
span { border-color: rgb(23,4,116); }
td.TdClassName
{
border-color: #170474;
}
.TagClassName
{
border-color: #170474;
}
</style>