Shades of Midnight Blue #160465
Tints of Midnight Blue #160465
RGB
CMYK
RGB Variations
Color information
#160465 (or 0x160465) is known color: Midnight Blue. HEX triplet: 16, 04 and 65. RGB value is (22,4,101). Sum of RGB (Red+Green+Blue) = 22+4+101=127 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.32% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 101 (39.84% from 255 or 79.53% from 127); Max value from RGB is 101 - color contains mainly: blue. Hex color #160465 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160465 is #E9FB9A. Grayscale: #141414. Windows color (decimal): -15334299 or 6620182. OLE color: 6620182.
HSL color Cylindrical-coordinate representation of color #160465: hue angle of 251.13º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #160465 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 4 | 101 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.60 |
| HSL | 251.13º | 0.92% | 0.21% | - |
| HSV(B) | 251.13º | 0.96% | 0.4% | - |
| XYZ | 2.72 | 1.2 | 12.4 | - |
| YUV | 20.44 | 173.46 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 4 | 101 | 0.78 | 0.96 | 0 | 0.60 | 251.13 | 0.92 | 0.21 |
| Hex | 16 | 4 | 65 | 4E | 60 | 0 | 3C | FB | 5C | 15 |
| Octal | 26 | 4 | 145 | 116 | 140 | 0 | 74 | 373 | 134 | 25 |
| Binary | 10110 | 100 | 1100101 | 1001110 | 1100000 | 0 | 111100 | 11111011 | 1011100 | 10101 |
Color Harmonies of #160465
Complementary color
Monochromatic Colors of #160465
Black with #160465
Text Example
Text Example
White with #160465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160465; }
p { color: rgb(22,4,101); }
H1.HeaderClassName
{
color: #160465;
}
.AnyTagClassName
{
color: #160465;
}
</style>
background-color css
<style>
a { background-color: #160465; }
a { background-color: rgb(22,4,101); }
div.DivClassName
{
background-color: #160465;
}
.BgClassName
{
background-color: #160465;
}
</style>
border-color css
<style>
span { border-color: #160465; }
span { border-color: rgb(22,4,101); }
td.TdClassName
{
border-color: #160465;
}
.TagClassName
{
border-color: #160465;
}
</style>