Shades of Midnight Express #161A48
Tints of Midnight Express #161A48
RGB
CMYK
RGB Variations
Color information
#161A48 (or 0x161A48) is known color: Midnight Express. HEX triplet: 16, 1A and 48. RGB value is (22,26,72). Sum of RGB (Red+Green+Blue) = 22+26+72=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #161A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161A48 is #E9E5B7. Grayscale: #1D1D1D. Windows color (decimal): -15328696 or 4725270. OLE color: 4725270.
HSL color Cylindrical-coordinate representation of color #161A48: hue angle of 235.2º 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 #161A48 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 26 | 72 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.72 |
| HSL | 235.2º | 0.53% | 0.18% | - |
| HSV(B) | 235.2º | 0.69% | 0.28% | - |
| XYZ | 1.87 | 1.38 | 6.3 | - |
| YUV | 30.05 | 151.67 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 26 | 72 | 0.69 | 0.64 | 0 | 0.72 | 235.2 | 0.53 | 0.18 |
| Hex | 16 | 1A | 48 | 45 | 40 | 0 | 48 | EB | 35 | 12 |
| Octal | 26 | 32 | 110 | 105 | 100 | 0 | 110 | 353 | 65 | 22 |
| Binary | 10110 | 11010 | 1001000 | 1000101 | 1000000 | 0 | 1001000 | 11101011 | 110101 | 10010 |
Color Harmonies of #161A48
Complementary color
Monochromatic Colors of #161A48
Black with #161A48
Text Example
Text Example
White with #161A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161A48; }
p { color: rgb(22,26,72); }
H1.HeaderClassName
{
color: #161A48;
}
.AnyTagClassName
{
color: #161A48;
}
</style>
background-color css
<style>
a { background-color: #161A48; }
a { background-color: rgb(22,26,72); }
div.DivClassName
{
background-color: #161A48;
}
.BgClassName
{
background-color: #161A48;
}
</style>
border-color css
<style>
span { border-color: #161A48; }
span { border-color: rgb(22,26,72); }
td.TdClassName
{
border-color: #161A48;
}
.TagClassName
{
border-color: #161A48;
}
</style>