Shades of Midnight Express #181A38
Tints of Midnight Express #181A38
RGB
CMYK
RGB Variations
Color information
#181A38 (or 0x181A38) is known color: Midnight Express. HEX triplet: 18, 1A and 38. RGB value is (24,26,56). Sum of RGB (Red+Green+Blue) = 24+26+56=106 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.64% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 56 (22.27% from 255 or 52.83% from 106); Max value from RGB is 56 - color contains mainly: blue. Hex color #181A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181A38 is #E7E5C7. Grayscale: #1C1C1C. Windows color (decimal): -15197640 or 3676696. OLE color: 3676696.
HSL color Cylindrical-coordinate representation of color #181A38: hue angle of 236.25º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #181A38 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 26 | 56 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.78 |
| HSL | 236.25º | 0.4% | 0.16% | - |
| HSV(B) | 236.25º | 0.57% | 0.22% | - |
| XYZ | 1.46 | 1.22 | 3.9 | - |
| YUV | 28.82 | 143.34 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 56 | 0.57 | 0.54 | 0 | 0.78 | 236.25 | 0.4 | 0.16 |
| Hex | 18 | 1A | 38 | 39 | 36 | 0 | 4E | EC | 28 | 10 |
| Octal | 30 | 32 | 70 | 71 | 66 | 0 | 116 | 354 | 50 | 20 |
| Binary | 11000 | 11010 | 111000 | 111001 | 110110 | 0 | 1001110 | 11101100 | 101000 | 10000 |
Color Harmonies of #181A38
Complementary color
Monochromatic Colors of #181A38
Black with #181A38
Text Example
Text Example
White with #181A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181A38; }
p { color: rgb(24,26,56); }
H1.HeaderClassName
{
color: #181A38;
}
.AnyTagClassName
{
color: #181A38;
}
</style>
background-color css
<style>
a { background-color: #181A38; }
a { background-color: rgb(24,26,56); }
div.DivClassName
{
background-color: #181A38;
}
.BgClassName
{
background-color: #181A38;
}
</style>
border-color css
<style>
span { border-color: #181A38; }
span { border-color: rgb(24,26,56); }
td.TdClassName
{
border-color: #181A38;
}
.TagClassName
{
border-color: #181A38;
}
</style>