Shades of Midnight Express #161C3C
Tints of Midnight Express #161C3C
RGB
CMYK
RGB Variations
Color information
#161C3C (or 0x161C3C) is known color: Midnight Express. HEX triplet: 16, 1C and 3C. RGB value is (22,28,60). Sum of RGB (Red+Green+Blue) = 22+28+60=110 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 60 (23.83% from 255 or 54.55% from 110); Max value from RGB is 60 - color contains mainly: blue. Hex color #161C3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161C3C is #E9E3C3. Grayscale: #1D1D1D. Windows color (decimal): -15328196 or 3939350. OLE color: 3939350.
HSL color Cylindrical-coordinate representation of color #161C3C: hue angle of 230.53º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #161C3C is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 28 | 60 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.76 |
| HSL | 230.53º | 0.46% | 0.16% | - |
| HSV(B) | 230.53º | 0.63% | 0.24% | - |
| XYZ | 1.56 | 1.33 | 4.45 | - |
| YUV | 29.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 60 | 0.63 | 0.53 | 0 | 0.76 | 230.53 | 0.46 | 0.16 |
| Hex | 16 | 1C | 3C | 3F | 35 | 0 | 4C | E7 | 2E | 10 |
| Octal | 26 | 34 | 74 | 77 | 65 | 0 | 114 | 347 | 56 | 20 |
| Binary | 10110 | 11100 | 111100 | 111111 | 110101 | 0 | 1001100 | 11100111 | 101110 | 10000 |
Color Harmonies of #161C3C
Complementary color
Monochromatic Colors of #161C3C
Black with #161C3C
Text Example
Text Example
White with #161C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161C3C; }
p { color: rgb(22,28,60); }
H1.HeaderClassName
{
color: #161C3C;
}
.AnyTagClassName
{
color: #161C3C;
}
</style>
background-color css
<style>
a { background-color: #161C3C; }
a { background-color: rgb(22,28,60); }
div.DivClassName
{
background-color: #161C3C;
}
.BgClassName
{
background-color: #161C3C;
}
</style>
border-color css
<style>
span { border-color: #161C3C; }
span { border-color: rgb(22,28,60); }
td.TdClassName
{
border-color: #161C3C;
}
.TagClassName
{
border-color: #161C3C;
}
</style>