Shades of Midnight #182E47
Tints of Midnight #182E47
RGB
CMYK
RGB Variations
Color information
#182E47 (or 0x182E47) is known color: Midnight. HEX triplet: 18, 2E and 47. RGB value is (24,46,71). Sum of RGB (Red+Green+Blue) = 24+46+71=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #182E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182E47 is #E7D1B8. Grayscale: #2A2A2A. Windows color (decimal): -15192505 or 4664856. OLE color: 4664856.
HSL color Cylindrical-coordinate representation of color #182E47: hue angle of 211.91º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #182E47 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 46 | 71 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.72 |
| HSL | 211.91º | 0.49% | 0.19% | - |
| HSV(B) | 211.91º | 0.66% | 0.28% | - |
| XYZ | 2.49 | 2.6 | 6.33 | - |
| YUV | 42.27 | 144.21 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 46 | 71 | 0.66 | 0.35 | 0 | 0.72 | 211.91 | 0.49 | 0.19 |
| Hex | 18 | 2E | 47 | 42 | 23 | 0 | 48 | D4 | 31 | 13 |
| Octal | 30 | 56 | 107 | 102 | 43 | 0 | 110 | 324 | 61 | 23 |
| Binary | 11000 | 101110 | 1000111 | 1000010 | 100011 | 0 | 1001000 | 11010100 | 110001 | 10011 |
Color Harmonies of #182E47
Complementary color
Monochromatic Colors of #182E47
Black with #182E47
Text Example
Text Example
White with #182E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182E47; }
p { color: rgb(24,46,71); }
H1.HeaderClassName
{
color: #182E47;
}
.AnyTagClassName
{
color: #182E47;
}
</style>
background-color css
<style>
a { background-color: #182E47; }
a { background-color: rgb(24,46,71); }
div.DivClassName
{
background-color: #182E47;
}
.BgClassName
{
background-color: #182E47;
}
</style>
border-color css
<style>
span { border-color: #182E47; }
span { border-color: rgb(24,46,71); }
td.TdClassName
{
border-color: #182E47;
}
.TagClassName
{
border-color: #182E47;
}
</style>