Shades of Midnight Blue #171465
Tints of Midnight Blue #171465
RGB
CMYK
RGB Variations
Color information
#171465 (or 0x171465) is known color: Midnight Blue. HEX triplet: 17, 14 and 65. RGB value is (23,20,101). Sum of RGB (Red+Green+Blue) = 23+20+101=144 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.97% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 101 (39.84% from 255 or 70.14% from 144); Max value from RGB is 101 - color contains mainly: blue. Hex color #171465 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171465 is #E8EB9A. Grayscale: #1D1D1D. Windows color (decimal): -15264667 or 6624279. OLE color: 6624279.
HSL color Cylindrical-coordinate representation of color #171465: hue angle of 242.22º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #171465 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 23 | 20 | 101 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.60 |
| HSL | 242.22º | 0.67% | 0.24% | - |
| HSV(B) | 242.22º | 0.8% | 0.4% | - |
| XYZ | 2.95 | 1.62 | 12.47 | - |
| YUV | 30.13 | 167.99 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 20 | 101 | 0.77 | 0.80 | 0 | 0.60 | 242.22 | 0.67 | 0.24 |
| Hex | 17 | 14 | 65 | 4D | 50 | 0 | 3C | F2 | 43 | 18 |
| Octal | 27 | 24 | 145 | 115 | 120 | 0 | 74 | 362 | 103 | 30 |
| Binary | 10111 | 10100 | 1100101 | 1001101 | 1010000 | 0 | 111100 | 11110010 | 1000011 | 11000 |
Color Harmonies of #171465
Complementary color
Monochromatic Colors of #171465
Black with #171465
Text Example
Text Example
White with #171465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171465; }
p { color: rgb(23,20,101); }
H1.HeaderClassName
{
color: #171465;
}
.AnyTagClassName
{
color: #171465;
}
</style>
background-color css
<style>
a { background-color: #171465; }
a { background-color: rgb(23,20,101); }
div.DivClassName
{
background-color: #171465;
}
.BgClassName
{
background-color: #171465;
}
</style>
border-color css
<style>
span { border-color: #171465; }
span { border-color: rgb(23,20,101); }
td.TdClassName
{
border-color: #171465;
}
.TagClassName
{
border-color: #171465;
}
</style>