Shades of Midnight Express #16133D
Tints of Midnight Express #16133D
RGB
CMYK
RGB Variations
Color information
#16133D (or 0x16133D) is known color: Midnight Express. HEX triplet: 16, 13 and 3D. RGB value is (22,19,61). Sum of RGB (Red+Green+Blue) = 22+19+61=102 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.57% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 61 (24.22% from 255 or 59.80% from 102); Max value from RGB is 61 - color contains mainly: blue. Hex color #16133D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16133D is #E9ECC2. Grayscale: #181818. Windows color (decimal): -15330499 or 4002582. OLE color: 4002582.
HSL color Cylindrical-coordinate representation of color #16133D: hue angle of 244.29º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #16133D is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 19 | 61 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.76 |
| HSL | 244.29º | 0.53% | 0.16% | - |
| HSV(B) | 244.29º | 0.69% | 0.24% | - |
| XYZ | 1.41 | 0.97 | 4.53 | - |
| YUV | 24.69 | 148.49 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 19 | 61 | 0.64 | 0.69 | 0 | 0.76 | 244.29 | 0.53 | 0.16 |
| Hex | 16 | 13 | 3D | 40 | 45 | 0 | 4C | F4 | 34 | 10 |
| Octal | 26 | 23 | 75 | 100 | 105 | 0 | 114 | 364 | 64 | 20 |
| Binary | 10110 | 10011 | 111101 | 1000000 | 1000101 | 0 | 1001100 | 11110100 | 110100 | 10000 |
Color Harmonies of #16133D
Complementary color
Monochromatic Colors of #16133D
Black with #16133D
Text Example
Text Example
White with #16133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16133D; }
p { color: rgb(22,19,61); }
H1.HeaderClassName
{
color: #16133D;
}
.AnyTagClassName
{
color: #16133D;
}
</style>
background-color css
<style>
a { background-color: #16133D; }
a { background-color: rgb(22,19,61); }
div.DivClassName
{
background-color: #16133D;
}
.BgClassName
{
background-color: #16133D;
}
</style>
border-color css
<style>
span { border-color: #16133D; }
span { border-color: rgb(22,19,61); }
td.TdClassName
{
border-color: #16133D;
}
.TagClassName
{
border-color: #16133D;
}
</style>