Shades of Midnight Express #181A3A
Tints of Midnight Express #181A3A
RGB
CMYK
RGB Variations
Color information
#181A3A (or 0x181A3A) is known color: Midnight Express. HEX triplet: 18, 1A and 3A. RGB value is (24,26,58). Sum of RGB (Red+Green+Blue) = 24+26+58=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 58 (23.05% from 255 or 53.70% from 108); Max value from RGB is 58 - color contains mainly: blue. Hex color #181A3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181A3A is #E7E5C5. Grayscale: #1C1C1C. Windows color (decimal): -15197638 or 3807768. OLE color: 3807768.
HSL color Cylindrical-coordinate representation of color #181A3A: hue angle of 236.47º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #181A3A is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 24 | 26 | 58 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.77 |
| HSL | 236.47º | 0.41% | 0.16% | - |
| HSV(B) | 236.47º | 0.59% | 0.23% | - |
| XYZ | 1.51 | 1.24 | 4.16 | - |
| YUV | 29.05 | 144.34 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 58 | 0.59 | 0.55 | 0 | 0.77 | 236.47 | 0.41 | 0.16 |
| Hex | 18 | 1A | 3A | 3B | 37 | 0 | 4D | EC | 29 | 10 |
| Octal | 30 | 32 | 72 | 73 | 67 | 0 | 115 | 354 | 51 | 20 |
| Binary | 11000 | 11010 | 111010 | 111011 | 110111 | 0 | 1001101 | 11101100 | 101001 | 10000 |
Color Harmonies of #181A3A
Complementary color
Monochromatic Colors of #181A3A
Black with #181A3A
Text Example
Text Example
White with #181A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181A3A; }
p { color: rgb(24,26,58); }
H1.HeaderClassName
{
color: #181A3A;
}
.AnyTagClassName
{
color: #181A3A;
}
</style>
background-color css
<style>
a { background-color: #181A3A; }
a { background-color: rgb(24,26,58); }
div.DivClassName
{
background-color: #181A3A;
}
.BgClassName
{
background-color: #181A3A;
}
</style>
border-color css
<style>
span { border-color: #181A3A; }
span { border-color: rgb(24,26,58); }
td.TdClassName
{
border-color: #181A3A;
}
.TagClassName
{
border-color: #181A3A;
}
</style>