Shades of Midnight #1E2B3F
Tints of Midnight #1E2B3F
RGB
CMYK
RGB Variations
Color information
#1E2B3F (or 0x1E2B3F) is known color: Midnight. HEX triplet: 1E, 2B and 3F. RGB value is (30,43,63). Sum of RGB (Red+Green+Blue) = 30+43+63=136 (18% of max value = 765). Red value is 30 (12.11% from 255 or 22.06% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 63 - color contains mainly: blue. Hex color #1E2B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2B3F is #E1D4C0. Grayscale: #292929. Windows color (decimal): -14800065 or 4139806. OLE color: 4139806.
HSL color Cylindrical-coordinate representation of color #1E2B3F: hue angle of 216.36º 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 #1E2B3F is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 43 | 63 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.75 |
| HSL | 216.36º | 0.35% | 0.18% | - |
| HSV(B) | 216.36º | 0.52% | 0.25% | - |
| XYZ | 2.3 | 2.36 | 5.04 | - |
| YUV | 41.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 43 | 63 | 0.52 | 0.32 | 0 | 0.75 | 216.36 | 0.35 | 0.18 |
| Hex | 1E | 2B | 3F | 34 | 20 | 0 | 4B | D8 | 23 | 12 |
| Octal | 36 | 53 | 77 | 64 | 40 | 0 | 113 | 330 | 43 | 22 |
| Binary | 11110 | 101011 | 111111 | 110100 | 100000 | 0 | 1001011 | 11011000 | 100011 | 10010 |
Color Harmonies of #1E2B3F
Complementary color
Monochromatic Colors of #1E2B3F
Black with #1E2B3F
Text Example
Text Example
White with #1E2B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2B3F; }
p { color: rgb(30,43,63); }
H1.HeaderClassName
{
color: #1E2B3F;
}
.AnyTagClassName
{
color: #1E2B3F;
}
</style>
background-color css
<style>
a { background-color: #1E2B3F; }
a { background-color: rgb(30,43,63); }
div.DivClassName
{
background-color: #1E2B3F;
}
.BgClassName
{
background-color: #1E2B3F;
}
</style>
border-color css
<style>
span { border-color: #1E2B3F; }
span { border-color: rgb(30,43,63); }
td.TdClassName
{
border-color: #1E2B3F;
}
.TagClassName
{
border-color: #1E2B3F;
}
</style>