Shades of Midnight Blue #1E175D
Tints of Midnight Blue #1E175D
RGB
CMYK
RGB Variations
Color information
#1E175D (or 0x1E175D) is known color: Midnight Blue. HEX triplet: 1E, 17 and 5D. RGB value is (30,23,93). Sum of RGB (Red+Green+Blue) = 30+23+93=146 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.55% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #1E175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E175D is #E1E8A2. Grayscale: #202020. Windows color (decimal): -14805155 or 6100766. OLE color: 6100766.
HSL color Cylindrical-coordinate representation of color #1E175D: hue angle of 246º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E175D is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 23 | 93 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.64 |
| HSL | 246º | 0.6% | 0.23% | - |
| HSV(B) | 246º | 0.75% | 0.36% | - |
| XYZ | 2.82 | 1.68 | 10.53 | - |
| YUV | 33.07 | 161.82 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 93 | 0.68 | 0.75 | 0 | 0.64 | 246 | 0.6 | 0.23 |
| Hex | 1E | 17 | 5D | 44 | 4B | 0 | 40 | F6 | 3C | 17 |
| Octal | 36 | 27 | 135 | 104 | 113 | 0 | 100 | 366 | 74 | 27 |
| Binary | 11110 | 10111 | 1011101 | 1000100 | 1001011 | 0 | 1000000 | 11110110 | 111100 | 10111 |
Color Harmonies of #1E175D
Complementary color
Monochromatic Colors of #1E175D
Black with #1E175D
Text Example
Text Example
White with #1E175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E175D; }
p { color: rgb(30,23,93); }
H1.HeaderClassName
{
color: #1E175D;
}
.AnyTagClassName
{
color: #1E175D;
}
</style>
background-color css
<style>
a { background-color: #1E175D; }
a { background-color: rgb(30,23,93); }
div.DivClassName
{
background-color: #1E175D;
}
.BgClassName
{
background-color: #1E175D;
}
</style>
border-color css
<style>
span { border-color: #1E175D; }
span { border-color: rgb(30,23,93); }
td.TdClassName
{
border-color: #1E175D;
}
.TagClassName
{
border-color: #1E175D;
}
</style>