Shades of Midnight #1E2A37
Tints of Midnight #1E2A37
RGB
CMYK
RGB Variations
Color information
#1E2A37 (or 0x1E2A37) is known color: Midnight. HEX triplet: 1E, 2A and 37. RGB value is (30,42,55). Sum of RGB (Red+Green+Blue) = 30+42+55=127 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.62% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 55 (21.88% from 255 or 43.31% from 127); Max value from RGB is 55 - color contains mainly: blue. Hex color #1E2A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2A37 is #E1D5C8. Grayscale: #272727. Windows color (decimal): -14800329 or 3615262. OLE color: 3615262.
HSL color Cylindrical-coordinate representation of color #1E2A37: hue angle of 211.2º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1E2A37 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 42 | 55 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.78 |
| HSL | 211.2º | 0.29% | 0.17% | - |
| HSV(B) | 211.2º | 0.45% | 0.22% | - |
| XYZ | 2.05 | 2.21 | 3.93 | - |
| YUV | 39.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 42 | 55 | 0.45 | 0.24 | 0 | 0.78 | 211.2 | 0.29 | 0.17 |
| Hex | 1E | 2A | 37 | 2D | 18 | 0 | 4E | D3 | 1D | 11 |
| Octal | 36 | 52 | 67 | 55 | 30 | 0 | 116 | 323 | 35 | 21 |
| Binary | 11110 | 101010 | 110111 | 101101 | 11000 | 0 | 1001110 | 11010011 | 11101 | 10001 |
Color Harmonies of #1E2A37
Complementary color
Monochromatic Colors of #1E2A37
Black with #1E2A37
Text Example
Text Example
White with #1E2A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2A37; }
p { color: rgb(30,42,55); }
H1.HeaderClassName
{
color: #1E2A37;
}
.AnyTagClassName
{
color: #1E2A37;
}
</style>
background-color css
<style>
a { background-color: #1E2A37; }
a { background-color: rgb(30,42,55); }
div.DivClassName
{
background-color: #1E2A37;
}
.BgClassName
{
background-color: #1E2A37;
}
</style>
border-color css
<style>
span { border-color: #1E2A37; }
span { border-color: rgb(30,42,55); }
td.TdClassName
{
border-color: #1E2A37;
}
.TagClassName
{
border-color: #1E2A37;
}
</style>