Shades of Midnight Blue #161464
Tints of Midnight Blue #161464
RGB
CMYK
RGB Variations
Color information
#161464 (or 0x161464) is known color: Midnight Blue. HEX triplet: 16, 14 and 64. RGB value is (22,20,100). Sum of RGB (Red+Green+Blue) = 22+20+100=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 100 (39.45% from 255 or 70.42% from 142); Max value from RGB is 100 - color contains mainly: blue. Hex color #161464 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161464 is #E9EB9B. Grayscale: #1D1D1D. Windows color (decimal): -15330204 or 6558742. OLE color: 6558742.
HSL color Cylindrical-coordinate representation of color #161464: hue angle of 241.5º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #161464 is Cyan = 0.78, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 20 | 100 | - |
| CMYK | 0.78 | 0.8 | 0 | 0.61 |
| HSL | 241.5º | 0.67% | 0.24% | - |
| HSV(B) | 241.5º | 0.8% | 0.39% | - |
| XYZ | 2.88 | 1.59 | 12.21 | - |
| YUV | 29.72 | 167.66 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 20 | 100 | 0.78 | 0.8 | 0 | 0.61 | 241.5 | 0.67 | 0.24 |
| Hex | 16 | 14 | 64 | 4E | 50 | 0 | 3D | F2 | 43 | 18 |
| Octal | 26 | 24 | 144 | 116 | 120 | 0 | 75 | 362 | 103 | 30 |
| Binary | 10110 | 10100 | 1100100 | 1001110 | 1010000 | 0 | 111101 | 11110010 | 1000011 | 11000 |
Color Harmonies of #161464
Complementary color
Monochromatic Colors of #161464
Black with #161464
Text Example
Text Example
White with #161464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161464; }
p { color: rgb(22,20,100); }
H1.HeaderClassName
{
color: #161464;
}
.AnyTagClassName
{
color: #161464;
}
</style>
background-color css
<style>
a { background-color: #161464; }
a { background-color: rgb(22,20,100); }
div.DivClassName
{
background-color: #161464;
}
.BgClassName
{
background-color: #161464;
}
</style>
border-color css
<style>
span { border-color: #161464; }
span { border-color: rgb(22,20,100); }
td.TdClassName
{
border-color: #161464;
}
.TagClassName
{
border-color: #161464;
}
</style>