Shades of Midnight Blue #161461
Tints of Midnight Blue #161461
RGB
CMYK
RGB Variations
Color information
#161461 (or 0x161461) is known color: Midnight Blue. HEX triplet: 16, 14 and 61. RGB value is (22,20,97). Sum of RGB (Red+Green+Blue) = 22+20+97=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 97 (38.28% from 255 or 69.78% from 139); Max value from RGB is 97 - color contains mainly: blue. Hex color #161461 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161461 is #E9EB9E. Grayscale: #1D1D1D. Windows color (decimal): -15330207 or 6362134. OLE color: 6362134.
HSL color Cylindrical-coordinate representation of color #161461: hue angle of 241.56º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #161461 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 20 | 97 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.62 |
| HSL | 241.56º | 0.66% | 0.23% | - |
| HSV(B) | 241.56º | 0.79% | 0.38% | - |
| XYZ | 2.74 | 1.53 | 11.46 | - |
| YUV | 29.38 | 166.16 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 20 | 97 | 0.77 | 0.79 | 0 | 0.62 | 241.56 | 0.66 | 0.23 |
| Hex | 16 | 14 | 61 | 4D | 4F | 0 | 3E | F2 | 42 | 17 |
| Octal | 26 | 24 | 141 | 115 | 117 | 0 | 76 | 362 | 102 | 27 |
| Binary | 10110 | 10100 | 1100001 | 1001101 | 1001111 | 0 | 111110 | 11110010 | 1000010 | 10111 |
Color Harmonies of #161461
Complementary color
Monochromatic Colors of #161461
Black with #161461
Text Example
Text Example
White with #161461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161461; }
p { color: rgb(22,20,97); }
H1.HeaderClassName
{
color: #161461;
}
.AnyTagClassName
{
color: #161461;
}
</style>
background-color css
<style>
a { background-color: #161461; }
a { background-color: rgb(22,20,97); }
div.DivClassName
{
background-color: #161461;
}
.BgClassName
{
background-color: #161461;
}
</style>
border-color css
<style>
span { border-color: #161461; }
span { border-color: rgb(22,20,97); }
td.TdClassName
{
border-color: #161461;
}
.TagClassName
{
border-color: #161461;
}
</style>