Shades of Midnight Express #18274D
Tints of Midnight Express #18274D
RGB
CMYK
RGB Variations
Color information
#18274D (or 0x18274D) is known color: Midnight Express. HEX triplet: 18, 27 and 4D. RGB value is (24,39,77). Sum of RGB (Red+Green+Blue) = 24+39+77=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #18274D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18274D is #E7D8B2. Grayscale: #262626. Windows color (decimal): -15194291 or 5056280. OLE color: 5056280.
HSL color Cylindrical-coordinate representation of color #18274D: hue angle of 223.02º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18274D is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 39 | 77 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.70 |
| HSL | 223.02º | 0.52% | 0.2% | - |
| HSV(B) | 223.02º | 0.69% | 0.3% | - |
| XYZ | 2.44 | 2.18 | 7.31 | - |
| YUV | 38.85 | 149.53 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 77 | 0.69 | 0.49 | 0 | 0.70 | 223.02 | 0.52 | 0.2 |
| Hex | 18 | 27 | 4D | 45 | 31 | 0 | 46 | DF | 34 | 14 |
| Octal | 30 | 47 | 115 | 105 | 61 | 0 | 106 | 337 | 64 | 24 |
| Binary | 11000 | 100111 | 1001101 | 1000101 | 110001 | 0 | 1000110 | 11011111 | 110100 | 10100 |
Color Harmonies of #18274D
Complementary color
Monochromatic Colors of #18274D
Black with #18274D
Text Example
Text Example
White with #18274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18274D; }
p { color: rgb(24,39,77); }
H1.HeaderClassName
{
color: #18274D;
}
.AnyTagClassName
{
color: #18274D;
}
</style>
background-color css
<style>
a { background-color: #18274D; }
a { background-color: rgb(24,39,77); }
div.DivClassName
{
background-color: #18274D;
}
.BgClassName
{
background-color: #18274D;
}
</style>
border-color css
<style>
span { border-color: #18274D; }
span { border-color: rgb(24,39,77); }
td.TdClassName
{
border-color: #18274D;
}
.TagClassName
{
border-color: #18274D;
}
</style>