Shades of Midnight Express #181B45
Tints of Midnight Express #181B45
RGB
CMYK
RGB Variations
Color information
#181B45 (or 0x181B45) is known color: Midnight Express. HEX triplet: 18, 1B and 45. RGB value is (24,27,69). Sum of RGB (Red+Green+Blue) = 24+27+69=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 69 (27.34% from 255 or 57.5% from 120); Max value from RGB is 69 - color contains mainly: blue. Hex color #181B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181B45 is #E7E4BA. Grayscale: #1E1E1E. Windows color (decimal): -15197371 or 4528920. OLE color: 4528920.
HSL color Cylindrical-coordinate representation of color #181B45: hue angle of 236º 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 #181B45 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 27 | 69 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.73 |
| HSL | 236º | 0.48% | 0.18% | - |
| HSV(B) | 236º | 0.65% | 0.27% | - |
| XYZ | 1.84 | 1.41 | 5.8 | - |
| YUV | 30.89 | 149.51 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 69 | 0.65 | 0.61 | 0 | 0.73 | 236 | 0.48 | 0.18 |
| Hex | 18 | 1B | 45 | 41 | 3D | 0 | 49 | EC | 30 | 12 |
| Octal | 30 | 33 | 105 | 101 | 75 | 0 | 111 | 354 | 60 | 22 |
| Binary | 11000 | 11011 | 1000101 | 1000001 | 111101 | 0 | 1001001 | 11101100 | 110000 | 10010 |
Color Harmonies of #181B45
Complementary color
Monochromatic Colors of #181B45
Black with #181B45
Text Example
Text Example
White with #181B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B45; }
p { color: rgb(24,27,69); }
H1.HeaderClassName
{
color: #181B45;
}
.AnyTagClassName
{
color: #181B45;
}
</style>
background-color css
<style>
a { background-color: #181B45; }
a { background-color: rgb(24,27,69); }
div.DivClassName
{
background-color: #181B45;
}
.BgClassName
{
background-color: #181B45;
}
</style>
border-color css
<style>
span { border-color: #181B45; }
span { border-color: rgb(24,27,69); }
td.TdClassName
{
border-color: #181B45;
}
.TagClassName
{
border-color: #181B45;
}
</style>