Shades of Midnight Blue #1E2670
Tints of Midnight Blue #1E2670
RGB
CMYK
RGB Variations
Color information
#1E2670 (or 0x1E2670) is known color: Midnight Blue. HEX triplet: 1E, 26 and 70. RGB value is (30,38,112). Sum of RGB (Red+Green+Blue) = 30+38+112=180 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.67% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #1E2670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2670 is #E1D98F. Grayscale: #2B2B2B. Windows color (decimal): -14801296 or 7349790. OLE color: 7349790.
HSL color Cylindrical-coordinate representation of color #1E2670: hue angle of 234.15º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E2670 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 38 | 112 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.56 |
| HSL | 234.15º | 0.58% | 0.28% | - |
| HSV(B) | 234.15º | 0.73% | 0.44% | - |
| XYZ | 4.15 | 2.83 | 15.66 | - |
| YUV | 44.04 | 166.35 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 38 | 112 | 0.73 | 0.66 | 0 | 0.56 | 234.15 | 0.58 | 0.28 |
| Hex | 1E | 26 | 70 | 49 | 42 | 0 | 38 | EA | 3A | 1C |
| Octal | 36 | 46 | 160 | 111 | 102 | 0 | 70 | 352 | 72 | 34 |
| Binary | 11110 | 100110 | 1110000 | 1001001 | 1000010 | 0 | 111000 | 11101010 | 111010 | 11100 |
Color Harmonies of #1E2670
Complementary color
Monochromatic Colors of #1E2670
Black with #1E2670
Text Example
Text Example
White with #1E2670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2670; }
p { color: rgb(30,38,112); }
H1.HeaderClassName
{
color: #1E2670;
}
.AnyTagClassName
{
color: #1E2670;
}
</style>
background-color css
<style>
a { background-color: #1E2670; }
a { background-color: rgb(30,38,112); }
div.DivClassName
{
background-color: #1E2670;
}
.BgClassName
{
background-color: #1E2670;
}
</style>
border-color css
<style>
span { border-color: #1E2670; }
span { border-color: rgb(30,38,112); }
td.TdClassName
{
border-color: #1E2670;
}
.TagClassName
{
border-color: #1E2670;
}
</style>