Shades of Midnight Express #182745
Tints of Midnight Express #182745
RGB
CMYK
RGB Variations
Color information
#182745 (or 0x182745) is known color: Midnight Express. HEX triplet: 18, 27 and 45. RGB value is (24,39,69). Sum of RGB (Red+Green+Blue) = 24+39+69=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 69 (27.34% from 255 or 52.27% from 132); Max value from RGB is 69 - color contains mainly: blue. Hex color #182745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182745 is #E7D8BA. Grayscale: #252525. Windows color (decimal): -15194299 or 4531992. OLE color: 4531992.
HSL color Cylindrical-coordinate representation of color #182745: hue angle of 220º 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 #182745 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 39 | 69 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.73 |
| HSL | 220º | 0.48% | 0.18% | - |
| HSV(B) | 220º | 0.65% | 0.27% | - |
| XYZ | 2.18 | 2.07 | 5.92 | - |
| YUV | 37.94 | 145.53 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 69 | 0.65 | 0.43 | 0 | 0.73 | 220 | 0.48 | 0.18 |
| Hex | 18 | 27 | 45 | 41 | 2B | 0 | 49 | DC | 30 | 12 |
| Octal | 30 | 47 | 105 | 101 | 53 | 0 | 111 | 334 | 60 | 22 |
| Binary | 11000 | 100111 | 1000101 | 1000001 | 101011 | 0 | 1001001 | 11011100 | 110000 | 10010 |
Color Harmonies of #182745
Complementary color
Monochromatic Colors of #182745
Black with #182745
Text Example
Text Example
White with #182745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182745; }
p { color: rgb(24,39,69); }
H1.HeaderClassName
{
color: #182745;
}
.AnyTagClassName
{
color: #182745;
}
</style>
background-color css
<style>
a { background-color: #182745; }
a { background-color: rgb(24,39,69); }
div.DivClassName
{
background-color: #182745;
}
.BgClassName
{
background-color: #182745;
}
</style>
border-color css
<style>
span { border-color: #182745; }
span { border-color: rgb(24,39,69); }
td.TdClassName
{
border-color: #182745;
}
.TagClassName
{
border-color: #182745;
}
</style>