Shades of Midnight Blue #161765
Tints of Midnight Blue #161765
RGB
CMYK
RGB Variations
Color information
#161765 (or 0x161765) is known color: Midnight Blue. HEX triplet: 16, 17 and 65. RGB value is (22,23,101). Sum of RGB (Red+Green+Blue) = 22+23+101=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 101 (39.84% from 255 or 69.18% from 146); Max value from RGB is 101 - color contains mainly: blue. Hex color #161765 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161765 is #E9E89A. Grayscale: #1F1F1F. Windows color (decimal): -15329435 or 6625046. OLE color: 6625046.
HSL color Cylindrical-coordinate representation of color #161765: hue angle of 239.24º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #161765 is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 23 | 101 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.60 |
| HSL | 239.24º | 0.64% | 0.24% | - |
| HSV(B) | 239.24º | 0.78% | 0.4% | - |
| XYZ | 2.99 | 1.72 | 12.49 | - |
| YUV | 31.59 | 167.17 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 101 | 0.78 | 0.77 | 0 | 0.60 | 239.24 | 0.64 | 0.24 |
| Hex | 16 | 17 | 65 | 4E | 4D | 0 | 3C | EF | 40 | 18 |
| Octal | 26 | 27 | 145 | 116 | 115 | 0 | 74 | 357 | 100 | 30 |
| Binary | 10110 | 10111 | 1100101 | 1001110 | 1001101 | 0 | 111100 | 11101111 | 1000000 | 11000 |
Color Harmonies of #161765
Complementary color
Monochromatic Colors of #161765
Black with #161765
Text Example
Text Example
White with #161765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161765; }
p { color: rgb(22,23,101); }
H1.HeaderClassName
{
color: #161765;
}
.AnyTagClassName
{
color: #161765;
}
</style>
background-color css
<style>
a { background-color: #161765; }
a { background-color: rgb(22,23,101); }
div.DivClassName
{
background-color: #161765;
}
.BgClassName
{
background-color: #161765;
}
</style>
border-color css
<style>
span { border-color: #161765; }
span { border-color: rgb(22,23,101); }
td.TdClassName
{
border-color: #161765;
}
.TagClassName
{
border-color: #161765;
}
</style>