Shades of Midnight #18283E
Tints of Midnight #18283E
RGB
CMYK
RGB Variations
Color information
#18283E (or 0x18283E) is known color: Midnight. HEX triplet: 18, 28 and 3E. RGB value is (24,40,62). Sum of RGB (Red+Green+Blue) = 24+40+62=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 62 (24.61% from 255 or 49.21% from 126); Max value from RGB is 62 - color contains mainly: blue. Hex color #18283E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18283E is #E7D7C1. Grayscale: #252525. Windows color (decimal): -15194050 or 4073496. OLE color: 4073496.
HSL color Cylindrical-coordinate representation of color #18283E: hue angle of 214.74º 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 #18283E is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 40 | 62 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.76 |
| HSL | 214.74º | 0.44% | 0.17% | - |
| HSV(B) | 214.74º | 0.61% | 0.24% | - |
| XYZ | 2 | 2.06 | 4.85 | - |
| YUV | 37.72 | 141.7 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 40 | 62 | 0.61 | 0.35 | 0 | 0.76 | 214.74 | 0.44 | 0.17 |
| Hex | 18 | 28 | 3E | 3D | 23 | 0 | 4C | D7 | 2C | 11 |
| Octal | 30 | 50 | 76 | 75 | 43 | 0 | 114 | 327 | 54 | 21 |
| Binary | 11000 | 101000 | 111110 | 111101 | 100011 | 0 | 1001100 | 11010111 | 101100 | 10001 |
Color Harmonies of #18283E
Complementary color
Monochromatic Colors of #18283E
Black with #18283E
Text Example
Text Example
White with #18283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18283E; }
p { color: rgb(24,40,62); }
H1.HeaderClassName
{
color: #18283E;
}
.AnyTagClassName
{
color: #18283E;
}
</style>
background-color css
<style>
a { background-color: #18283E; }
a { background-color: rgb(24,40,62); }
div.DivClassName
{
background-color: #18283E;
}
.BgClassName
{
background-color: #18283E;
}
</style>
border-color css
<style>
span { border-color: #18283E; }
span { border-color: rgb(24,40,62); }
td.TdClassName
{
border-color: #18283E;
}
.TagClassName
{
border-color: #18283E;
}
</style>