Shades of Midnight Blue #1E076B
Tints of Midnight Blue #1E076B
RGB
CMYK
RGB Variations
Color information
#1E076B (or 0x1E076B) is known color: Midnight Blue. HEX triplet: 1E, 07 and 6B. RGB value is (30,7,107). Sum of RGB (Red+Green+Blue) = 30+7+107=144 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.83% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 107 (42.19% from 255 or 74.31% from 144); Max value from RGB is 107 - color contains mainly: blue. Hex color #1E076B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E076B is #E1F894. Grayscale: #181818. Windows color (decimal): -14809237 or 7014174. OLE color: 7014174.
HSL color Cylindrical-coordinate representation of color #1E076B: hue angle of 253.8º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E076B is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 7 | 107 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.58 |
| HSL | 253.8º | 0.88% | 0.22% | - |
| HSV(B) | 253.8º | 0.93% | 0.42% | - |
| XYZ | 3.27 | 1.49 | 14.03 | - |
| YUV | 25.28 | 174.12 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 7 | 107 | 0.72 | 0.93 | 0 | 0.58 | 253.8 | 0.88 | 0.22 |
| Hex | 1E | 7 | 6B | 48 | 5D | 0 | 3A | FE | 58 | 16 |
| Octal | 36 | 7 | 153 | 110 | 135 | 0 | 72 | 376 | 130 | 26 |
| Binary | 11110 | 111 | 1101011 | 1001000 | 1011101 | 0 | 111010 | 11111110 | 1011000 | 10110 |
Color Harmonies of #1E076B
Complementary color
Monochromatic Colors of #1E076B
Black with #1E076B
Text Example
Text Example
White with #1E076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E076B; }
p { color: rgb(30,7,107); }
H1.HeaderClassName
{
color: #1E076B;
}
.AnyTagClassName
{
color: #1E076B;
}
</style>
background-color css
<style>
a { background-color: #1E076B; }
a { background-color: rgb(30,7,107); }
div.DivClassName
{
background-color: #1E076B;
}
.BgClassName
{
background-color: #1E076B;
}
</style>
border-color css
<style>
span { border-color: #1E076B; }
span { border-color: rgb(30,7,107); }
td.TdClassName
{
border-color: #1E076B;
}
.TagClassName
{
border-color: #1E076B;
}
</style>