Shades of Midnight #1E324D
Tints of Midnight #1E324D
RGB
CMYK
RGB Variations
Color information
#1E324D (or 0x1E324D) is known color: Midnight. HEX triplet: 1E, 32 and 4D. RGB value is (30,50,77). Sum of RGB (Red+Green+Blue) = 30+50+77=157 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.11% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #1E324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E324D is #E1CDB2. Grayscale: #2E2E2E. Windows color (decimal): -14798259 or 5059102. OLE color: 5059102.
HSL color Cylindrical-coordinate representation of color #1E324D: hue angle of 214.47º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E324D is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 30 | 50 | 77 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.70 |
| HSL | 214.47º | 0.44% | 0.21% | - |
| HSV(B) | 214.47º | 0.61% | 0.3% | - |
| XYZ | 3.02 | 3.09 | 7.46 | - |
| YUV | 47.1 | 144.87 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 50 | 77 | 0.61 | 0.35 | 0 | 0.70 | 214.47 | 0.44 | 0.21 |
| Hex | 1E | 32 | 4D | 3D | 23 | 0 | 46 | D6 | 2C | 15 |
| Octal | 36 | 62 | 115 | 75 | 43 | 0 | 106 | 326 | 54 | 25 |
| Binary | 11110 | 110010 | 1001101 | 111101 | 100011 | 0 | 1000110 | 11010110 | 101100 | 10101 |
Color Harmonies of #1E324D
Complementary color
Monochromatic Colors of #1E324D
Black with #1E324D
Text Example
Text Example
White with #1E324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E324D; }
p { color: rgb(30,50,77); }
H1.HeaderClassName
{
color: #1E324D;
}
.AnyTagClassName
{
color: #1E324D;
}
</style>
background-color css
<style>
a { background-color: #1E324D; }
a { background-color: rgb(30,50,77); }
div.DivClassName
{
background-color: #1E324D;
}
.BgClassName
{
background-color: #1E324D;
}
</style>
border-color css
<style>
span { border-color: #1E324D; }
span { border-color: rgb(30,50,77); }
td.TdClassName
{
border-color: #1E324D;
}
.TagClassName
{
border-color: #1E324D;
}
</style>