Shades of Midnight Blue #1E2080
Tints of Midnight Blue #1E2080
RGB
CMYK
RGB Variations
Color information
#1E2080 (or 0x1E2080) is known color: Midnight Blue. HEX triplet: 1E, 20 and 80. RGB value is (30,32,128). Sum of RGB (Red+Green+Blue) = 30+32+128=190 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.79% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 128 (50.39% from 255 or 67.37% from 190); Max value from RGB is 128 - color contains mainly: blue. Hex color #1E2080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2080 is #E1DF7F. Grayscale: #292929. Windows color (decimal): -14802816 or 8396830. OLE color: 8396830.
HSL color Cylindrical-coordinate representation of color #1E2080: hue angle of 238.78º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E2080 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 32 | 128 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.50 |
| HSL | 238.78º | 0.62% | 0.31% | - |
| HSV(B) | 238.78º | 0.77% | 0.5% | - |
| XYZ | 4.95 | 2.87 | 20.71 | - |
| YUV | 42.35 | 176.34 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 32 | 128 | 0.77 | 0.75 | 0 | 0.50 | 238.78 | 0.62 | 0.31 |
| Hex | 1E | 20 | 80 | 4D | 4B | 0 | 32 | EF | 3E | 1F |
| Octal | 36 | 40 | 200 | 115 | 113 | 0 | 62 | 357 | 76 | 37 |
| Binary | 11110 | 100000 | 10000000 | 1001101 | 1001011 | 0 | 110010 | 11101111 | 111110 | 11111 |
Color Harmonies of #1E2080
Complementary color
Monochromatic Colors of #1E2080
Black with #1E2080
Text Example
Text Example
White with #1E2080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2080; }
p { color: rgb(30,32,128); }
H1.HeaderClassName
{
color: #1E2080;
}
.AnyTagClassName
{
color: #1E2080;
}
</style>
background-color css
<style>
a { background-color: #1E2080; }
a { background-color: rgb(30,32,128); }
div.DivClassName
{
background-color: #1E2080;
}
.BgClassName
{
background-color: #1E2080;
}
</style>
border-color css
<style>
span { border-color: #1E2080; }
span { border-color: rgb(30,32,128); }
td.TdClassName
{
border-color: #1E2080;
}
.TagClassName
{
border-color: #1E2080;
}
</style>