Shades of Midnight Express #18193C
Tints of Midnight Express #18193C
RGB
CMYK
RGB Variations
Color information
#18193C (or 0x18193C) is known color: Midnight Express. HEX triplet: 18, 19 and 3C. RGB value is (24,25,60). Sum of RGB (Red+Green+Blue) = 24+25+60=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 60 (23.83% from 255 or 55.05% from 109); Max value from RGB is 60 - color contains mainly: blue. Hex color #18193C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18193C is #E7E6C3. Grayscale: #1C1C1C. Windows color (decimal): -15197892 or 3938584. OLE color: 3938584.
HSL color Cylindrical-coordinate representation of color #18193C: hue angle of 238.33º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #18193C is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 25 | 60 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.76 |
| HSL | 238.33º | 0.43% | 0.16% | - |
| HSV(B) | 238.33º | 0.6% | 0.24% | - |
| XYZ | 1.54 | 1.22 | 4.43 | - |
| YUV | 28.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 25 | 60 | 0.60 | 0.58 | 0 | 0.76 | 238.33 | 0.43 | 0.16 |
| Hex | 18 | 19 | 3C | 3C | 3A | 0 | 4C | EE | 2B | 10 |
| Octal | 30 | 31 | 74 | 74 | 72 | 0 | 114 | 356 | 53 | 20 |
| Binary | 11000 | 11001 | 111100 | 111100 | 111010 | 0 | 1001100 | 11101110 | 101011 | 10000 |
Color Harmonies of #18193C
Complementary color
Monochromatic Colors of #18193C
Black with #18193C
Text Example
Text Example
White with #18193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18193C; }
p { color: rgb(24,25,60); }
H1.HeaderClassName
{
color: #18193C;
}
.AnyTagClassName
{
color: #18193C;
}
</style>
background-color css
<style>
a { background-color: #18193C; }
a { background-color: rgb(24,25,60); }
div.DivClassName
{
background-color: #18193C;
}
.BgClassName
{
background-color: #18193C;
}
</style>
border-color css
<style>
span { border-color: #18193C; }
span { border-color: rgb(24,25,60); }
td.TdClassName
{
border-color: #18193C;
}
.TagClassName
{
border-color: #18193C;
}
</style>