Shades of Midnight Blue #1E1166
Tints of Midnight Blue #1E1166
RGB
CMYK
RGB Variations
Color information
#1E1166 (or 0x1E1166) is known color: Midnight Blue. HEX triplet: 1E, 11 and 66. RGB value is (30,17,102). Sum of RGB (Red+Green+Blue) = 30+17+102=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 102 (40.23% from 255 or 68.46% from 149); Max value from RGB is 102 - color contains mainly: blue. Hex color #1E1166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1166 is #E1EE99. Grayscale: #1E1E1E. Windows color (decimal): -14806682 or 6689054. OLE color: 6689054.
HSL color Cylindrical-coordinate representation of color #1E1166: hue angle of 249.18º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E1166 is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 30 | 17 | 102 | - |
| CMYK | 0.71 | 0.83 | 0 | 0.6 |
| HSL | 249.18º | 0.71% | 0.23% | - |
| HSV(B) | 249.18º | 0.83% | 0.4% | - |
| XYZ | 3.13 | 1.64 | 12.72 | - |
| YUV | 30.58 | 168.31 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 17 | 102 | 0.71 | 0.83 | 0 | 0.6 | 249.18 | 0.71 | 0.23 |
| Hex | 1E | 11 | 66 | 47 | 53 | 0 | 3C | F9 | 47 | 17 |
| Octal | 36 | 21 | 146 | 107 | 123 | 0 | 74 | 371 | 107 | 27 |
| Binary | 11110 | 10001 | 1100110 | 1000111 | 1010011 | 0 | 111100 | 11111001 | 1000111 | 10111 |
Color Harmonies of #1E1166
Complementary color
Monochromatic Colors of #1E1166
Black with #1E1166
Text Example
Text Example
White with #1E1166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1166; }
p { color: rgb(30,17,102); }
H1.HeaderClassName
{
color: #1E1166;
}
.AnyTagClassName
{
color: #1E1166;
}
</style>
background-color css
<style>
a { background-color: #1E1166; }
a { background-color: rgb(30,17,102); }
div.DivClassName
{
background-color: #1E1166;
}
.BgClassName
{
background-color: #1E1166;
}
</style>
border-color css
<style>
span { border-color: #1E1166; }
span { border-color: rgb(30,17,102); }
td.TdClassName
{
border-color: #1E1166;
}
.TagClassName
{
border-color: #1E1166;
}
</style>