Shades of Midnight Blue #1E2379
Tints of Midnight Blue #1E2379
RGB
CMYK
RGB Variations
Color information
#1E2379 (or 0x1E2379) is known color: Midnight Blue. HEX triplet: 1E, 23 and 79. RGB value is (30,35,121). Sum of RGB (Red+Green+Blue) = 30+35+121=186 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.13% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 121 (47.66% from 255 or 65.05% from 186); Max value from RGB is 121 - color contains mainly: blue. Hex color #1E2379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2379 is #E1DC86. Grayscale: #2A2A2A. Windows color (decimal): -14802055 or 7938846. OLE color: 7938846.
HSL color Cylindrical-coordinate representation of color #1E2379: hue angle of 236.7º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E2379 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 35 | 121 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.53 |
| HSL | 236.7º | 0.6% | 0.3% | - |
| HSV(B) | 236.7º | 0.75% | 0.47% | - |
| XYZ | 4.59 | 2.86 | 18.4 | - |
| YUV | 43.31 | 171.84 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 35 | 121 | 0.75 | 0.71 | 0 | 0.53 | 236.7 | 0.6 | 0.3 |
| Hex | 1E | 23 | 79 | 4B | 47 | 0 | 35 | ED | 3C | 1E |
| Octal | 36 | 43 | 171 | 113 | 107 | 0 | 65 | 355 | 74 | 36 |
| Binary | 11110 | 100011 | 1111001 | 1001011 | 1000111 | 0 | 110101 | 11101101 | 111100 | 11110 |
Color Harmonies of #1E2379
Complementary color
Monochromatic Colors of #1E2379
Black with #1E2379
Text Example
Text Example
White with #1E2379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2379; }
p { color: rgb(30,35,121); }
H1.HeaderClassName
{
color: #1E2379;
}
.AnyTagClassName
{
color: #1E2379;
}
</style>
background-color css
<style>
a { background-color: #1E2379; }
a { background-color: rgb(30,35,121); }
div.DivClassName
{
background-color: #1E2379;
}
.BgClassName
{
background-color: #1E2379;
}
</style>
border-color css
<style>
span { border-color: #1E2379; }
span { border-color: rgb(30,35,121); }
td.TdClassName
{
border-color: #1E2379;
}
.TagClassName
{
border-color: #1E2379;
}
</style>