Shades of Midnight Blue #1E1666
Tints of Midnight Blue #1E1666
RGB
CMYK
RGB Variations
Color information
#1E1666 (or 0x1E1666) is known color: Midnight Blue. HEX triplet: 1E, 16 and 66. RGB value is (30,22,102). Sum of RGB (Red+Green+Blue) = 30+22+102=154 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.48% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 102 (40.23% from 255 or 66.23% from 154); Max value from RGB is 102 - color contains mainly: blue. Hex color #1E1666 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1666 is #E1E999. Grayscale: #212121. Windows color (decimal): -14805402 or 6690334. OLE color: 6690334.
HSL color Cylindrical-coordinate representation of color #1E1666: hue angle of 246º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E1666 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 30 | 22 | 102 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.6 |
| HSL | 246º | 0.65% | 0.24% | - |
| HSV(B) | 246º | 0.78% | 0.4% | - |
| XYZ | 3.22 | 1.81 | 12.75 | - |
| YUV | 33.51 | 166.65 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 22 | 102 | 0.71 | 0.78 | 0 | 0.6 | 246 | 0.65 | 0.24 |
| Hex | 1E | 16 | 66 | 47 | 4E | 0 | 3C | F6 | 41 | 18 |
| Octal | 36 | 26 | 146 | 107 | 116 | 0 | 74 | 366 | 101 | 30 |
| Binary | 11110 | 10110 | 1100110 | 1000111 | 1001110 | 0 | 111100 | 11110110 | 1000001 | 11000 |
Color Harmonies of #1E1666
Complementary color
Monochromatic Colors of #1E1666
Black with #1E1666
Text Example
Text Example
White with #1E1666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1666; }
p { color: rgb(30,22,102); }
H1.HeaderClassName
{
color: #1E1666;
}
.AnyTagClassName
{
color: #1E1666;
}
</style>
background-color css
<style>
a { background-color: #1E1666; }
a { background-color: rgb(30,22,102); }
div.DivClassName
{
background-color: #1E1666;
}
.BgClassName
{
background-color: #1E1666;
}
</style>
border-color css
<style>
span { border-color: #1E1666; }
span { border-color: rgb(30,22,102); }
td.TdClassName
{
border-color: #1E1666;
}
.TagClassName
{
border-color: #1E1666;
}
</style>