Shades of Midnight Blue #161460
Tints of Midnight Blue #161460
RGB
CMYK
RGB Variations
Color information
#161460 (or 0x161460) is known color: Midnight Blue. HEX triplet: 16, 14 and 60. RGB value is (22,20,96). Sum of RGB (Red+Green+Blue) = 22+20+96=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 96 (37.89% from 255 or 69.57% from 138); Max value from RGB is 96 - color contains mainly: blue. Hex color #161460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161460 is #E9EB9F. Grayscale: #1C1C1C. Windows color (decimal): -15330208 or 6296598. OLE color: 6296598.
HSL color Cylindrical-coordinate representation of color #161460: hue angle of 241.58º 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 #161460 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 20 | 96 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.62 |
| HSL | 241.58º | 0.66% | 0.23% | - |
| HSV(B) | 241.58º | 0.79% | 0.38% | - |
| XYZ | 2.69 | 1.52 | 11.22 | - |
| YUV | 29.26 | 165.66 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 20 | 96 | 0.77 | 0.79 | 0 | 0.62 | 241.58 | 0.66 | 0.23 |
| Hex | 16 | 14 | 60 | 4D | 4F | 0 | 3E | F2 | 42 | 17 |
| Octal | 26 | 24 | 140 | 115 | 117 | 0 | 76 | 362 | 102 | 27 |
| Binary | 10110 | 10100 | 1100000 | 1001101 | 1001111 | 0 | 111110 | 11110010 | 1000010 | 10111 |
Color Harmonies of #161460
Complementary color
Monochromatic Colors of #161460
Black with #161460
Text Example
Text Example
White with #161460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161460; }
p { color: rgb(22,20,96); }
H1.HeaderClassName
{
color: #161460;
}
.AnyTagClassName
{
color: #161460;
}
</style>
background-color css
<style>
a { background-color: #161460; }
a { background-color: rgb(22,20,96); }
div.DivClassName
{
background-color: #161460;
}
.BgClassName
{
background-color: #161460;
}
</style>
border-color css
<style>
span { border-color: #161460; }
span { border-color: rgb(22,20,96); }
td.TdClassName
{
border-color: #161460;
}
.TagClassName
{
border-color: #161460;
}
</style>