Shades of Midnight Blue #1E2D7F
Tints of Midnight Blue #1E2D7F
RGB
CMYK
RGB Variations
Color information
#1E2D7F (or 0x1E2D7F) is known color: Midnight Blue. HEX triplet: 1E, 2D and 7F. RGB value is (30,45,127). Sum of RGB (Red+Green+Blue) = 30+45+127=202 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.85% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 127 (50% from 255 or 62.87% from 202); Max value from RGB is 127 - color contains mainly: blue. Hex color #1E2D7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2D7F is #E1D280. Grayscale: #313131. Windows color (decimal): -14799489 or 8334622. OLE color: 8334622.
HSL color Cylindrical-coordinate representation of color #1E2D7F: hue angle of 230.72º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E2D7F is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 45 | 127 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.50 |
| HSL | 230.72º | 0.62% | 0.31% | - |
| HSV(B) | 230.72º | 0.76% | 0.5% | - |
| XYZ | 5.3 | 3.69 | 20.51 | - |
| YUV | 49.86 | 171.53 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 45 | 127 | 0.76 | 0.65 | 0 | 0.50 | 230.72 | 0.62 | 0.31 |
| Hex | 1E | 2D | 7F | 4C | 41 | 0 | 32 | E7 | 3E | 1F |
| Octal | 36 | 55 | 177 | 114 | 101 | 0 | 62 | 347 | 76 | 37 |
| Binary | 11110 | 101101 | 1111111 | 1001100 | 1000001 | 0 | 110010 | 11100111 | 111110 | 11111 |
Color Harmonies of #1E2D7F
Complementary color
Monochromatic Colors of #1E2D7F
Black with #1E2D7F
Text Example
Text Example
White with #1E2D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2D7F; }
p { color: rgb(30,45,127); }
H1.HeaderClassName
{
color: #1E2D7F;
}
.AnyTagClassName
{
color: #1E2D7F;
}
</style>
background-color css
<style>
a { background-color: #1E2D7F; }
a { background-color: rgb(30,45,127); }
div.DivClassName
{
background-color: #1E2D7F;
}
.BgClassName
{
background-color: #1E2D7F;
}
</style>
border-color css
<style>
span { border-color: #1E2D7F; }
span { border-color: rgb(30,45,127); }
td.TdClassName
{
border-color: #1E2D7F;
}
.TagClassName
{
border-color: #1E2D7F;
}
</style>