Shades of Midnight Blue #1E1770
Tints of Midnight Blue #1E1770
RGB
CMYK
RGB Variations
Color information
#1E1770 (or 0x1E1770) is known color: Midnight Blue. HEX triplet: 1E, 17 and 70. RGB value is (30,23,112). Sum of RGB (Red+Green+Blue) = 30+23+112=165 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.18% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 112 (44.14% from 255 or 67.88% from 165); Max value from RGB is 112 - color contains mainly: blue. Hex color #1E1770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1770 is #E1E88F. Grayscale: #222222. Windows color (decimal): -14805136 or 7345950. OLE color: 7345950.
HSL color Cylindrical-coordinate representation of color #1E1770: hue angle of 244.72º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E1770 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 23 | 112 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.56 |
| HSL | 244.72º | 0.66% | 0.26% | - |
| HSV(B) | 244.72º | 0.79% | 0.44% | - |
| XYZ | 3.77 | 2.06 | 15.53 | - |
| YUV | 35.24 | 171.32 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 112 | 0.73 | 0.79 | 0 | 0.56 | 244.72 | 0.66 | 0.26 |
| Hex | 1E | 17 | 70 | 49 | 4F | 0 | 38 | F5 | 42 | 1A |
| Octal | 36 | 27 | 160 | 111 | 117 | 0 | 70 | 365 | 102 | 32 |
| Binary | 11110 | 10111 | 1110000 | 1001001 | 1001111 | 0 | 111000 | 11110101 | 1000010 | 11010 |
Color Harmonies of #1E1770
Complementary color
Monochromatic Colors of #1E1770
Black with #1E1770
Text Example
Text Example
White with #1E1770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1770; }
p { color: rgb(30,23,112); }
H1.HeaderClassName
{
color: #1E1770;
}
.AnyTagClassName
{
color: #1E1770;
}
</style>
background-color css
<style>
a { background-color: #1E1770; }
a { background-color: rgb(30,23,112); }
div.DivClassName
{
background-color: #1E1770;
}
.BgClassName
{
background-color: #1E1770;
}
</style>
border-color css
<style>
span { border-color: #1E1770; }
span { border-color: rgb(30,23,112); }
td.TdClassName
{
border-color: #1E1770;
}
.TagClassName
{
border-color: #1E1770;
}
</style>