Shades of Midnight Express #161C41
Tints of Midnight Express #161C41
RGB
CMYK
RGB Variations
Color information
#161C41 (or 0x161C41) is known color: Midnight Express. HEX triplet: 16, 1C and 41. RGB value is (22,28,65). Sum of RGB (Red+Green+Blue) = 22+28+65=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 65 (25.78% from 255 or 56.52% from 115); Max value from RGB is 65 - color contains mainly: blue. Hex color #161C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161C41 is #E9E3BE. Grayscale: #1E1E1E. Windows color (decimal): -15328191 or 4267030. OLE color: 4267030.
HSL color Cylindrical-coordinate representation of color #161C41: hue angle of 231.63º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #161C41 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 28 | 65 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.75 |
| HSL | 231.63º | 0.49% | 0.17% | - |
| HSV(B) | 231.63º | 0.66% | 0.25% | - |
| XYZ | 1.7 | 1.38 | 5.18 | - |
| YUV | 30.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 65 | 0.66 | 0.57 | 0 | 0.75 | 231.63 | 0.49 | 0.17 |
| Hex | 16 | 1C | 41 | 42 | 39 | 0 | 4B | E8 | 31 | 11 |
| Octal | 26 | 34 | 101 | 102 | 71 | 0 | 113 | 350 | 61 | 21 |
| Binary | 10110 | 11100 | 1000001 | 1000010 | 111001 | 0 | 1001011 | 11101000 | 110001 | 10001 |
Color Harmonies of #161C41
Complementary color
Monochromatic Colors of #161C41
Black with #161C41
Text Example
Text Example
White with #161C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161C41; }
p { color: rgb(22,28,65); }
H1.HeaderClassName
{
color: #161C41;
}
.AnyTagClassName
{
color: #161C41;
}
</style>
background-color css
<style>
a { background-color: #161C41; }
a { background-color: rgb(22,28,65); }
div.DivClassName
{
background-color: #161C41;
}
.BgClassName
{
background-color: #161C41;
}
</style>
border-color css
<style>
span { border-color: #161C41; }
span { border-color: rgb(22,28,65); }
td.TdClassName
{
border-color: #161C41;
}
.TagClassName
{
border-color: #161C41;
}
</style>