Shades of Midnight Blue #171F64
Tints of Midnight Blue #171F64
RGB
CMYK
RGB Variations
Color information
#171F64 (or 0x171F64) is known color: Midnight Blue. HEX triplet: 17, 1F and 64. RGB value is (23,31,100). Sum of RGB (Red+Green+Blue) = 23+31+100=154 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.94% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 100 (39.45% from 255 or 64.94% from 154); Max value from RGB is 100 - color contains mainly: blue. Hex color #171F64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #171F64 is #E8E09B. Grayscale: #242424. Windows color (decimal): -15261852 or 6561559. OLE color: 6561559.
HSL color Cylindrical-coordinate representation of color #171F64: hue angle of 233.77º 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 #171F64 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 31 | 100 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.61 |
| HSL | 233.77º | 0.63% | 0.24% | - |
| HSV(B) | 233.77º | 0.77% | 0.39% | - |
| XYZ | 3.14 | 2.08 | 12.29 | - |
| YUV | 36.47 | 163.85 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 100 | 0.77 | 0.69 | 0 | 0.61 | 233.77 | 0.63 | 0.24 |
| Hex | 17 | 1F | 64 | 4D | 45 | 0 | 3D | EA | 3F | 18 |
| Octal | 27 | 37 | 144 | 115 | 105 | 0 | 75 | 352 | 77 | 30 |
| Binary | 10111 | 11111 | 1100100 | 1001101 | 1000101 | 0 | 111101 | 11101010 | 111111 | 11000 |
Color Harmonies of #171F64
Complementary color
Monochromatic Colors of #171F64
Black with #171F64
Text Example
Text Example
White with #171F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171F64; }
p { color: rgb(23,31,100); }
H1.HeaderClassName
{
color: #171F64;
}
.AnyTagClassName
{
color: #171F64;
}
</style>
background-color css
<style>
a { background-color: #171F64; }
a { background-color: rgb(23,31,100); }
div.DivClassName
{
background-color: #171F64;
}
.BgClassName
{
background-color: #171F64;
}
</style>
border-color css
<style>
span { border-color: #171F64; }
span { border-color: rgb(23,31,100); }
td.TdClassName
{
border-color: #171F64;
}
.TagClassName
{
border-color: #171F64;
}
</style>