Shades of Midnight Express #16213C
Tints of Midnight Express #16213C
RGB
CMYK
RGB Variations
Color information
#16213C (or 0x16213C) is known color: Midnight Express. HEX triplet: 16, 21 and 3C. RGB value is (22,33,60). Sum of RGB (Red+Green+Blue) = 22+33+60=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 60 (23.83% from 255 or 52.17% from 115); Max value from RGB is 60 - color contains mainly: blue. Hex color #16213C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16213C is #E9DEC3. Grayscale: #202020. Windows color (decimal): -15326916 or 3940630. OLE color: 3940630.
HSL color Cylindrical-coordinate representation of color #16213C: hue angle of 222.63º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #16213C is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 33 | 60 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.76 |
| HSL | 222.63º | 0.46% | 0.16% | - |
| HSV(B) | 222.63º | 0.63% | 0.24% | - |
| XYZ | 1.69 | 1.58 | 4.49 | - |
| YUV | 32.79 | 143.36 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 33 | 60 | 0.63 | 0.45 | 0 | 0.76 | 222.63 | 0.46 | 0.16 |
| Hex | 16 | 21 | 3C | 3F | 2D | 0 | 4C | DF | 2E | 10 |
| Octal | 26 | 41 | 74 | 77 | 55 | 0 | 114 | 337 | 56 | 20 |
| Binary | 10110 | 100001 | 111100 | 111111 | 101101 | 0 | 1001100 | 11011111 | 101110 | 10000 |
Color Harmonies of #16213C
Complementary color
Monochromatic Colors of #16213C
Black with #16213C
Text Example
Text Example
White with #16213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16213C; }
p { color: rgb(22,33,60); }
H1.HeaderClassName
{
color: #16213C;
}
.AnyTagClassName
{
color: #16213C;
}
</style>
background-color css
<style>
a { background-color: #16213C; }
a { background-color: rgb(22,33,60); }
div.DivClassName
{
background-color: #16213C;
}
.BgClassName
{
background-color: #16213C;
}
</style>
border-color css
<style>
span { border-color: #16213C; }
span { border-color: rgb(22,33,60); }
td.TdClassName
{
border-color: #16213C;
}
.TagClassName
{
border-color: #16213C;
}
</style>