Shades of Midnight Blue #1E175E
Tints of Midnight Blue #1E175E
RGB
CMYK
RGB Variations
Color information
#1E175E (or 0x1E175E) is known color: Midnight Blue. HEX triplet: 1E, 17 and 5E. RGB value is (30,23,94). Sum of RGB (Red+Green+Blue) = 30+23+94=147 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.41% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 94 (37.11% from 255 or 63.95% from 147); Max value from RGB is 94 - color contains mainly: blue. Hex color #1E175E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E175E is #E1E8A1. Grayscale: #202020. Windows color (decimal): -14805154 or 6166302. OLE color: 6166302.
HSL color Cylindrical-coordinate representation of color #1E175E: hue angle of 245.92º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E175E is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 30 | 23 | 94 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.63 |
| HSL | 245.92º | 0.61% | 0.23% | - |
| HSV(B) | 245.92º | 0.76% | 0.37% | - |
| XYZ | 2.86 | 1.7 | 10.77 | - |
| YUV | 33.19 | 162.32 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 94 | 0.68 | 0.76 | 0 | 0.63 | 245.92 | 0.61 | 0.23 |
| Hex | 1E | 17 | 5E | 44 | 4C | 0 | 3F | F6 | 3D | 17 |
| Octal | 36 | 27 | 136 | 104 | 114 | 0 | 77 | 366 | 75 | 27 |
| Binary | 11110 | 10111 | 1011110 | 1000100 | 1001100 | 0 | 111111 | 11110110 | 111101 | 10111 |
Color Harmonies of #1E175E
Complementary color
Monochromatic Colors of #1E175E
Black with #1E175E
Text Example
Text Example
White with #1E175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E175E; }
p { color: rgb(30,23,94); }
H1.HeaderClassName
{
color: #1E175E;
}
.AnyTagClassName
{
color: #1E175E;
}
</style>
background-color css
<style>
a { background-color: #1E175E; }
a { background-color: rgb(30,23,94); }
div.DivClassName
{
background-color: #1E175E;
}
.BgClassName
{
background-color: #1E175E;
}
</style>
border-color css
<style>
span { border-color: #1E175E; }
span { border-color: rgb(30,23,94); }
td.TdClassName
{
border-color: #1E175E;
}
.TagClassName
{
border-color: #1E175E;
}
</style>