Shades of Midnight Blue #1E2078
Tints of Midnight Blue #1E2078
RGB
CMYK
RGB Variations
Color information
#1E2078 (or 0x1E2078) is known color: Midnight Blue. HEX triplet: 1E, 20 and 78. RGB value is (30,32,120). Sum of RGB (Red+Green+Blue) = 30+32+120=182 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.48% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 120 (47.27% from 255 or 65.93% from 182); Max value from RGB is 120 - color contains mainly: blue. Hex color #1E2078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2078 is #E1DF87. Grayscale: #292929. Windows color (decimal): -14802824 or 7872542. OLE color: 7872542.
HSL color Cylindrical-coordinate representation of color #1E2078: hue angle of 238.67º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E2078 is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 32 | 120 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.53 |
| HSL | 238.67º | 0.6% | 0.29% | - |
| HSV(B) | 238.67º | 0.75% | 0.47% | - |
| XYZ | 4.44 | 2.67 | 18.05 | - |
| YUV | 41.43 | 172.34 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 32 | 120 | 0.75 | 0.73 | 0 | 0.53 | 238.67 | 0.6 | 0.29 |
| Hex | 1E | 20 | 78 | 4B | 49 | 0 | 35 | EF | 3C | 1D |
| Octal | 36 | 40 | 170 | 113 | 111 | 0 | 65 | 357 | 74 | 35 |
| Binary | 11110 | 100000 | 1111000 | 1001011 | 1001001 | 0 | 110101 | 11101111 | 111100 | 11101 |
Color Harmonies of #1E2078
Complementary color
Monochromatic Colors of #1E2078
Black with #1E2078
Text Example
Text Example
White with #1E2078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2078; }
p { color: rgb(30,32,120); }
H1.HeaderClassName
{
color: #1E2078;
}
.AnyTagClassName
{
color: #1E2078;
}
</style>
background-color css
<style>
a { background-color: #1E2078; }
a { background-color: rgb(30,32,120); }
div.DivClassName
{
background-color: #1E2078;
}
.BgClassName
{
background-color: #1E2078;
}
</style>
border-color css
<style>
span { border-color: #1E2078; }
span { border-color: rgb(30,32,120); }
td.TdClassName
{
border-color: #1E2078;
}
.TagClassName
{
border-color: #1E2078;
}
</style>