Shades of Midnight Blue #16167E
Tints of Midnight Blue #16167E
RGB
CMYK
RGB Variations
Color information
#16167E (or 0x16167E) is known color: Midnight Blue. HEX triplet: 16, 16 and 7E. RGB value is (22,22,126). Sum of RGB (Red+Green+Blue) = 22+22+126=170 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.94% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 126 (49.61% from 255 or 74.12% from 170); Max value from RGB is 126 - color contains mainly: blue. Hex color #16167E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16167E is #E9E981. Grayscale: #212121. Windows color (decimal): -15329666 or 8263190. OLE color: 8263190.
HSL color Cylindrical-coordinate representation of color #16167E: hue angle of 240º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16167E is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 22 | 126 | - |
| CMYK | 0.83 | 0.83 | 0 | 0.51 |
| HSL | 240º | 0.7% | 0.29% | - |
| HSV(B) | 240º | 0.83% | 0.49% | - |
| XYZ | 4.38 | 2.25 | 19.94 | - |
| YUV | 33.86 | 180 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 22 | 126 | 0.83 | 0.83 | 0 | 0.51 | 240 | 0.7 | 0.29 |
| Hex | 16 | 16 | 7E | 53 | 53 | 0 | 33 | F0 | 46 | 1D |
| Octal | 26 | 26 | 176 | 123 | 123 | 0 | 63 | 360 | 106 | 35 |
| Binary | 10110 | 10110 | 1111110 | 1010011 | 1010011 | 0 | 110011 | 11110000 | 1000110 | 11101 |
Color Harmonies of #16167E
Complementary color
Monochromatic Colors of #16167E
Black with #16167E
Text Example
Text Example
White with #16167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16167E; }
p { color: rgb(22,22,126); }
H1.HeaderClassName
{
color: #16167E;
}
.AnyTagClassName
{
color: #16167E;
}
</style>
background-color css
<style>
a { background-color: #16167E; }
a { background-color: rgb(22,22,126); }
div.DivClassName
{
background-color: #16167E;
}
.BgClassName
{
background-color: #16167E;
}
</style>
border-color css
<style>
span { border-color: #16167E; }
span { border-color: rgb(22,22,126); }
td.TdClassName
{
border-color: #16167E;
}
.TagClassName
{
border-color: #16167E;
}
</style>