Shades of Midnight Blue #1E086D
Tints of Midnight Blue #1E086D
RGB
CMYK
RGB Variations
Color information
#1E086D (or 0x1E086D) is known color: Midnight Blue. HEX triplet: 1E, 08 and 6D. RGB value is (30,8,109). Sum of RGB (Red+Green+Blue) = 30+8+109=147 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.41% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 109 (42.97% from 255 or 74.15% from 147); Max value from RGB is 109 - color contains mainly: blue. Hex color #1E086D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E086D is #E1F792. Grayscale: #191919. Windows color (decimal): -14808979 or 7145502. OLE color: 7145502.
HSL color Cylindrical-coordinate representation of color #1E086D: hue angle of 253.07º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E086D is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 8 | 109 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.57 |
| HSL | 253.07º | 0.86% | 0.23% | - |
| HSV(B) | 253.07º | 0.93% | 0.43% | - |
| XYZ | 3.38 | 1.55 | 14.59 | - |
| YUV | 26.09 | 174.79 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 8 | 109 | 0.72 | 0.93 | 0 | 0.57 | 253.07 | 0.86 | 0.23 |
| Hex | 1E | 8 | 6D | 48 | 5D | 0 | 39 | FD | 56 | 17 |
| Octal | 36 | 10 | 155 | 110 | 135 | 0 | 71 | 375 | 126 | 27 |
| Binary | 11110 | 1000 | 1101101 | 1001000 | 1011101 | 0 | 111001 | 11111101 | 1010110 | 10111 |
Color Harmonies of #1E086D
Complementary color
Monochromatic Colors of #1E086D
Black with #1E086D
Text Example
Text Example
White with #1E086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E086D; }
p { color: rgb(30,8,109); }
H1.HeaderClassName
{
color: #1E086D;
}
.AnyTagClassName
{
color: #1E086D;
}
</style>
background-color css
<style>
a { background-color: #1E086D; }
a { background-color: rgb(30,8,109); }
div.DivClassName
{
background-color: #1E086D;
}
.BgClassName
{
background-color: #1E086D;
}
</style>
border-color css
<style>
span { border-color: #1E086D; }
span { border-color: rgb(30,8,109); }
td.TdClassName
{
border-color: #1E086D;
}
.TagClassName
{
border-color: #1E086D;
}
</style>