Shades of Midnight Express #1E2646
Tints of Midnight Express #1E2646
RGB
CMYK
RGB Variations
Color information
#1E2646 (or 0x1E2646) is known color: Midnight Express. HEX triplet: 1E, 26 and 46. RGB value is (30,38,70). Sum of RGB (Red+Green+Blue) = 30+38+70=138 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.74% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 70 (27.73% from 255 or 50.72% from 138); Max value from RGB is 70 - color contains mainly: blue. Hex color #1E2646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2646 is #E1D9B9. Grayscale: #272727. Windows color (decimal): -14801338 or 4597278. OLE color: 4597278.
HSL color Cylindrical-coordinate representation of color #1E2646: hue angle of 228º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E2646 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 38 | 70 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.73 |
| HSL | 228º | 0.4% | 0.2% | - |
| HSV(B) | 228º | 0.57% | 0.27% | - |
| XYZ | 2.33 | 2.1 | 6.08 | - |
| YUV | 39.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 38 | 70 | 0.57 | 0.46 | 0 | 0.73 | 228 | 0.4 | 0.2 |
| Hex | 1E | 26 | 46 | 39 | 2E | 0 | 49 | E4 | 28 | 14 |
| Octal | 36 | 46 | 106 | 71 | 56 | 0 | 111 | 344 | 50 | 24 |
| Binary | 11110 | 100110 | 1000110 | 111001 | 101110 | 0 | 1001001 | 11100100 | 101000 | 10100 |
Color Harmonies of #1E2646
Complementary color
Monochromatic Colors of #1E2646
Black with #1E2646
Text Example
Text Example
White with #1E2646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2646; }
p { color: rgb(30,38,70); }
H1.HeaderClassName
{
color: #1E2646;
}
.AnyTagClassName
{
color: #1E2646;
}
</style>
background-color css
<style>
a { background-color: #1E2646; }
a { background-color: rgb(30,38,70); }
div.DivClassName
{
background-color: #1E2646;
}
.BgClassName
{
background-color: #1E2646;
}
</style>
border-color css
<style>
span { border-color: #1E2646; }
span { border-color: rgb(30,38,70); }
td.TdClassName
{
border-color: #1E2646;
}
.TagClassName
{
border-color: #1E2646;
}
</style>