Shades of Midnight Blue #1E298B
Tints of Midnight Blue #1E298B
RGB
CMYK
RGB Variations
Color information
#1E298B (or 0x1E298B) is known color: Midnight Blue. HEX triplet: 1E, 29 and 8B. RGB value is (30,41,139). Sum of RGB (Red+Green+Blue) = 30+41+139=210 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.29% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E298B is #E1D674. Grayscale: #303030. Windows color (decimal): -14800501 or 9120030. OLE color: 9120030.
HSL color Cylindrical-coordinate representation of color #1E298B: hue angle of 233.94º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E298B is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 41 | 139 | - |
| CMYK | 0.78 | 0.71 | 0 | 0.45 |
| HSL | 233.95º | 0.64% | 0.33% | - |
| HSV(B) | 233.95º | 0.78% | 0.55% | - |
| XYZ | 5.99 | 3.73 | 24.83 | - |
| YUV | 48.88 | 178.86 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 41 | 139 | 0.78 | 0.71 | 0 | 0.45 | 233.95 | 0.64 | 0.33 |
| Hex | 1E | 29 | 8B | 4E | 47 | 0 | 2D | EA | 40 | 21 |
| Octal | 36 | 51 | 213 | 116 | 107 | 0 | 55 | 352 | 100 | 41 |
| Binary | 11110 | 101001 | 10001011 | 1001110 | 1000111 | 0 | 101101 | 11101010 | 1000000 | 100001 |
Color Harmonies of #1E298B
Complementary color
Monochromatic Colors of #1E298B
Black with #1E298B
Text Example
Text Example
White with #1E298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E298B; }
p { color: rgb(30,41,139); }
H1.HeaderClassName
{
color: #1E298B;
}
.AnyTagClassName
{
color: #1E298B;
}
</style>
background-color css
<style>
a { background-color: #1E298B; }
a { background-color: rgb(30,41,139); }
div.DivClassName
{
background-color: #1E298B;
}
.BgClassName
{
background-color: #1E298B;
}
</style>
border-color css
<style>
span { border-color: #1E298B; }
span { border-color: rgb(30,41,139); }
td.TdClassName
{
border-color: #1E298B;
}
.TagClassName
{
border-color: #1E298B;
}
</style>