Shades of Midnight Blue #1E166C
Tints of Midnight Blue #1E166C
RGB
CMYK
RGB Variations
Color information
#1E166C (or 0x1E166C) is known color: Midnight Blue. HEX triplet: 1E, 16 and 6C. RGB value is (30,22,108). Sum of RGB (Red+Green+Blue) = 30+22+108=160 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.75% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 108 (42.58% from 255 or 67.5% from 160); Max value from RGB is 108 - color contains mainly: blue. Hex color #1E166C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E166C is #E1E993. Grayscale: #212121. Windows color (decimal): -14805396 or 7083550. OLE color: 7083550.
HSL color Cylindrical-coordinate representation of color #1E166C: hue angle of 245.58º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E166C is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 22 | 108 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.58 |
| HSL | 245.58º | 0.66% | 0.25% | - |
| HSV(B) | 245.58º | 0.8% | 0.42% | - |
| XYZ | 3.53 | 1.93 | 14.37 | - |
| YUV | 34.2 | 169.65 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 22 | 108 | 0.72 | 0.80 | 0 | 0.58 | 245.58 | 0.66 | 0.25 |
| Hex | 1E | 16 | 6C | 48 | 50 | 0 | 3A | F6 | 42 | 19 |
| Octal | 36 | 26 | 154 | 110 | 120 | 0 | 72 | 366 | 102 | 31 |
| Binary | 11110 | 10110 | 1101100 | 1001000 | 1010000 | 0 | 111010 | 11110110 | 1000010 | 11001 |
Color Harmonies of #1E166C
Complementary color
Monochromatic Colors of #1E166C
Black with #1E166C
Text Example
Text Example
White with #1E166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E166C; }
p { color: rgb(30,22,108); }
H1.HeaderClassName
{
color: #1E166C;
}
.AnyTagClassName
{
color: #1E166C;
}
</style>
background-color css
<style>
a { background-color: #1E166C; }
a { background-color: rgb(30,22,108); }
div.DivClassName
{
background-color: #1E166C;
}
.BgClassName
{
background-color: #1E166C;
}
</style>
border-color css
<style>
span { border-color: #1E166C; }
span { border-color: rgb(30,22,108); }
td.TdClassName
{
border-color: #1E166C;
}
.TagClassName
{
border-color: #1E166C;
}
</style>