Shades of Midnight Blue #1E2588
Tints of Midnight Blue #1E2588
RGB
CMYK
RGB Variations
Color information
#1E2588 (or 0x1E2588) is known color: Midnight Blue. HEX triplet: 1E, 25 and 88. RGB value is (30,37,136). Sum of RGB (Red+Green+Blue) = 30+37+136=203 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.78% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 136 (53.52% from 255 or 67.00% from 203); Max value from RGB is 136 - color contains mainly: blue. Hex color #1E2588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2588 is #E1DA77. Grayscale: #2D2D2D. Windows color (decimal): -14801528 or 8922398. OLE color: 8922398.
HSL color Cylindrical-coordinate representation of color #1E2588: hue angle of 236.04º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E2588 is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 37 | 136 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.47 |
| HSL | 236.04º | 0.64% | 0.33% | - |
| HSV(B) | 236.04º | 0.78% | 0.53% | - |
| XYZ | 5.64 | 3.38 | 23.65 | - |
| YUV | 46.19 | 178.68 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 37 | 136 | 0.78 | 0.73 | 0 | 0.47 | 236.04 | 0.64 | 0.33 |
| Hex | 1E | 25 | 88 | 4E | 49 | 0 | 2F | EC | 40 | 21 |
| Octal | 36 | 45 | 210 | 116 | 111 | 0 | 57 | 354 | 100 | 41 |
| Binary | 11110 | 100101 | 10001000 | 1001110 | 1001001 | 0 | 101111 | 11101100 | 1000000 | 100001 |
Color Harmonies of #1E2588
Complementary color
Monochromatic Colors of #1E2588
Black with #1E2588
Text Example
Text Example
White with #1E2588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2588; }
p { color: rgb(30,37,136); }
H1.HeaderClassName
{
color: #1E2588;
}
.AnyTagClassName
{
color: #1E2588;
}
</style>
background-color css
<style>
a { background-color: #1E2588; }
a { background-color: rgb(30,37,136); }
div.DivClassName
{
background-color: #1E2588;
}
.BgClassName
{
background-color: #1E2588;
}
</style>
border-color css
<style>
span { border-color: #1E2588; }
span { border-color: rgb(30,37,136); }
td.TdClassName
{
border-color: #1E2588;
}
.TagClassName
{
border-color: #1E2588;
}
</style>