Shades of Midnight Express #162348
Tints of Midnight Express #162348
RGB
CMYK
RGB Variations
Color information
#162348 (or 0x162348) is known color: Midnight Express. HEX triplet: 16, 23 and 48. RGB value is (22,35,72). Sum of RGB (Red+Green+Blue) = 22+35+72=129 (17% of max value = 765). Red value is 22 (8.98% from 255 or 17.05% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #162348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162348 is #E9DCB7. Grayscale: #232323. Windows color (decimal): -15326392 or 4727574. OLE color: 4727574.
HSL color Cylindrical-coordinate representation of color #162348: hue angle of 224.4º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #162348 is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 35 | 72 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.72 |
| HSL | 224.4º | 0.53% | 0.18% | - |
| HSV(B) | 224.4º | 0.69% | 0.28% | - |
| XYZ | 2.1 | 1.84 | 6.38 | - |
| YUV | 35.33 | 148.69 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 35 | 72 | 0.69 | 0.51 | 0 | 0.72 | 224.4 | 0.53 | 0.18 |
| Hex | 16 | 23 | 48 | 45 | 33 | 0 | 48 | E0 | 35 | 12 |
| Octal | 26 | 43 | 110 | 105 | 63 | 0 | 110 | 340 | 65 | 22 |
| Binary | 10110 | 100011 | 1001000 | 1000101 | 110011 | 0 | 1001000 | 11100000 | 110101 | 10010 |
Color Harmonies of #162348
Complementary color
Monochromatic Colors of #162348
Black with #162348
Text Example
Text Example
White with #162348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162348; }
p { color: rgb(22,35,72); }
H1.HeaderClassName
{
color: #162348;
}
.AnyTagClassName
{
color: #162348;
}
</style>
background-color css
<style>
a { background-color: #162348; }
a { background-color: rgb(22,35,72); }
div.DivClassName
{
background-color: #162348;
}
.BgClassName
{
background-color: #162348;
}
</style>
border-color css
<style>
span { border-color: #162348; }
span { border-color: rgb(22,35,72); }
td.TdClassName
{
border-color: #162348;
}
.TagClassName
{
border-color: #162348;
}
</style>