Shades of Midnight #1E2E48
Tints of Midnight #1E2E48
RGB
CMYK
RGB Variations
Color information
#1E2E48 (or 0x1E2E48) is known color: Midnight. HEX triplet: 1E, 2E and 48. RGB value is (30,46,72). Sum of RGB (Red+Green+Blue) = 30+46+72=148 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.27% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #1E2E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2E48 is #E1D1B7. Grayscale: #2C2C2C. Windows color (decimal): -14799288 or 4730398. OLE color: 4730398.
HSL color Cylindrical-coordinate representation of color #1E2E48: hue angle of 217.14º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E2E48 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 46 | 72 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.72 |
| HSL | 217.14º | 0.41% | 0.2% | - |
| HSV(B) | 217.14º | 0.58% | 0.28% | - |
| XYZ | 2.68 | 2.7 | 6.51 | - |
| YUV | 44.18 | 143.7 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 46 | 72 | 0.58 | 0.36 | 0 | 0.72 | 217.14 | 0.41 | 0.2 |
| Hex | 1E | 2E | 48 | 3A | 24 | 0 | 48 | D9 | 29 | 14 |
| Octal | 36 | 56 | 110 | 72 | 44 | 0 | 110 | 331 | 51 | 24 |
| Binary | 11110 | 101110 | 1001000 | 111010 | 100100 | 0 | 1001000 | 11011001 | 101001 | 10100 |
Color Harmonies of #1E2E48
Complementary color
Monochromatic Colors of #1E2E48
Black with #1E2E48
Text Example
Text Example
White with #1E2E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2E48; }
p { color: rgb(30,46,72); }
H1.HeaderClassName
{
color: #1E2E48;
}
.AnyTagClassName
{
color: #1E2E48;
}
</style>
background-color css
<style>
a { background-color: #1E2E48; }
a { background-color: rgb(30,46,72); }
div.DivClassName
{
background-color: #1E2E48;
}
.BgClassName
{
background-color: #1E2E48;
}
</style>
border-color css
<style>
span { border-color: #1E2E48; }
span { border-color: rgb(30,46,72); }
td.TdClassName
{
border-color: #1E2E48;
}
.TagClassName
{
border-color: #1E2E48;
}
</style>