Shades of Midnight Blue #1E2B89
Tints of Midnight Blue #1E2B89
RGB
CMYK
RGB Variations
Color information
#1E2B89 (or 0x1E2B89) is known color: Midnight Blue. HEX triplet: 1E, 2B and 89. RGB value is (30,43,137). Sum of RGB (Red+Green+Blue) = 30+43+137=210 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.29% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 137 (53.91% from 255 or 65.24% from 210); Max value from RGB is 137 - color contains mainly: blue. Hex color #1E2B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2B89 is #E1D476. Grayscale: #313131. Windows color (decimal): -14799991 or 8989470. OLE color: 8989470.
HSL color Cylindrical-coordinate representation of color #1E2B89: hue angle of 232.71º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E2B89 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 43 | 137 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.46 |
| HSL | 232.71º | 0.64% | 0.33% | - |
| HSV(B) | 232.71º | 0.78% | 0.54% | - |
| XYZ | 5.91 | 3.81 | 24.09 | - |
| YUV | 49.83 | 177.19 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 43 | 137 | 0.78 | 0.69 | 0 | 0.46 | 232.71 | 0.64 | 0.33 |
| Hex | 1E | 2B | 89 | 4E | 45 | 0 | 2E | E9 | 40 | 21 |
| Octal | 36 | 53 | 211 | 116 | 105 | 0 | 56 | 351 | 100 | 41 |
| Binary | 11110 | 101011 | 10001001 | 1001110 | 1000101 | 0 | 101110 | 11101001 | 1000000 | 100001 |
Color Harmonies of #1E2B89
Complementary color
Monochromatic Colors of #1E2B89
Black with #1E2B89
Text Example
Text Example
White with #1E2B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2B89; }
p { color: rgb(30,43,137); }
H1.HeaderClassName
{
color: #1E2B89;
}
.AnyTagClassName
{
color: #1E2B89;
}
</style>
background-color css
<style>
a { background-color: #1E2B89; }
a { background-color: rgb(30,43,137); }
div.DivClassName
{
background-color: #1E2B89;
}
.BgClassName
{
background-color: #1E2B89;
}
</style>
border-color css
<style>
span { border-color: #1E2B89; }
span { border-color: rgb(30,43,137); }
td.TdClassName
{
border-color: #1E2B89;
}
.TagClassName
{
border-color: #1E2B89;
}
</style>