Shades of Midnight Blue #161D73
Tints of Midnight Blue #161D73
RGB
CMYK
RGB Variations
Color information
#161D73 (or 0x161D73) is known color: Midnight Blue. HEX triplet: 16, 1D and 73. RGB value is (22,29,115). Sum of RGB (Red+Green+Blue) = 22+29+115=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 115 (45.31% from 255 or 69.28% from 166); Max value from RGB is 115 - color contains mainly: blue. Hex color #161D73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161D73 is #E9E28C. Grayscale: #242424. Windows color (decimal): -15327885 or 7544086. OLE color: 7544086.
HSL color Cylindrical-coordinate representation of color #161D73: hue angle of 235.48º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #161D73 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 29 | 115 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.55 |
| HSL | 235.48º | 0.68% | 0.27% | - |
| HSV(B) | 235.48º | 0.81% | 0.45% | - |
| XYZ | 3.86 | 2.29 | 16.46 | - |
| YUV | 36.71 | 172.18 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 29 | 115 | 0.81 | 0.75 | 0 | 0.55 | 235.48 | 0.68 | 0.27 |
| Hex | 16 | 1D | 73 | 51 | 4B | 0 | 37 | EB | 44 | 1B |
| Octal | 26 | 35 | 163 | 121 | 113 | 0 | 67 | 353 | 104 | 33 |
| Binary | 10110 | 11101 | 1110011 | 1010001 | 1001011 | 0 | 110111 | 11101011 | 1000100 | 11011 |
Color Harmonies of #161D73
Complementary color
Monochromatic Colors of #161D73
Black with #161D73
Text Example
Text Example
White with #161D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161D73; }
p { color: rgb(22,29,115); }
H1.HeaderClassName
{
color: #161D73;
}
.AnyTagClassName
{
color: #161D73;
}
</style>
background-color css
<style>
a { background-color: #161D73; }
a { background-color: rgb(22,29,115); }
div.DivClassName
{
background-color: #161D73;
}
.BgClassName
{
background-color: #161D73;
}
</style>
border-color css
<style>
span { border-color: #161D73; }
span { border-color: rgb(22,29,115); }
td.TdClassName
{
border-color: #161D73;
}
.TagClassName
{
border-color: #161D73;
}
</style>