Shades of Midnight Blue #160D5C
Tints of Midnight Blue #160D5C
RGB
CMYK
RGB Variations
Color information
#160D5C (or 0x160D5C) is known color: Midnight Blue. HEX triplet: 16, 0D and 5C. RGB value is (22,13,92). Sum of RGB (Red+Green+Blue) = 22+13+92=127 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.32% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 92 (36.33% from 255 or 72.44% from 127); Max value from RGB is 92 - color contains mainly: blue. Hex color #160D5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160D5C is #E9F2A3. Grayscale: #181818. Windows color (decimal): -15332004 or 6032662. OLE color: 6032662.
HSL color Cylindrical-coordinate representation of color #160D5C: hue angle of 246.84º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #160D5C is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 13 | 92 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.64 |
| HSL | 246.84º | 0.75% | 0.21% | - |
| HSV(B) | 246.84º | 0.86% | 0.36% | - |
| XYZ | 2.41 | 1.23 | 10.24 | - |
| YUV | 24.7 | 165.98 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 13 | 92 | 0.76 | 0.86 | 0 | 0.64 | 246.84 | 0.75 | 0.21 |
| Hex | 16 | D | 5C | 4C | 56 | 0 | 40 | F7 | 4B | 15 |
| Octal | 26 | 15 | 134 | 114 | 126 | 0 | 100 | 367 | 113 | 25 |
| Binary | 10110 | 1101 | 1011100 | 1001100 | 1010110 | 0 | 1000000 | 11110111 | 1001011 | 10101 |
Color Harmonies of #160D5C
Complementary color
Monochromatic Colors of #160D5C
Black with #160D5C
Text Example
Text Example
White with #160D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160D5C; }
p { color: rgb(22,13,92); }
H1.HeaderClassName
{
color: #160D5C;
}
.AnyTagClassName
{
color: #160D5C;
}
</style>
background-color css
<style>
a { background-color: #160D5C; }
a { background-color: rgb(22,13,92); }
div.DivClassName
{
background-color: #160D5C;
}
.BgClassName
{
background-color: #160D5C;
}
</style>
border-color css
<style>
span { border-color: #160D5C; }
span { border-color: rgb(22,13,92); }
td.TdClassName
{
border-color: #160D5C;
}
.TagClassName
{
border-color: #160D5C;
}
</style>