Shades of Midnight Express #162349
Tints of Midnight Express #162349
RGB
CMYK
RGB Variations
Color information
#162349 (or 0x162349) is known color: Midnight Express. HEX triplet: 16, 23 and 49. RGB value is (22,35,73). Sum of RGB (Red+Green+Blue) = 22+35+73=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #162349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162349 is #E9DCB6. Grayscale: #232323. Windows color (decimal): -15326391 or 4793110. OLE color: 4793110.
HSL color Cylindrical-coordinate representation of color #162349: hue angle of 224.71º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #162349 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 35 | 73 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.71 |
| HSL | 224.71º | 0.54% | 0.19% | - |
| HSV(B) | 224.71º | 0.7% | 0.29% | - |
| XYZ | 2.13 | 1.85 | 6.55 | - |
| YUV | 35.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 35 | 73 | 0.70 | 0.52 | 0 | 0.71 | 224.71 | 0.54 | 0.19 |
| Hex | 16 | 23 | 49 | 46 | 34 | 0 | 47 | E1 | 36 | 13 |
| Octal | 26 | 43 | 111 | 106 | 64 | 0 | 107 | 341 | 66 | 23 |
| Binary | 10110 | 100011 | 1001001 | 1000110 | 110100 | 0 | 1000111 | 11100001 | 110110 | 10011 |
Color Harmonies of #162349
Complementary color
Monochromatic Colors of #162349
Black with #162349
Text Example
Text Example
White with #162349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162349; }
p { color: rgb(22,35,73); }
H1.HeaderClassName
{
color: #162349;
}
.AnyTagClassName
{
color: #162349;
}
</style>
background-color css
<style>
a { background-color: #162349; }
a { background-color: rgb(22,35,73); }
div.DivClassName
{
background-color: #162349;
}
.BgClassName
{
background-color: #162349;
}
</style>
border-color css
<style>
span { border-color: #162349; }
span { border-color: rgb(22,35,73); }
td.TdClassName
{
border-color: #162349;
}
.TagClassName
{
border-color: #162349;
}
</style>