Shades of Midnight Express #181A46
Tints of Midnight Express #181A46
RGB
CMYK
RGB Variations
Color information
#181A46 (or 0x181A46) is known color: Midnight Express. HEX triplet: 18, 1A and 46. RGB value is (24,26,70). Sum of RGB (Red+Green+Blue) = 24+26+70=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 70 (27.73% from 255 or 58.33% from 120); Max value from RGB is 70 - color contains mainly: blue. Hex color #181A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181A46 is #E7E5B9. Grayscale: #1E1E1E. Windows color (decimal): -15197626 or 4594200. OLE color: 4594200.
HSL color Cylindrical-coordinate representation of color #181A46: hue angle of 237.39º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #181A46 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 26 | 70 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.73 |
| HSL | 237.39º | 0.49% | 0.18% | - |
| HSV(B) | 237.39º | 0.66% | 0.27% | - |
| XYZ | 1.85 | 1.38 | 5.96 | - |
| YUV | 30.42 | 150.34 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 70 | 0.66 | 0.63 | 0 | 0.73 | 237.39 | 0.49 | 0.18 |
| Hex | 18 | 1A | 46 | 42 | 3F | 0 | 49 | ED | 31 | 12 |
| Octal | 30 | 32 | 106 | 102 | 77 | 0 | 111 | 355 | 61 | 22 |
| Binary | 11000 | 11010 | 1000110 | 1000010 | 111111 | 0 | 1001001 | 11101101 | 110001 | 10010 |
Color Harmonies of #181A46
Complementary color
Monochromatic Colors of #181A46
Black with #181A46
Text Example
Text Example
White with #181A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181A46; }
p { color: rgb(24,26,70); }
H1.HeaderClassName
{
color: #181A46;
}
.AnyTagClassName
{
color: #181A46;
}
</style>
background-color css
<style>
a { background-color: #181A46; }
a { background-color: rgb(24,26,70); }
div.DivClassName
{
background-color: #181A46;
}
.BgClassName
{
background-color: #181A46;
}
</style>
border-color css
<style>
span { border-color: #181A46; }
span { border-color: rgb(24,26,70); }
td.TdClassName
{
border-color: #181A46;
}
.TagClassName
{
border-color: #181A46;
}
</style>