Shades of Midnight Blue #171C64
Tints of Midnight Blue #171C64
RGB
CMYK
RGB Variations
Color information
#171C64 (or 0x171C64) is known color: Midnight Blue. HEX triplet: 17, 1C and 64. RGB value is (23,28,100). Sum of RGB (Red+Green+Blue) = 23+28+100=151 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.23% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 100 (39.45% from 255 or 66.23% from 151); Max value from RGB is 100 - color contains mainly: blue. Hex color #171C64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #171C64 is #E8E39B. Grayscale: #222222. Windows color (decimal): -15262620 or 6560791. OLE color: 6560791.
HSL color Cylindrical-coordinate representation of color #171C64: hue angle of 236.1º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #171C64 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 28 | 100 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.61 |
| HSL | 236.1º | 0.63% | 0.24% | - |
| HSV(B) | 236.1º | 0.77% | 0.39% | - |
| XYZ | 3.07 | 1.93 | 12.27 | - |
| YUV | 34.71 | 164.84 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 28 | 100 | 0.77 | 0.72 | 0 | 0.61 | 236.1 | 0.63 | 0.24 |
| Hex | 17 | 1C | 64 | 4D | 48 | 0 | 3D | EC | 3F | 18 |
| Octal | 27 | 34 | 144 | 115 | 110 | 0 | 75 | 354 | 77 | 30 |
| Binary | 10111 | 11100 | 1100100 | 1001101 | 1001000 | 0 | 111101 | 11101100 | 111111 | 11000 |
Color Harmonies of #171C64
Complementary color
Monochromatic Colors of #171C64
Black with #171C64
Text Example
Text Example
White with #171C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171C64; }
p { color: rgb(23,28,100); }
H1.HeaderClassName
{
color: #171C64;
}
.AnyTagClassName
{
color: #171C64;
}
</style>
background-color css
<style>
a { background-color: #171C64; }
a { background-color: rgb(23,28,100); }
div.DivClassName
{
background-color: #171C64;
}
.BgClassName
{
background-color: #171C64;
}
</style>
border-color css
<style>
span { border-color: #171C64; }
span { border-color: rgb(23,28,100); }
td.TdClassName
{
border-color: #171C64;
}
.TagClassName
{
border-color: #171C64;
}
</style>