Shades of Midnight Blue #161662
Tints of Midnight Blue #161662
RGB
CMYK
RGB Variations
Color information
#161662 (or 0x161662) is known color: Midnight Blue. HEX triplet: 16, 16 and 62. RGB value is (22,22,98). Sum of RGB (Red+Green+Blue) = 22+22+98=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 98 (38.67% from 255 or 69.01% from 142); Max value from RGB is 98 - color contains mainly: blue. Hex color #161662 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161662 is #E9E99D. Grayscale: #1E1E1E. Windows color (decimal): -15329694 or 6428182. OLE color: 6428182.
HSL color Cylindrical-coordinate representation of color #161662: hue angle of 240º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #161662 is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 22 | 98 | - |
| CMYK | 0.78 | 0.78 | 0 | 0.62 |
| HSL | 240º | 0.63% | 0.24% | - |
| HSV(B) | 240º | 0.78% | 0.38% | - |
| XYZ | 2.82 | 1.63 | 11.72 | - |
| YUV | 30.66 | 166 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 22 | 98 | 0.78 | 0.78 | 0 | 0.62 | 240 | 0.63 | 0.24 |
| Hex | 16 | 16 | 62 | 4E | 4E | 0 | 3E | F0 | 3F | 18 |
| Octal | 26 | 26 | 142 | 116 | 116 | 0 | 76 | 360 | 77 | 30 |
| Binary | 10110 | 10110 | 1100010 | 1001110 | 1001110 | 0 | 111110 | 11110000 | 111111 | 11000 |
Color Harmonies of #161662
Complementary color
Monochromatic Colors of #161662
Black with #161662
Text Example
Text Example
White with #161662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161662; }
p { color: rgb(22,22,98); }
H1.HeaderClassName
{
color: #161662;
}
.AnyTagClassName
{
color: #161662;
}
</style>
background-color css
<style>
a { background-color: #161662; }
a { background-color: rgb(22,22,98); }
div.DivClassName
{
background-color: #161662;
}
.BgClassName
{
background-color: #161662;
}
</style>
border-color css
<style>
span { border-color: #161662; }
span { border-color: rgb(22,22,98); }
td.TdClassName
{
border-color: #161662;
}
.TagClassName
{
border-color: #161662;
}
</style>