Shades of Midnight Blue #160D73
Tints of Midnight Blue #160D73
RGB
CMYK
RGB Variations
Color information
#160D73 (or 0x160D73) is known color: Midnight Blue. HEX triplet: 16, 0D and 73. RGB value is (22,13,115). Sum of RGB (Red+Green+Blue) = 22+13+115=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 13 (5.47% from 255 or 8.67% from 150); Blue value is 115 (45.31% from 255 or 76.67% from 150); Max value from RGB is 115 - color contains mainly: blue. Hex color #160D73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160D73 is #E9F28C. Grayscale: #1A1A1A. Windows color (decimal): -15331981 or 7539990. OLE color: 7539990.
HSL color Cylindrical-coordinate representation of color #160D73: hue angle of 245.29º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #160D73 is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 13 | 115 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.55 |
| HSL | 245.29º | 0.8% | 0.25% | - |
| HSV(B) | 245.29º | 0.89% | 0.45% | - |
| XYZ | 3.57 | 1.7 | 16.36 | - |
| YUV | 27.32 | 177.48 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 13 | 115 | 0.81 | 0.89 | 0 | 0.55 | 245.29 | 0.8 | 0.25 |
| Hex | 16 | D | 73 | 51 | 59 | 0 | 37 | F5 | 50 | 19 |
| Octal | 26 | 15 | 163 | 121 | 131 | 0 | 67 | 365 | 120 | 31 |
| Binary | 10110 | 1101 | 1110011 | 1010001 | 1011001 | 0 | 110111 | 11110101 | 1010000 | 11001 |
Color Harmonies of #160D73
Complementary color
Monochromatic Colors of #160D73
Black with #160D73
Text Example
Text Example
White with #160D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160D73; }
p { color: rgb(22,13,115); }
H1.HeaderClassName
{
color: #160D73;
}
.AnyTagClassName
{
color: #160D73;
}
</style>
background-color css
<style>
a { background-color: #160D73; }
a { background-color: rgb(22,13,115); }
div.DivClassName
{
background-color: #160D73;
}
.BgClassName
{
background-color: #160D73;
}
</style>
border-color css
<style>
span { border-color: #160D73; }
span { border-color: rgb(22,13,115); }
td.TdClassName
{
border-color: #160D73;
}
.TagClassName
{
border-color: #160D73;
}
</style>