Shades of Midnight Blue #1E086E
Tints of Midnight Blue #1E086E
RGB
CMYK
RGB Variations
Color information
#1E086E (or 0x1E086E) is known color: Midnight Blue. HEX triplet: 1E, 08 and 6E. RGB value is (30,8,110). Sum of RGB (Red+Green+Blue) = 30+8+110=148 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.27% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 110 (43.36% from 255 or 74.32% from 148); Max value from RGB is 110 - color contains mainly: blue. Hex color #1E086E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E086E is #E1F791. Grayscale: #191919. Windows color (decimal): -14808978 or 7211038. OLE color: 7211038.
HSL color Cylindrical-coordinate representation of color #1E086E: hue angle of 252.94º 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 #1E086E is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 8 | 110 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.57 |
| HSL | 252.94º | 0.86% | 0.23% | - |
| HSV(B) | 252.94º | 0.93% | 0.43% | - |
| XYZ | 3.44 | 1.58 | 14.87 | - |
| YUV | 26.21 | 175.29 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 8 | 110 | 0.73 | 0.93 | 0 | 0.57 | 252.94 | 0.86 | 0.23 |
| Hex | 1E | 8 | 6E | 49 | 5D | 0 | 39 | FD | 56 | 17 |
| Octal | 36 | 10 | 156 | 111 | 135 | 0 | 71 | 375 | 126 | 27 |
| Binary | 11110 | 1000 | 1101110 | 1001001 | 1011101 | 0 | 111001 | 11111101 | 1010110 | 10111 |
Color Harmonies of #1E086E
Complementary color
Monochromatic Colors of #1E086E
Black with #1E086E
Text Example
Text Example
White with #1E086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E086E; }
p { color: rgb(30,8,110); }
H1.HeaderClassName
{
color: #1E086E;
}
.AnyTagClassName
{
color: #1E086E;
}
</style>
background-color css
<style>
a { background-color: #1E086E; }
a { background-color: rgb(30,8,110); }
div.DivClassName
{
background-color: #1E086E;
}
.BgClassName
{
background-color: #1E086E;
}
</style>
border-color css
<style>
span { border-color: #1E086E; }
span { border-color: rgb(30,8,110); }
td.TdClassName
{
border-color: #1E086E;
}
.TagClassName
{
border-color: #1E086E;
}
</style>