Shades of Midnight Blue #160065
Tints of Midnight Blue #160065
RGB
CMYK
RGB Variations
Color information
#160065 (or 0x160065) is known color: Midnight Blue. HEX triplet: 16, 00 and 65. RGB value is (22,0,101). Sum of RGB (Red+Green+Blue) = 22+0+101=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 101 (39.84% from 255 or 82.11% from 123); Max value from RGB is 101 - color contains mainly: blue. Hex color #160065 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160065 is #E9FF9A. Grayscale: #111111. Windows color (decimal): -15335323 or 6619158. OLE color: 6619158.
HSL color Cylindrical-coordinate representation of color #160065: hue angle of 253.07º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160065 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 0 | 101 | - |
| CMYK | 0.78 | 1 | 0 | 0.60 |
| HSL | 253.07º | 1% | 0.2% | - |
| HSV(B) | 253.07º | 1% | 0.4% | - |
| XYZ | 2.68 | 1.11 | 12.38 | - |
| YUV | 18.09 | 174.79 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 101 | 0.78 | 1 | 0 | 0.60 | 253.07 | 1 | 0.2 |
| Hex | 16 | 0 | 65 | 4E | 64 | 0 | 3C | FD | 64 | 14 |
| Octal | 26 | 0 | 145 | 116 | 144 | 0 | 74 | 375 | 144 | 24 |
| Binary | 10110 | 0 | 1100101 | 1001110 | 1100100 | 0 | 111100 | 11111101 | 1100100 | 10100 |
Color Harmonies of #160065
Complementary color
Monochromatic Colors of #160065
Black with #160065
Text Example
Text Example
White with #160065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160065; }
p { color: rgb(22,0,101); }
H1.HeaderClassName
{
color: #160065;
}
.AnyTagClassName
{
color: #160065;
}
</style>
background-color css
<style>
a { background-color: #160065; }
a { background-color: rgb(22,0,101); }
div.DivClassName
{
background-color: #160065;
}
.BgClassName
{
background-color: #160065;
}
</style>
border-color css
<style>
span { border-color: #160065; }
span { border-color: rgb(22,0,101); }
td.TdClassName
{
border-color: #160065;
}
.TagClassName
{
border-color: #160065;
}
</style>