Shades of Midnight Express #181C44
Tints of Midnight Express #181C44
RGB
CMYK
RGB Variations
Color information
#181C44 (or 0x181C44) is known color: Midnight Express. HEX triplet: 18, 1C and 44. RGB value is (24,28,68). Sum of RGB (Red+Green+Blue) = 24+28+68=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 68 (26.95% from 255 or 56.67% from 120); Max value from RGB is 68 - color contains mainly: blue. Hex color #181C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181C44 is #E7E3BB. Grayscale: #1F1F1F. Windows color (decimal): -15197116 or 4463640. OLE color: 4463640.
HSL color Cylindrical-coordinate representation of color #181C44: hue angle of 234.55º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #181C44 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 28 | 68 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.73 |
| HSL | 234.55º | 0.48% | 0.18% | - |
| HSV(B) | 234.55º | 0.65% | 0.27% | - |
| XYZ | 1.84 | 1.44 | 5.65 | - |
| YUV | 31.36 | 148.67 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 68 | 0.65 | 0.59 | 0 | 0.73 | 234.55 | 0.48 | 0.18 |
| Hex | 18 | 1C | 44 | 41 | 3B | 0 | 49 | EB | 30 | 12 |
| Octal | 30 | 34 | 104 | 101 | 73 | 0 | 111 | 353 | 60 | 22 |
| Binary | 11000 | 11100 | 1000100 | 1000001 | 111011 | 0 | 1001001 | 11101011 | 110000 | 10010 |
Color Harmonies of #181C44
Complementary color
Monochromatic Colors of #181C44
Black with #181C44
Text Example
Text Example
White with #181C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C44; }
p { color: rgb(24,28,68); }
H1.HeaderClassName
{
color: #181C44;
}
.AnyTagClassName
{
color: #181C44;
}
</style>
background-color css
<style>
a { background-color: #181C44; }
a { background-color: rgb(24,28,68); }
div.DivClassName
{
background-color: #181C44;
}
.BgClassName
{
background-color: #181C44;
}
</style>
border-color css
<style>
span { border-color: #181C44; }
span { border-color: rgb(24,28,68); }
td.TdClassName
{
border-color: #181C44;
}
.TagClassName
{
border-color: #181C44;
}
</style>