Shades of Midnight Express #161A4C
Tints of Midnight Express #161A4C
RGB
CMYK
RGB Variations
Color information
#161A4C (or 0x161A4C) is known color: Midnight Express. HEX triplet: 16, 1A and 4C. RGB value is (22,26,76). Sum of RGB (Red+Green+Blue) = 22+26+76=124 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.74% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 76 (30.08% from 255 or 61.29% from 124); Max value from RGB is 76 - color contains mainly: blue. Hex color #161A4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161A4C is #E9E5B3. Grayscale: #1E1E1E. Windows color (decimal): -15328692 or 4987414. OLE color: 4987414.
HSL color Cylindrical-coordinate representation of color #161A4C: hue angle of 235.56º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #161A4C is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 26 | 76 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.70 |
| HSL | 235.56º | 0.55% | 0.19% | - |
| HSV(B) | 235.56º | 0.71% | 0.3% | - |
| XYZ | 2 | 1.43 | 7.01 | - |
| YUV | 30.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 26 | 76 | 0.71 | 0.66 | 0 | 0.70 | 235.56 | 0.55 | 0.19 |
| Hex | 16 | 1A | 4C | 47 | 42 | 0 | 46 | EC | 37 | 13 |
| Octal | 26 | 32 | 114 | 107 | 102 | 0 | 106 | 354 | 67 | 23 |
| Binary | 10110 | 11010 | 1001100 | 1000111 | 1000010 | 0 | 1000110 | 11101100 | 110111 | 10011 |
Color Harmonies of #161A4C
Complementary color
Monochromatic Colors of #161A4C
Black with #161A4C
Text Example
Text Example
White with #161A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161A4C; }
p { color: rgb(22,26,76); }
H1.HeaderClassName
{
color: #161A4C;
}
.AnyTagClassName
{
color: #161A4C;
}
</style>
background-color css
<style>
a { background-color: #161A4C; }
a { background-color: rgb(22,26,76); }
div.DivClassName
{
background-color: #161A4C;
}
.BgClassName
{
background-color: #161A4C;
}
</style>
border-color css
<style>
span { border-color: #161A4C; }
span { border-color: rgb(22,26,76); }
td.TdClassName
{
border-color: #161A4C;
}
.TagClassName
{
border-color: #161A4C;
}
</style>