Shades of Midnight Blue #1E175F
Tints of Midnight Blue #1E175F
RGB
CMYK
RGB Variations
Color information
#1E175F (or 0x1E175F) is known color: Midnight Blue. HEX triplet: 1E, 17 and 5F. RGB value is (30,23,95). Sum of RGB (Red+Green+Blue) = 30+23+95=148 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.27% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 95 (37.5% from 255 or 64.19% from 148); Max value from RGB is 95 - color contains mainly: blue. Hex color #1E175F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E175F is #E1E8A0. Grayscale: #212121. Windows color (decimal): -14805153 or 6231838. OLE color: 6231838.
HSL color Cylindrical-coordinate representation of color #1E175F: hue angle of 245.83º 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 #1E175F is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 30 | 23 | 95 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.63 |
| HSL | 245.83º | 0.61% | 0.23% | - |
| HSV(B) | 245.83º | 0.76% | 0.37% | - |
| XYZ | 2.91 | 1.72 | 11 | - |
| YUV | 33.3 | 162.82 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 95 | 0.68 | 0.76 | 0 | 0.63 | 245.83 | 0.61 | 0.23 |
| Hex | 1E | 17 | 5F | 44 | 4C | 0 | 3F | F6 | 3D | 17 |
| Octal | 36 | 27 | 137 | 104 | 114 | 0 | 77 | 366 | 75 | 27 |
| Binary | 11110 | 10111 | 1011111 | 1000100 | 1001100 | 0 | 111111 | 11110110 | 111101 | 10111 |
Color Harmonies of #1E175F
Complementary color
Monochromatic Colors of #1E175F
Black with #1E175F
Text Example
Text Example
White with #1E175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E175F; }
p { color: rgb(30,23,95); }
H1.HeaderClassName
{
color: #1E175F;
}
.AnyTagClassName
{
color: #1E175F;
}
</style>
background-color css
<style>
a { background-color: #1E175F; }
a { background-color: rgb(30,23,95); }
div.DivClassName
{
background-color: #1E175F;
}
.BgClassName
{
background-color: #1E175F;
}
</style>
border-color css
<style>
span { border-color: #1E175F; }
span { border-color: rgb(30,23,95); }
td.TdClassName
{
border-color: #1E175F;
}
.TagClassName
{
border-color: #1E175F;
}
</style>