Shades of Midnight #1E3245
Tints of Midnight #1E3245
RGB
CMYK
RGB Variations
Color information
#1E3245 (or 0x1E3245) is known color: Midnight. HEX triplet: 1E, 32 and 45. RGB value is (30,50,69). Sum of RGB (Red+Green+Blue) = 30+50+69=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 69 (27.34% from 255 or 46.31% from 149); Max value from RGB is 69 - color contains mainly: blue. Hex color #1E3245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3245 is #E1CDBA. Grayscale: #2E2E2E. Windows color (decimal): -14798267 or 4534814. OLE color: 4534814.
HSL color Cylindrical-coordinate representation of color #1E3245: hue angle of 209.23º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E3245 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 50 | 69 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.73 |
| HSL | 209.23º | 0.39% | 0.19% | - |
| HSV(B) | 209.23º | 0.57% | 0.27% | - |
| XYZ | 2.75 | 2.99 | 6.06 | - |
| YUV | 46.19 | 140.87 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 50 | 69 | 0.57 | 0.28 | 0 | 0.73 | 209.23 | 0.39 | 0.19 |
| Hex | 1E | 32 | 45 | 39 | 1C | 0 | 49 | D1 | 27 | 13 |
| Octal | 36 | 62 | 105 | 71 | 34 | 0 | 111 | 321 | 47 | 23 |
| Binary | 11110 | 110010 | 1000101 | 111001 | 11100 | 0 | 1001001 | 11010001 | 100111 | 10011 |
Color Harmonies of #1E3245
Complementary color
Monochromatic Colors of #1E3245
Black with #1E3245
Text Example
Text Example
White with #1E3245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3245; }
p { color: rgb(30,50,69); }
H1.HeaderClassName
{
color: #1E3245;
}
.AnyTagClassName
{
color: #1E3245;
}
</style>
background-color css
<style>
a { background-color: #1E3245; }
a { background-color: rgb(30,50,69); }
div.DivClassName
{
background-color: #1E3245;
}
.BgClassName
{
background-color: #1E3245;
}
</style>
border-color css
<style>
span { border-color: #1E3245; }
span { border-color: rgb(30,50,69); }
td.TdClassName
{
border-color: #1E3245;
}
.TagClassName
{
border-color: #1E3245;
}
</style>