Shades of Midnight Express #16213D
Tints of Midnight Express #16213D
RGB
CMYK
RGB Variations
Color information
#16213D (or 0x16213D) is known color: Midnight Express. HEX triplet: 16, 21 and 3D. RGB value is (22,33,61). Sum of RGB (Red+Green+Blue) = 22+33+61=116 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.97% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #16213D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16213D is #E9DEC2. Grayscale: #202020. Windows color (decimal): -15326915 or 4006166. OLE color: 4006166.
HSL color Cylindrical-coordinate representation of color #16213D: hue angle of 223.08º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #16213D is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 33 | 61 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.76 |
| HSL | 223.08º | 0.47% | 0.16% | - |
| HSV(B) | 223.08º | 0.64% | 0.24% | - |
| XYZ | 1.72 | 1.6 | 4.63 | - |
| YUV | 32.9 | 143.86 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 33 | 61 | 0.64 | 0.46 | 0 | 0.76 | 223.08 | 0.47 | 0.16 |
| Hex | 16 | 21 | 3D | 40 | 2E | 0 | 4C | DF | 2F | 10 |
| Octal | 26 | 41 | 75 | 100 | 56 | 0 | 114 | 337 | 57 | 20 |
| Binary | 10110 | 100001 | 111101 | 1000000 | 101110 | 0 | 1001100 | 11011111 | 101111 | 10000 |
Color Harmonies of #16213D
Complementary color
Monochromatic Colors of #16213D
Black with #16213D
Text Example
Text Example
White with #16213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16213D; }
p { color: rgb(22,33,61); }
H1.HeaderClassName
{
color: #16213D;
}
.AnyTagClassName
{
color: #16213D;
}
</style>
background-color css
<style>
a { background-color: #16213D; }
a { background-color: rgb(22,33,61); }
div.DivClassName
{
background-color: #16213D;
}
.BgClassName
{
background-color: #16213D;
}
</style>
border-color css
<style>
span { border-color: #16213D; }
span { border-color: rgb(22,33,61); }
td.TdClassName
{
border-color: #16213D;
}
.TagClassName
{
border-color: #16213D;
}
</style>