Shades of Midnight Blue #161466
Tints of Midnight Blue #161466
RGB
CMYK
RGB Variations
Color information
#161466 (or 0x161466) is known color: Midnight Blue. HEX triplet: 16, 14 and 66. RGB value is (22,20,102). Sum of RGB (Red+Green+Blue) = 22+20+102=144 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.28% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 102 (40.23% from 255 or 70.83% from 144); Max value from RGB is 102 - color contains mainly: blue. Hex color #161466 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161466 is #E9EB99. Grayscale: #1D1D1D. Windows color (decimal): -15330202 or 6689814. OLE color: 6689814.
HSL color Cylindrical-coordinate representation of color #161466: hue angle of 241.46º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #161466 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 22 | 20 | 102 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.6 |
| HSL | 241.46º | 0.67% | 0.24% | - |
| HSV(B) | 241.46º | 0.8% | 0.4% | - |
| XYZ | 2.98 | 1.63 | 12.73 | - |
| YUV | 29.95 | 168.66 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 20 | 102 | 0.78 | 0.80 | 0 | 0.6 | 241.46 | 0.67 | 0.24 |
| Hex | 16 | 14 | 66 | 4E | 50 | 0 | 3C | F1 | 43 | 18 |
| Octal | 26 | 24 | 146 | 116 | 120 | 0 | 74 | 361 | 103 | 30 |
| Binary | 10110 | 10100 | 1100110 | 1001110 | 1010000 | 0 | 111100 | 11110001 | 1000011 | 11000 |
Color Harmonies of #161466
Complementary color
Monochromatic Colors of #161466
Black with #161466
Text Example
Text Example
White with #161466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161466; }
p { color: rgb(22,20,102); }
H1.HeaderClassName
{
color: #161466;
}
.AnyTagClassName
{
color: #161466;
}
</style>
background-color css
<style>
a { background-color: #161466; }
a { background-color: rgb(22,20,102); }
div.DivClassName
{
background-color: #161466;
}
.BgClassName
{
background-color: #161466;
}
</style>
border-color css
<style>
span { border-color: #161466; }
span { border-color: rgb(22,20,102); }
td.TdClassName
{
border-color: #161466;
}
.TagClassName
{
border-color: #161466;
}
</style>