Shades of Midnight Blue #1E166D
Tints of Midnight Blue #1E166D
RGB
CMYK
RGB Variations
Color information
#1E166D (or 0x1E166D) is known color: Midnight Blue. HEX triplet: 1E, 16 and 6D. RGB value is (30,22,109). Sum of RGB (Red+Green+Blue) = 30+22+109=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 109 (42.97% from 255 or 67.70% from 161); Max value from RGB is 109 - color contains mainly: blue. Hex color #1E166D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E166D is #E1E992. Grayscale: #212121. Windows color (decimal): -14805395 or 7149086. OLE color: 7149086.
HSL color Cylindrical-coordinate representation of color #1E166D: hue angle of 245.52º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E166D is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 22 | 109 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.57 |
| HSL | 245.52º | 0.66% | 0.26% | - |
| HSV(B) | 245.52º | 0.8% | 0.43% | - |
| XYZ | 3.58 | 1.95 | 14.66 | - |
| YUV | 34.31 | 170.15 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 22 | 109 | 0.72 | 0.80 | 0 | 0.57 | 245.52 | 0.66 | 0.26 |
| Hex | 1E | 16 | 6D | 48 | 50 | 0 | 39 | F6 | 42 | 1A |
| Octal | 36 | 26 | 155 | 110 | 120 | 0 | 71 | 366 | 102 | 32 |
| Binary | 11110 | 10110 | 1101101 | 1001000 | 1010000 | 0 | 111001 | 11110110 | 1000010 | 11010 |
Color Harmonies of #1E166D
Complementary color
Monochromatic Colors of #1E166D
Black with #1E166D
Text Example
Text Example
White with #1E166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E166D; }
p { color: rgb(30,22,109); }
H1.HeaderClassName
{
color: #1E166D;
}
.AnyTagClassName
{
color: #1E166D;
}
</style>
background-color css
<style>
a { background-color: #1E166D; }
a { background-color: rgb(30,22,109); }
div.DivClassName
{
background-color: #1E166D;
}
.BgClassName
{
background-color: #1E166D;
}
</style>
border-color css
<style>
span { border-color: #1E166D; }
span { border-color: rgb(30,22,109); }
td.TdClassName
{
border-color: #1E166D;
}
.TagClassName
{
border-color: #1E166D;
}
</style>