Shades of Midnight Blue #1E2884
Tints of Midnight Blue #1E2884
RGB
CMYK
RGB Variations
Color information
#1E2884 (or 0x1E2884) is known color: Midnight Blue. HEX triplet: 1E, 28 and 84. RGB value is (30,40,132). Sum of RGB (Red+Green+Blue) = 30+40+132=202 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.85% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 132 (51.95% from 255 or 65.35% from 202); Max value from RGB is 132 - color contains mainly: blue. Hex color #1E2884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2884 is #E1D77B. Grayscale: #2F2F2F. Windows color (decimal): -14800764 or 8661022. OLE color: 8661022.
HSL color Cylindrical-coordinate representation of color #1E2884: hue angle of 234.12º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E2884 is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 40 | 132 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.48 |
| HSL | 234.12º | 0.63% | 0.32% | - |
| HSV(B) | 234.12º | 0.77% | 0.52% | - |
| XYZ | 5.46 | 3.46 | 22.21 | - |
| YUV | 47.5 | 175.69 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 40 | 132 | 0.77 | 0.70 | 0 | 0.48 | 234.12 | 0.63 | 0.32 |
| Hex | 1E | 28 | 84 | 4D | 46 | 0 | 30 | EA | 3F | 20 |
| Octal | 36 | 50 | 204 | 115 | 106 | 0 | 60 | 352 | 77 | 40 |
| Binary | 11110 | 101000 | 10000100 | 1001101 | 1000110 | 0 | 110000 | 11101010 | 111111 | 100000 |
Color Harmonies of #1E2884
Complementary color
Monochromatic Colors of #1E2884
Black with #1E2884
Text Example
Text Example
White with #1E2884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2884; }
p { color: rgb(30,40,132); }
H1.HeaderClassName
{
color: #1E2884;
}
.AnyTagClassName
{
color: #1E2884;
}
</style>
background-color css
<style>
a { background-color: #1E2884; }
a { background-color: rgb(30,40,132); }
div.DivClassName
{
background-color: #1E2884;
}
.BgClassName
{
background-color: #1E2884;
}
</style>
border-color css
<style>
span { border-color: #1E2884; }
span { border-color: rgb(30,40,132); }
td.TdClassName
{
border-color: #1E2884;
}
.TagClassName
{
border-color: #1E2884;
}
</style>