Shades of Midnight Express #1E2748
Tints of Midnight Express #1E2748
RGB
CMYK
RGB Variations
Color information
#1E2748 (or 0x1E2748) is known color: Midnight Express. HEX triplet: 1E, 27 and 48. RGB value is (30,39,72). Sum of RGB (Red+Green+Blue) = 30+39+72=141 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.28% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #1E2748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2748 is #E1D8B7. Grayscale: #272727. Windows color (decimal): -14801080 or 4728606. OLE color: 4728606.
HSL color Cylindrical-coordinate representation of color #1E2748: hue angle of 227.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 #1E2748 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 39 | 72 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.72 |
| HSL | 227.14º | 0.41% | 0.2% | - |
| HSV(B) | 227.14º | 0.58% | 0.28% | - |
| XYZ | 2.43 | 2.19 | 6.43 | - |
| YUV | 40.07 | 146.02 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 39 | 72 | 0.58 | 0.46 | 0 | 0.72 | 227.14 | 0.41 | 0.2 |
| Hex | 1E | 27 | 48 | 3A | 2E | 0 | 48 | E3 | 29 | 14 |
| Octal | 36 | 47 | 110 | 72 | 56 | 0 | 110 | 343 | 51 | 24 |
| Binary | 11110 | 100111 | 1001000 | 111010 | 101110 | 0 | 1001000 | 11100011 | 101001 | 10100 |
Color Harmonies of #1E2748
Complementary color
Monochromatic Colors of #1E2748
Black with #1E2748
Text Example
Text Example
White with #1E2748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2748; }
p { color: rgb(30,39,72); }
H1.HeaderClassName
{
color: #1E2748;
}
.AnyTagClassName
{
color: #1E2748;
}
</style>
background-color css
<style>
a { background-color: #1E2748; }
a { background-color: rgb(30,39,72); }
div.DivClassName
{
background-color: #1E2748;
}
.BgClassName
{
background-color: #1E2748;
}
</style>
border-color css
<style>
span { border-color: #1E2748; }
span { border-color: rgb(30,39,72); }
td.TdClassName
{
border-color: #1E2748;
}
.TagClassName
{
border-color: #1E2748;
}
</style>