Shades of Midnight Blue #1E0A66
Tints of Midnight Blue #1E0A66
RGB
CMYK
RGB Variations
Color information
#1E0A66 (or 0x1E0A66) is known color: Midnight Blue. HEX triplet: 1E, 0A and 66. RGB value is (30,10,102). Sum of RGB (Red+Green+Blue) = 30+10+102=142 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.13% from 142); Green value is 10 (4.30% from 255 or 7.04% from 142); Blue value is 102 (40.23% from 255 or 71.83% from 142); Max value from RGB is 102 - color contains mainly: blue. Hex color #1E0A66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0A66 is #E1F599. Grayscale: #1A1A1A. Windows color (decimal): -14808474 or 6687262. OLE color: 6687262.
HSL color Cylindrical-coordinate representation of color #1E0A66: hue angle of 253.04º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E0A66 is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 30 | 10 | 102 | - |
| CMYK | 0.71 | 0.90 | 0 | 0.6 |
| HSL | 253.04º | 0.82% | 0.22% | - |
| HSV(B) | 253.04º | 0.9% | 0.4% | - |
| XYZ | 3.04 | 1.45 | 12.69 | - |
| YUV | 26.47 | 170.63 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 10 | 102 | 0.71 | 0.90 | 0 | 0.6 | 253.04 | 0.82 | 0.22 |
| Hex | 1E | A | 66 | 47 | 5A | 0 | 3C | FD | 52 | 16 |
| Octal | 36 | 12 | 146 | 107 | 132 | 0 | 74 | 375 | 122 | 26 |
| Binary | 11110 | 1010 | 1100110 | 1000111 | 1011010 | 0 | 111100 | 11111101 | 1010010 | 10110 |
Color Harmonies of #1E0A66
Complementary color
Monochromatic Colors of #1E0A66
Black with #1E0A66
Text Example
Text Example
White with #1E0A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0A66; }
p { color: rgb(30,10,102); }
H1.HeaderClassName
{
color: #1E0A66;
}
.AnyTagClassName
{
color: #1E0A66;
}
</style>
background-color css
<style>
a { background-color: #1E0A66; }
a { background-color: rgb(30,10,102); }
div.DivClassName
{
background-color: #1E0A66;
}
.BgClassName
{
background-color: #1E0A66;
}
</style>
border-color css
<style>
span { border-color: #1E0A66; }
span { border-color: rgb(30,10,102); }
td.TdClassName
{
border-color: #1E0A66;
}
.TagClassName
{
border-color: #1E0A66;
}
</style>