Shades of Midnight Blue #160463
Tints of Midnight Blue #160463
RGB
CMYK
RGB Variations
Color information
#160463 (or 0x160463) is known color: Midnight Blue. HEX triplet: 16, 04 and 63. RGB value is (22,4,99). Sum of RGB (Red+Green+Blue) = 22+4+99=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 99 (39.06% from 255 or 79.2% from 125); Max value from RGB is 99 - color contains mainly: blue. Hex color #160463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160463 is #E9FB9C. Grayscale: #131313. Windows color (decimal): -15334301 or 6489110. OLE color: 6489110.
HSL color Cylindrical-coordinate representation of color #160463: hue angle of 251.37º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #160463 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 4 | 99 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.61 |
| HSL | 251.37º | 0.92% | 0.2% | - |
| HSV(B) | 251.37º | 0.96% | 0.39% | - |
| XYZ | 2.63 | 1.16 | 11.89 | - |
| YUV | 20.21 | 172.46 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 4 | 99 | 0.78 | 0.96 | 0 | 0.61 | 251.37 | 0.92 | 0.2 |
| Hex | 16 | 4 | 63 | 4E | 60 | 0 | 3D | FB | 5C | 14 |
| Octal | 26 | 4 | 143 | 116 | 140 | 0 | 75 | 373 | 134 | 24 |
| Binary | 10110 | 100 | 1100011 | 1001110 | 1100000 | 0 | 111101 | 11111011 | 1011100 | 10100 |
Color Harmonies of #160463
Complementary color
Monochromatic Colors of #160463
Black with #160463
Text Example
Text Example
White with #160463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160463; }
p { color: rgb(22,4,99); }
H1.HeaderClassName
{
color: #160463;
}
.AnyTagClassName
{
color: #160463;
}
</style>
background-color css
<style>
a { background-color: #160463; }
a { background-color: rgb(22,4,99); }
div.DivClassName
{
background-color: #160463;
}
.BgClassName
{
background-color: #160463;
}
</style>
border-color css
<style>
span { border-color: #160463; }
span { border-color: rgb(22,4,99); }
td.TdClassName
{
border-color: #160463;
}
.TagClassName
{
border-color: #160463;
}
</style>