Shades of Midnight Blue #1E166E
Tints of Midnight Blue #1E166E
RGB
CMYK
RGB Variations
Color information
#1E166E (or 0x1E166E) is known color: Midnight Blue. HEX triplet: 1E, 16 and 6E. RGB value is (30,22,110). Sum of RGB (Red+Green+Blue) = 30+22+110=162 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.52% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 110 (43.36% from 255 or 67.90% from 162); Max value from RGB is 110 - color contains mainly: blue. Hex color #1E166E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E166E is #E1E991. Grayscale: #222222. Windows color (decimal): -14805394 or 7214622. OLE color: 7214622.
HSL color Cylindrical-coordinate representation of color #1E166E: hue angle of 245.45º degrees, saturation: 0.67, 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 #1E166E is Cyan = 0.73, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 22 | 110 | - |
| CMYK | 0.73 | 0.8 | 0 | 0.57 |
| HSL | 245.45º | 0.67% | 0.26% | - |
| HSV(B) | 245.45º | 0.8% | 0.43% | - |
| XYZ | 3.64 | 1.98 | 14.94 | - |
| YUV | 34.42 | 170.65 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 22 | 110 | 0.73 | 0.8 | 0 | 0.57 | 245.45 | 0.67 | 0.26 |
| Hex | 1E | 16 | 6E | 49 | 50 | 0 | 39 | F5 | 43 | 1A |
| Octal | 36 | 26 | 156 | 111 | 120 | 0 | 71 | 365 | 103 | 32 |
| Binary | 11110 | 10110 | 1101110 | 1001001 | 1010000 | 0 | 111001 | 11110101 | 1000011 | 11010 |
Color Harmonies of #1E166E
Complementary color
Monochromatic Colors of #1E166E
Black with #1E166E
Text Example
Text Example
White with #1E166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E166E; }
p { color: rgb(30,22,110); }
H1.HeaderClassName
{
color: #1E166E;
}
.AnyTagClassName
{
color: #1E166E;
}
</style>
background-color css
<style>
a { background-color: #1E166E; }
a { background-color: rgb(30,22,110); }
div.DivClassName
{
background-color: #1E166E;
}
.BgClassName
{
background-color: #1E166E;
}
</style>
border-color css
<style>
span { border-color: #1E166E; }
span { border-color: rgb(30,22,110); }
td.TdClassName
{
border-color: #1E166E;
}
.TagClassName
{
border-color: #1E166E;
}
</style>