Shades of Midnight Blue #1E2478
Tints of Midnight Blue #1E2478
RGB
CMYK
RGB Variations
Color information
#1E2478 (or 0x1E2478) is known color: Midnight Blue. HEX triplet: 1E, 24 and 78. RGB value is (30,36,120). Sum of RGB (Red+Green+Blue) = 30+36+120=186 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.13% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #1E2478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2478 is #E1DB87. Grayscale: #2B2B2B. Windows color (decimal): -14801800 or 7873566. OLE color: 7873566.
HSL color Cylindrical-coordinate representation of color #1E2478: hue angle of 236º 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 #1E2478 is Cyan = 0.75, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 36 | 120 | - |
| CMYK | 0.75 | 0.7 | 0 | 0.53 |
| HSL | 236º | 0.6% | 0.29% | - |
| HSV(B) | 236º | 0.75% | 0.47% | - |
| XYZ | 4.56 | 2.89 | 18.09 | - |
| YUV | 43.78 | 171.01 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 36 | 120 | 0.75 | 0.7 | 0 | 0.53 | 236 | 0.6 | 0.29 |
| Hex | 1E | 24 | 78 | 4B | 46 | 0 | 35 | EC | 3C | 1D |
| Octal | 36 | 44 | 170 | 113 | 106 | 0 | 65 | 354 | 74 | 35 |
| Binary | 11110 | 100100 | 1111000 | 1001011 | 1000110 | 0 | 110101 | 11101100 | 111100 | 11101 |
Color Harmonies of #1E2478
Complementary color
Monochromatic Colors of #1E2478
Black with #1E2478
Text Example
Text Example
White with #1E2478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2478; }
p { color: rgb(30,36,120); }
H1.HeaderClassName
{
color: #1E2478;
}
.AnyTagClassName
{
color: #1E2478;
}
</style>
background-color css
<style>
a { background-color: #1E2478; }
a { background-color: rgb(30,36,120); }
div.DivClassName
{
background-color: #1E2478;
}
.BgClassName
{
background-color: #1E2478;
}
</style>
border-color css
<style>
span { border-color: #1E2478; }
span { border-color: rgb(30,36,120); }
td.TdClassName
{
border-color: #1E2478;
}
.TagClassName
{
border-color: #1E2478;
}
</style>