Shades of Midnight Blue #16166D
Tints of Midnight Blue #16166D
RGB
CMYK
RGB Variations
Color information
#16166D (or 0x16166D) is known color: Midnight Blue. HEX triplet: 16, 16 and 6D. RGB value is (22,22,109). Sum of RGB (Red+Green+Blue) = 22+22+109=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 109 (42.97% from 255 or 71.24% from 153); Max value from RGB is 109 - color contains mainly: blue. Hex color #16166D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16166D is #E9E992. Grayscale: #1F1F1F. Windows color (decimal): -15329683 or 7149078. OLE color: 7149078.
HSL color Cylindrical-coordinate representation of color #16166D: hue angle of 240º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16166D is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 22 | 109 | - |
| CMYK | 0.80 | 0.80 | 0 | 0.57 |
| HSL | 240º | 0.66% | 0.26% | - |
| HSV(B) | 240º | 0.8% | 0.43% | - |
| XYZ | 3.38 | 1.85 | 14.65 | - |
| YUV | 31.92 | 171.5 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 22 | 109 | 0.80 | 0.80 | 0 | 0.57 | 240 | 0.66 | 0.26 |
| Hex | 16 | 16 | 6D | 50 | 50 | 0 | 39 | F0 | 42 | 1A |
| Octal | 26 | 26 | 155 | 120 | 120 | 0 | 71 | 360 | 102 | 32 |
| Binary | 10110 | 10110 | 1101101 | 1010000 | 1010000 | 0 | 111001 | 11110000 | 1000010 | 11010 |
Color Harmonies of #16166D
Complementary color
Monochromatic Colors of #16166D
Black with #16166D
Text Example
Text Example
White with #16166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16166D; }
p { color: rgb(22,22,109); }
H1.HeaderClassName
{
color: #16166D;
}
.AnyTagClassName
{
color: #16166D;
}
</style>
background-color css
<style>
a { background-color: #16166D; }
a { background-color: rgb(22,22,109); }
div.DivClassName
{
background-color: #16166D;
}
.BgClassName
{
background-color: #16166D;
}
</style>
border-color css
<style>
span { border-color: #16166D; }
span { border-color: rgb(22,22,109); }
td.TdClassName
{
border-color: #16166D;
}
.TagClassName
{
border-color: #16166D;
}
</style>