Shades of Midnight Blue #1E096B
Tints of Midnight Blue #1E096B
RGB
CMYK
RGB Variations
Color information
#1E096B (or 0x1E096B) is known color: Midnight Blue. HEX triplet: 1E, 09 and 6B. RGB value is (30,9,107). Sum of RGB (Red+Green+Blue) = 30+9+107=146 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.55% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 107 (42.19% from 255 or 73.29% from 146); Max value from RGB is 107 - color contains mainly: blue. Hex color #1E096B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E096B is #E1F694. Grayscale: #1A1A1A. Windows color (decimal): -14808725 or 7014686. OLE color: 7014686.
HSL color Cylindrical-coordinate representation of color #1E096B: hue angle of 252.86º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E096B is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 9 | 107 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.58 |
| HSL | 252.86º | 0.84% | 0.23% | - |
| HSV(B) | 252.86º | 0.92% | 0.42% | - |
| XYZ | 3.29 | 1.53 | 14.03 | - |
| YUV | 26.45 | 173.46 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 9 | 107 | 0.72 | 0.92 | 0 | 0.58 | 252.86 | 0.84 | 0.23 |
| Hex | 1E | 9 | 6B | 48 | 5C | 0 | 3A | FD | 54 | 17 |
| Octal | 36 | 11 | 153 | 110 | 134 | 0 | 72 | 375 | 124 | 27 |
| Binary | 11110 | 1001 | 1101011 | 1001000 | 1011100 | 0 | 111010 | 11111101 | 1010100 | 10111 |
Color Harmonies of #1E096B
Complementary color
Monochromatic Colors of #1E096B
Black with #1E096B
Text Example
Text Example
White with #1E096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E096B; }
p { color: rgb(30,9,107); }
H1.HeaderClassName
{
color: #1E096B;
}
.AnyTagClassName
{
color: #1E096B;
}
</style>
background-color css
<style>
a { background-color: #1E096B; }
a { background-color: rgb(30,9,107); }
div.DivClassName
{
background-color: #1E096B;
}
.BgClassName
{
background-color: #1E096B;
}
</style>
border-color css
<style>
span { border-color: #1E096B; }
span { border-color: rgb(30,9,107); }
td.TdClassName
{
border-color: #1E096B;
}
.TagClassName
{
border-color: #1E096B;
}
</style>