Shades of Midnight Blue #1E117C
Tints of Midnight Blue #1E117C
RGB
CMYK
RGB Variations
Color information
#1E117C (or 0x1E117C) is known color: Midnight Blue. HEX triplet: 1E, 11 and 7C. RGB value is (30,17,124). Sum of RGB (Red+Green+Blue) = 30+17+124=171 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.54% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 124 (48.83% from 255 or 72.51% from 171); Max value from RGB is 124 - color contains mainly: blue. Hex color #1E117C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E117C is #E1EE83. Grayscale: #202020. Windows color (decimal): -14806660 or 8130846. OLE color: 8130846.
HSL color Cylindrical-coordinate representation of color #1E117C: hue angle of 247.29º 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 #1E117C is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 17 | 124 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.51 |
| HSL | 247.29º | 0.76% | 0.28% | - |
| HSV(B) | 247.29º | 0.86% | 0.49% | - |
| XYZ | 4.37 | 2.13 | 19.25 | - |
| YUV | 33.09 | 179.31 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 17 | 124 | 0.76 | 0.86 | 0 | 0.51 | 247.29 | 0.76 | 0.28 |
| Hex | 1E | 11 | 7C | 4C | 56 | 0 | 33 | F7 | 4C | 1C |
| Octal | 36 | 21 | 174 | 114 | 126 | 0 | 63 | 367 | 114 | 34 |
| Binary | 11110 | 10001 | 1111100 | 1001100 | 1010110 | 0 | 110011 | 11110111 | 1001100 | 11100 |
Color Harmonies of #1E117C
Complementary color
Monochromatic Colors of #1E117C
Black with #1E117C
Text Example
Text Example
White with #1E117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E117C; }
p { color: rgb(30,17,124); }
H1.HeaderClassName
{
color: #1E117C;
}
.AnyTagClassName
{
color: #1E117C;
}
</style>
background-color css
<style>
a { background-color: #1E117C; }
a { background-color: rgb(30,17,124); }
div.DivClassName
{
background-color: #1E117C;
}
.BgClassName
{
background-color: #1E117C;
}
</style>
border-color css
<style>
span { border-color: #1E117C; }
span { border-color: rgb(30,17,124); }
td.TdClassName
{
border-color: #1E117C;
}
.TagClassName
{
border-color: #1E117C;
}
</style>