Shades of Midnight Express #1E263F
Tints of Midnight Express #1E263F
RGB
CMYK
RGB Variations
Color information
#1E263F (or 0x1E263F) is known color: Midnight Express. HEX triplet: 1E, 26 and 3F. RGB value is (30,38,63). Sum of RGB (Red+Green+Blue) = 30+38+63=131 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.90% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #1E263F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E263F is #E1D9C0. Grayscale: #262626. Windows color (decimal): -14801345 or 4138526. OLE color: 4138526.
HSL color Cylindrical-coordinate representation of color #1E263F: hue angle of 225.45º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1E263F is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 38 | 63 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.75 |
| HSL | 225.45º | 0.35% | 0.18% | - |
| HSV(B) | 225.45º | 0.52% | 0.25% | - |
| XYZ | 2.13 | 2.02 | 4.98 | - |
| YUV | 38.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 38 | 63 | 0.52 | 0.40 | 0 | 0.75 | 225.45 | 0.35 | 0.18 |
| Hex | 1E | 26 | 3F | 34 | 28 | 0 | 4B | E1 | 23 | 12 |
| Octal | 36 | 46 | 77 | 64 | 50 | 0 | 113 | 341 | 43 | 22 |
| Binary | 11110 | 100110 | 111111 | 110100 | 101000 | 0 | 1001011 | 11100001 | 100011 | 10010 |
Color Harmonies of #1E263F
Complementary color
Monochromatic Colors of #1E263F
Black with #1E263F
Text Example
Text Example
White with #1E263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E263F; }
p { color: rgb(30,38,63); }
H1.HeaderClassName
{
color: #1E263F;
}
.AnyTagClassName
{
color: #1E263F;
}
</style>
background-color css
<style>
a { background-color: #1E263F; }
a { background-color: rgb(30,38,63); }
div.DivClassName
{
background-color: #1E263F;
}
.BgClassName
{
background-color: #1E263F;
}
</style>
border-color css
<style>
span { border-color: #1E263F; }
span { border-color: rgb(30,38,63); }
td.TdClassName
{
border-color: #1E263F;
}
.TagClassName
{
border-color: #1E263F;
}
</style>