Shades of Midnight Express #16193E
Tints of Midnight Express #16193E
RGB
CMYK
RGB Variations
Color information
#16193E (or 0x16193E) is known color: Midnight Express. HEX triplet: 16, 19 and 3E. RGB value is (22,25,62). Sum of RGB (Red+Green+Blue) = 22+25+62=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 62 (24.61% from 255 or 56.88% from 109); Max value from RGB is 62 - color contains mainly: blue. Hex color #16193E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16193E is #E9E6C1. Grayscale: #1C1C1C. Windows color (decimal): -15328962 or 4069654. OLE color: 4069654.
HSL color Cylindrical-coordinate representation of color #16193E: hue angle of 235.5º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #16193E is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 25 | 62 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.76 |
| HSL | 235.5º | 0.48% | 0.16% | - |
| HSV(B) | 235.5º | 0.65% | 0.24% | - |
| XYZ | 1.55 | 1.21 | 4.71 | - |
| YUV | 28.32 | 147.01 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 25 | 62 | 0.65 | 0.60 | 0 | 0.76 | 235.5 | 0.48 | 0.16 |
| Hex | 16 | 19 | 3E | 41 | 3C | 0 | 4C | EC | 30 | 10 |
| Octal | 26 | 31 | 76 | 101 | 74 | 0 | 114 | 354 | 60 | 20 |
| Binary | 10110 | 11001 | 111110 | 1000001 | 111100 | 0 | 1001100 | 11101100 | 110000 | 10000 |
Color Harmonies of #16193E
Complementary color
Monochromatic Colors of #16193E
Black with #16193E
Text Example
Text Example
White with #16193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16193E; }
p { color: rgb(22,25,62); }
H1.HeaderClassName
{
color: #16193E;
}
.AnyTagClassName
{
color: #16193E;
}
</style>
background-color css
<style>
a { background-color: #16193E; }
a { background-color: rgb(22,25,62); }
div.DivClassName
{
background-color: #16193E;
}
.BgClassName
{
background-color: #16193E;
}
</style>
border-color css
<style>
span { border-color: #16193E; }
span { border-color: rgb(22,25,62); }
td.TdClassName
{
border-color: #16193E;
}
.TagClassName
{
border-color: #16193E;
}
</style>