Shades of Midnight Blue #1E1380
Tints of Midnight Blue #1E1380
RGB
CMYK
RGB Variations
Color information
#1E1380 (or 0x1E1380) is known color: Midnight Blue. HEX triplet: 1E, 13 and 80. RGB value is (30,19,128). Sum of RGB (Red+Green+Blue) = 30+19+128=177 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.95% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 128 (50.39% from 255 or 72.32% from 177); Max value from RGB is 128 - color contains mainly: blue. Hex color #1E1380 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1380 is #E1EC7F. Grayscale: #222222. Windows color (decimal): -14806144 or 8393502. OLE color: 8393502.
HSL color Cylindrical-coordinate representation of color #1E1380: hue angle of 246.06º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E1380 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 19 | 128 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.50 |
| HSL | 246.06º | 0.74% | 0.29% | - |
| HSV(B) | 246.06º | 0.85% | 0.5% | - |
| XYZ | 4.66 | 2.3 | 20.62 | - |
| YUV | 34.72 | 180.64 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 128 | 0.77 | 0.85 | 0 | 0.50 | 246.06 | 0.74 | 0.29 |
| Hex | 1E | 13 | 80 | 4D | 55 | 0 | 32 | F6 | 4A | 1D |
| Octal | 36 | 23 | 200 | 115 | 125 | 0 | 62 | 366 | 112 | 35 |
| Binary | 11110 | 10011 | 10000000 | 1001101 | 1010101 | 0 | 110010 | 11110110 | 1001010 | 11101 |
Color Harmonies of #1E1380
Complementary color
Monochromatic Colors of #1E1380
Black with #1E1380
Text Example
Text Example
White with #1E1380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1380; }
p { color: rgb(30,19,128); }
H1.HeaderClassName
{
color: #1E1380;
}
.AnyTagClassName
{
color: #1E1380;
}
</style>
background-color css
<style>
a { background-color: #1E1380; }
a { background-color: rgb(30,19,128); }
div.DivClassName
{
background-color: #1E1380;
}
.BgClassName
{
background-color: #1E1380;
}
</style>
border-color css
<style>
span { border-color: #1E1380; }
span { border-color: rgb(30,19,128); }
td.TdClassName
{
border-color: #1E1380;
}
.TagClassName
{
border-color: #1E1380;
}
</style>