Shades of Midnight #18293D
Tints of Midnight #18293D
RGB
CMYK
RGB Variations
Color information
#18293D (or 0x18293D) is known color: Midnight. HEX triplet: 18, 29 and 3D. RGB value is (24,41,61). Sum of RGB (Red+Green+Blue) = 24+41+61=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #18293D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18293D is #E7D6C2. Grayscale: #262626. Windows color (decimal): -15193795 or 4008216. OLE color: 4008216.
HSL color Cylindrical-coordinate representation of color #18293D: hue angle of 212.43º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #18293D is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 41 | 61 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.76 |
| HSL | 212.43º | 0.44% | 0.17% | - |
| HSV(B) | 212.43º | 0.61% | 0.24% | - |
| XYZ | 2.01 | 2.12 | 4.72 | - |
| YUV | 38.2 | 140.87 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 41 | 61 | 0.61 | 0.33 | 0 | 0.76 | 212.43 | 0.44 | 0.17 |
| Hex | 18 | 29 | 3D | 3D | 21 | 0 | 4C | D4 | 2C | 11 |
| Octal | 30 | 51 | 75 | 75 | 41 | 0 | 114 | 324 | 54 | 21 |
| Binary | 11000 | 101001 | 111101 | 111101 | 100001 | 0 | 1001100 | 11010100 | 101100 | 10001 |
Color Harmonies of #18293D
Complementary color
Monochromatic Colors of #18293D
Black with #18293D
Text Example
Text Example
White with #18293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18293D; }
p { color: rgb(24,41,61); }
H1.HeaderClassName
{
color: #18293D;
}
.AnyTagClassName
{
color: #18293D;
}
</style>
background-color css
<style>
a { background-color: #18293D; }
a { background-color: rgb(24,41,61); }
div.DivClassName
{
background-color: #18293D;
}
.BgClassName
{
background-color: #18293D;
}
</style>
border-color css
<style>
span { border-color: #18293D; }
span { border-color: rgb(24,41,61); }
td.TdClassName
{
border-color: #18293D;
}
.TagClassName
{
border-color: #18293D;
}
</style>