Shades of Midnight Blue #1E1A7D
Tints of Midnight Blue #1E1A7D
RGB
CMYK
RGB Variations
Color information
#1E1A7D (or 0x1E1A7D) is known color: Midnight Blue. HEX triplet: 1E, 1A and 7D. RGB value is (30,26,125). Sum of RGB (Red+Green+Blue) = 30+26+125=181 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.57% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 125 (49.22% from 255 or 69.06% from 181); Max value from RGB is 125 - color contains mainly: blue. Hex color #1E1A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E1A7D is #E1E582. Grayscale: #262626. Windows color (decimal): -14804355 or 8198686. OLE color: 8198686.
HSL color Cylindrical-coordinate representation of color #1E1A7D: hue angle of 242.42º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E1A7D is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 26 | 125 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.51 |
| HSL | 242.42º | 0.66% | 0.3% | - |
| HSV(B) | 242.42º | 0.79% | 0.49% | - |
| XYZ | 4.61 | 2.5 | 19.64 | - |
| YUV | 38.48 | 176.83 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 26 | 125 | 0.76 | 0.79 | 0 | 0.51 | 242.42 | 0.66 | 0.3 |
| Hex | 1E | 1A | 7D | 4C | 4F | 0 | 33 | F2 | 42 | 1E |
| Octal | 36 | 32 | 175 | 114 | 117 | 0 | 63 | 362 | 102 | 36 |
| Binary | 11110 | 11010 | 1111101 | 1001100 | 1001111 | 0 | 110011 | 11110010 | 1000010 | 11110 |
Color Harmonies of #1E1A7D
Complementary color
Monochromatic Colors of #1E1A7D
Black with #1E1A7D
Text Example
Text Example
White with #1E1A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1A7D; }
p { color: rgb(30,26,125); }
H1.HeaderClassName
{
color: #1E1A7D;
}
.AnyTagClassName
{
color: #1E1A7D;
}
</style>
background-color css
<style>
a { background-color: #1E1A7D; }
a { background-color: rgb(30,26,125); }
div.DivClassName
{
background-color: #1E1A7D;
}
.BgClassName
{
background-color: #1E1A7D;
}
</style>
border-color css
<style>
span { border-color: #1E1A7D; }
span { border-color: rgb(30,26,125); }
td.TdClassName
{
border-color: #1E1A7D;
}
.TagClassName
{
border-color: #1E1A7D;
}
</style>