Shades of Midnight Blue #160472
Tints of Midnight Blue #160472
RGB
CMYK
RGB Variations
Color information
#160472 (or 0x160472) is known color: Midnight Blue. HEX triplet: 16, 04 and 72. RGB value is (22,4,114). Sum of RGB (Red+Green+Blue) = 22+4+114=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 114 (44.92% from 255 or 81.43% from 140); Max value from RGB is 114 - color contains mainly: blue. Hex color #160472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160472 is #E9FB8D. Grayscale: #151515. Windows color (decimal): -15334286 or 7472150. OLE color: 7472150.
HSL color Cylindrical-coordinate representation of color #160472: hue angle of 249.82º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #160472 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 4 | 114 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.55 |
| HSL | 249.82º | 0.93% | 0.23% | - |
| HSV(B) | 249.82º | 0.96% | 0.45% | - |
| XYZ | 3.41 | 1.47 | 16.02 | - |
| YUV | 21.92 | 179.96 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 4 | 114 | 0.81 | 0.96 | 0 | 0.55 | 249.82 | 0.93 | 0.23 |
| Hex | 16 | 4 | 72 | 51 | 60 | 0 | 37 | FA | 5D | 17 |
| Octal | 26 | 4 | 162 | 121 | 140 | 0 | 67 | 372 | 135 | 27 |
| Binary | 10110 | 100 | 1110010 | 1010001 | 1100000 | 0 | 110111 | 11111010 | 1011101 | 10111 |
Color Harmonies of #160472
Complementary color
Monochromatic Colors of #160472
Black with #160472
Text Example
Text Example
White with #160472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160472; }
p { color: rgb(22,4,114); }
H1.HeaderClassName
{
color: #160472;
}
.AnyTagClassName
{
color: #160472;
}
</style>
background-color css
<style>
a { background-color: #160472; }
a { background-color: rgb(22,4,114); }
div.DivClassName
{
background-color: #160472;
}
.BgClassName
{
background-color: #160472;
}
</style>
border-color css
<style>
span { border-color: #160472; }
span { border-color: rgb(22,4,114); }
td.TdClassName
{
border-color: #160472;
}
.TagClassName
{
border-color: #160472;
}
</style>