Shades of Midnight Blue #161260
Tints of Midnight Blue #161260
RGB
CMYK
RGB Variations
Color information
#161260 (or 0x161260) is known color: Midnight Blue. HEX triplet: 16, 12 and 60. RGB value is (22,18,96). Sum of RGB (Red+Green+Blue) = 22+18+96=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 96 (37.89% from 255 or 70.59% from 136); Max value from RGB is 96 - color contains mainly: blue. Hex color #161260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161260 is #E9ED9F. Grayscale: #1B1B1B. Windows color (decimal): -15330720 or 6296086. OLE color: 6296086.
HSL color Cylindrical-coordinate representation of color #161260: hue angle of 243.08º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #161260 is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 18 | 96 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.62 |
| HSL | 243.08º | 0.68% | 0.22% | - |
| HSV(B) | 243.08º | 0.81% | 0.38% | - |
| XYZ | 2.66 | 1.45 | 11.21 | - |
| YUV | 28.09 | 166.33 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 96 | 0.77 | 0.81 | 0 | 0.62 | 243.08 | 0.68 | 0.22 |
| Hex | 16 | 12 | 60 | 4D | 51 | 0 | 3E | F3 | 44 | 16 |
| Octal | 26 | 22 | 140 | 115 | 121 | 0 | 76 | 363 | 104 | 26 |
| Binary | 10110 | 10010 | 1100000 | 1001101 | 1010001 | 0 | 111110 | 11110011 | 1000100 | 10110 |
Color Harmonies of #161260
Complementary color
Monochromatic Colors of #161260
Black with #161260
Text Example
Text Example
White with #161260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161260; }
p { color: rgb(22,18,96); }
H1.HeaderClassName
{
color: #161260;
}
.AnyTagClassName
{
color: #161260;
}
</style>
background-color css
<style>
a { background-color: #161260; }
a { background-color: rgb(22,18,96); }
div.DivClassName
{
background-color: #161260;
}
.BgClassName
{
background-color: #161260;
}
</style>
border-color css
<style>
span { border-color: #161260; }
span { border-color: rgb(22,18,96); }
td.TdClassName
{
border-color: #161260;
}
.TagClassName
{
border-color: #161260;
}
</style>