Shades of Midnight Express #16133E
Tints of Midnight Express #16133E
RGB
CMYK
RGB Variations
Color information
#16133E (or 0x16133E) is known color: Midnight Express. HEX triplet: 16, 13 and 3E. RGB value is (22,19,62). Sum of RGB (Red+Green+Blue) = 22+19+62=103 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.36% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 62 (24.61% from 255 or 60.19% from 103); Max value from RGB is 62 - color contains mainly: blue. Hex color #16133E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16133E is #E9ECC1. Grayscale: #181818. Windows color (decimal): -15330498 or 4068118. OLE color: 4068118.
HSL color Cylindrical-coordinate representation of color #16133E: hue angle of 244.19º degrees, saturation: 0.53, 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 #16133E is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 19 | 62 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.76 |
| HSL | 244.19º | 0.53% | 0.16% | - |
| HSV(B) | 244.19º | 0.69% | 0.24% | - |
| XYZ | 1.43 | 0.98 | 4.67 | - |
| YUV | 24.8 | 148.99 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 19 | 62 | 0.65 | 0.69 | 0 | 0.76 | 244.19 | 0.53 | 0.16 |
| Hex | 16 | 13 | 3E | 41 | 45 | 0 | 4C | F4 | 35 | 10 |
| Octal | 26 | 23 | 76 | 101 | 105 | 0 | 114 | 364 | 65 | 20 |
| Binary | 10110 | 10011 | 111110 | 1000001 | 1000101 | 0 | 1001100 | 11110100 | 110101 | 10000 |
Color Harmonies of #16133E
Complementary color
Monochromatic Colors of #16133E
Black with #16133E
Text Example
Text Example
White with #16133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16133E; }
p { color: rgb(22,19,62); }
H1.HeaderClassName
{
color: #16133E;
}
.AnyTagClassName
{
color: #16133E;
}
</style>
background-color css
<style>
a { background-color: #16133E; }
a { background-color: rgb(22,19,62); }
div.DivClassName
{
background-color: #16133E;
}
.BgClassName
{
background-color: #16133E;
}
</style>
border-color css
<style>
span { border-color: #16133E; }
span { border-color: rgb(22,19,62); }
td.TdClassName
{
border-color: #16133E;
}
.TagClassName
{
border-color: #16133E;
}
</style>