Shades of Midnight Blue #1E2885
Tints of Midnight Blue #1E2885
RGB
CMYK
RGB Variations
Color information
#1E2885 (or 0x1E2885) is known color: Midnight Blue. HEX triplet: 1E, 28 and 85. RGB value is (30,40,133). Sum of RGB (Red+Green+Blue) = 30+40+133=203 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.78% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E2885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2885 is #E1D77A. Grayscale: #2F2F2F. Windows color (decimal): -14800763 or 8726558. OLE color: 8726558.
HSL color Cylindrical-coordinate representation of color #1E2885: hue angle of 234.17º 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 #1E2885 is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 40 | 133 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.48 |
| HSL | 234.17º | 0.63% | 0.32% | - |
| HSV(B) | 234.17º | 0.77% | 0.52% | - |
| XYZ | 5.53 | 3.49 | 22.57 | - |
| YUV | 47.61 | 176.19 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 40 | 133 | 0.77 | 0.70 | 0 | 0.48 | 234.17 | 0.63 | 0.32 |
| Hex | 1E | 28 | 85 | 4D | 46 | 0 | 30 | EA | 3F | 20 |
| Octal | 36 | 50 | 205 | 115 | 106 | 0 | 60 | 352 | 77 | 40 |
| Binary | 11110 | 101000 | 10000101 | 1001101 | 1000110 | 0 | 110000 | 11101010 | 111111 | 100000 |
Color Harmonies of #1E2885
Complementary color
Monochromatic Colors of #1E2885
Black with #1E2885
Text Example
Text Example
White with #1E2885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2885; }
p { color: rgb(30,40,133); }
H1.HeaderClassName
{
color: #1E2885;
}
.AnyTagClassName
{
color: #1E2885;
}
</style>
background-color css
<style>
a { background-color: #1E2885; }
a { background-color: rgb(30,40,133); }
div.DivClassName
{
background-color: #1E2885;
}
.BgClassName
{
background-color: #1E2885;
}
</style>
border-color css
<style>
span { border-color: #1E2885; }
span { border-color: rgb(30,40,133); }
td.TdClassName
{
border-color: #1E2885;
}
.TagClassName
{
border-color: #1E2885;
}
</style>