Shades of Midnight Blue #161F73
Tints of Midnight Blue #161F73
RGB
CMYK
RGB Variations
Color information
#161F73 (or 0x161F73) is known color: Midnight Blue. HEX triplet: 16, 1F and 73. RGB value is (22,31,115). Sum of RGB (Red+Green+Blue) = 22+31+115=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #161F73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161F73 is #E9E08C. Grayscale: #252525. Windows color (decimal): -15327373 or 7544598. OLE color: 7544598.
HSL color Cylindrical-coordinate representation of color #161F73: hue angle of 234.19º 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 #161F73 is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 31 | 115 | - |
| CMYK | 0.81 | 0.73 | 0 | 0.55 |
| HSL | 234.19º | 0.68% | 0.27% | - |
| HSV(B) | 234.19º | 0.81% | 0.45% | - |
| XYZ | 3.92 | 2.39 | 16.47 | - |
| YUV | 37.89 | 171.52 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 31 | 115 | 0.81 | 0.73 | 0 | 0.55 | 234.19 | 0.68 | 0.27 |
| Hex | 16 | 1F | 73 | 51 | 49 | 0 | 37 | EA | 44 | 1B |
| Octal | 26 | 37 | 163 | 121 | 111 | 0 | 67 | 352 | 104 | 33 |
| Binary | 10110 | 11111 | 1110011 | 1010001 | 1001001 | 0 | 110111 | 11101010 | 1000100 | 11011 |
Color Harmonies of #161F73
Complementary color
Monochromatic Colors of #161F73
Black with #161F73
Text Example
Text Example
White with #161F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161F73; }
p { color: rgb(22,31,115); }
H1.HeaderClassName
{
color: #161F73;
}
.AnyTagClassName
{
color: #161F73;
}
</style>
background-color css
<style>
a { background-color: #161F73; }
a { background-color: rgb(22,31,115); }
div.DivClassName
{
background-color: #161F73;
}
.BgClassName
{
background-color: #161F73;
}
</style>
border-color css
<style>
span { border-color: #161F73; }
span { border-color: rgb(22,31,115); }
td.TdClassName
{
border-color: #161F73;
}
.TagClassName
{
border-color: #161F73;
}
</style>