Shades of Midnight Express #18163E
Tints of Midnight Express #18163E
RGB
CMYK
RGB Variations
Color information
#18163E (or 0x18163E) is known color: Midnight Express. HEX triplet: 18, 16 and 3E. RGB value is (24,22,62). Sum of RGB (Red+Green+Blue) = 24+22+62=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 62 (24.61% from 255 or 57.41% from 108); Max value from RGB is 62 - color contains mainly: blue. Hex color #18163E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18163E is #E7E9C1. Grayscale: #1B1B1B. Windows color (decimal): -15198658 or 4068888. OLE color: 4068888.
HSL color Cylindrical-coordinate representation of color #18163E: hue angle of 243º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #18163E is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 22 | 62 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.76 |
| HSL | 243º | 0.48% | 0.16% | - |
| HSV(B) | 243º | 0.65% | 0.24% | - |
| XYZ | 1.53 | 1.12 | 4.69 | - |
| YUV | 27.16 | 147.66 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 22 | 62 | 0.61 | 0.65 | 0 | 0.76 | 243 | 0.48 | 0.16 |
| Hex | 18 | 16 | 3E | 3D | 41 | 0 | 4C | F3 | 30 | 10 |
| Octal | 30 | 26 | 76 | 75 | 101 | 0 | 114 | 363 | 60 | 20 |
| Binary | 11000 | 10110 | 111110 | 111101 | 1000001 | 0 | 1001100 | 11110011 | 110000 | 10000 |
Color Harmonies of #18163E
Complementary color
Monochromatic Colors of #18163E
Black with #18163E
Text Example
Text Example
White with #18163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18163E; }
p { color: rgb(24,22,62); }
H1.HeaderClassName
{
color: #18163E;
}
.AnyTagClassName
{
color: #18163E;
}
</style>
background-color css
<style>
a { background-color: #18163E; }
a { background-color: rgb(24,22,62); }
div.DivClassName
{
background-color: #18163E;
}
.BgClassName
{
background-color: #18163E;
}
</style>
border-color css
<style>
span { border-color: #18163E; }
span { border-color: rgb(24,22,62); }
td.TdClassName
{
border-color: #18163E;
}
.TagClassName
{
border-color: #18163E;
}
</style>