Shades of Midnight Blue #1E117D
Tints of Midnight Blue #1E117D
RGB
CMYK
RGB Variations
Color information
#1E117D (or 0x1E117D) is known color: Midnight Blue. HEX triplet: 1E, 11 and 7D. RGB value is (30,17,125). Sum of RGB (Red+Green+Blue) = 30+17+125=172 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.44% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 125 (49.22% from 255 or 72.67% from 172); Max value from RGB is 125 - color contains mainly: blue. Hex color #1E117D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E117D is #E1EE82. Grayscale: #202020. Windows color (decimal): -14806659 or 8196382. OLE color: 8196382.
HSL color Cylindrical-coordinate representation of color #1E117D: hue angle of 247.22º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E117D is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 17 | 125 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.51 |
| HSL | 247.22º | 0.76% | 0.28% | - |
| HSV(B) | 247.22º | 0.86% | 0.49% | - |
| XYZ | 4.44 | 2.16 | 19.58 | - |
| YUV | 33.2 | 179.81 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 17 | 125 | 0.76 | 0.86 | 0 | 0.51 | 247.22 | 0.76 | 0.28 |
| Hex | 1E | 11 | 7D | 4C | 56 | 0 | 33 | F7 | 4C | 1C |
| Octal | 36 | 21 | 175 | 114 | 126 | 0 | 63 | 367 | 114 | 34 |
| Binary | 11110 | 10001 | 1111101 | 1001100 | 1010110 | 0 | 110011 | 11110111 | 1001100 | 11100 |
Color Harmonies of #1E117D
Complementary color
Monochromatic Colors of #1E117D
Black with #1E117D
Text Example
Text Example
White with #1E117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E117D; }
p { color: rgb(30,17,125); }
H1.HeaderClassName
{
color: #1E117D;
}
.AnyTagClassName
{
color: #1E117D;
}
</style>
background-color css
<style>
a { background-color: #1E117D; }
a { background-color: rgb(30,17,125); }
div.DivClassName
{
background-color: #1E117D;
}
.BgClassName
{
background-color: #1E117D;
}
</style>
border-color css
<style>
span { border-color: #1E117D; }
span { border-color: rgb(30,17,125); }
td.TdClassName
{
border-color: #1E117D;
}
.TagClassName
{
border-color: #1E117D;
}
</style>