Shades of Midnight Blue #1E076E
Tints of Midnight Blue #1E076E
RGB
CMYK
RGB Variations
Color information
#1E076E (or 0x1E076E) is known color: Midnight Blue. HEX triplet: 1E, 07 and 6E. RGB value is (30,7,110). Sum of RGB (Red+Green+Blue) = 30+7+110=147 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.41% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 110 (43.36% from 255 or 74.83% from 147); Max value from RGB is 110 - color contains mainly: blue. Hex color #1E076E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E076E is #E1F891. Grayscale: #191919. Windows color (decimal): -14809234 or 7210782. OLE color: 7210782.
HSL color Cylindrical-coordinate representation of color #1E076E: hue angle of 253.4º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E076E is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 7 | 110 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.57 |
| HSL | 253.4º | 0.88% | 0.23% | - |
| HSV(B) | 253.4º | 0.94% | 0.43% | - |
| XYZ | 3.43 | 1.55 | 14.87 | - |
| YUV | 25.62 | 175.62 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 7 | 110 | 0.73 | 0.94 | 0 | 0.57 | 253.4 | 0.88 | 0.23 |
| Hex | 1E | 7 | 6E | 49 | 5E | 0 | 39 | FD | 58 | 17 |
| Octal | 36 | 7 | 156 | 111 | 136 | 0 | 71 | 375 | 130 | 27 |
| Binary | 11110 | 111 | 1101110 | 1001001 | 1011110 | 0 | 111001 | 11111101 | 1011000 | 10111 |
Color Harmonies of #1E076E
Complementary color
Monochromatic Colors of #1E076E
Black with #1E076E
Text Example
Text Example
White with #1E076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E076E; }
p { color: rgb(30,7,110); }
H1.HeaderClassName
{
color: #1E076E;
}
.AnyTagClassName
{
color: #1E076E;
}
</style>
background-color css
<style>
a { background-color: #1E076E; }
a { background-color: rgb(30,7,110); }
div.DivClassName
{
background-color: #1E076E;
}
.BgClassName
{
background-color: #1E076E;
}
</style>
border-color css
<style>
span { border-color: #1E076E; }
span { border-color: rgb(30,7,110); }
td.TdClassName
{
border-color: #1E076E;
}
.TagClassName
{
border-color: #1E076E;
}
</style>