Shades of Midnight Blue #1E0A76
Tints of Midnight Blue #1E0A76
RGB
CMYK
RGB Variations
Color information
#1E0A76 (or 0x1E0A76) is known color: Midnight Blue. HEX triplet: 1E, 0A and 76. RGB value is (30,10,118). Sum of RGB (Red+Green+Blue) = 30+10+118=158 (20% of max value = 765). Red value is 30 (12.11% from 255 or 18.99% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 118 (46.48% from 255 or 74.68% from 158); Max value from RGB is 118 - color contains mainly: blue. Hex color #1E0A76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0A76 is #E1F589. Grayscale: #1B1B1B. Windows color (decimal): -14808458 or 7735838. OLE color: 7735838.
HSL color Cylindrical-coordinate representation of color #1E0A76: hue angle of 251.11º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E0A76 is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 10 | 118 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.54 |
| HSL | 251.11º | 0.84% | 0.25% | - |
| HSV(B) | 251.11º | 0.92% | 0.46% | - |
| XYZ | 3.91 | 1.8 | 17.28 | - |
| YUV | 28.29 | 178.63 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 10 | 118 | 0.75 | 0.92 | 0 | 0.54 | 251.11 | 0.84 | 0.25 |
| Hex | 1E | A | 76 | 4B | 5C | 0 | 36 | FB | 54 | 19 |
| Octal | 36 | 12 | 166 | 113 | 134 | 0 | 66 | 373 | 124 | 31 |
| Binary | 11110 | 1010 | 1110110 | 1001011 | 1011100 | 0 | 110110 | 11111011 | 1010100 | 11001 |
Color Harmonies of #1E0A76
Complementary color
Monochromatic Colors of #1E0A76
Black with #1E0A76
Text Example
Text Example
White with #1E0A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0A76; }
p { color: rgb(30,10,118); }
H1.HeaderClassName
{
color: #1E0A76;
}
.AnyTagClassName
{
color: #1E0A76;
}
</style>
background-color css
<style>
a { background-color: #1E0A76; }
a { background-color: rgb(30,10,118); }
div.DivClassName
{
background-color: #1E0A76;
}
.BgClassName
{
background-color: #1E0A76;
}
</style>
border-color css
<style>
span { border-color: #1E0A76; }
span { border-color: rgb(30,10,118); }
td.TdClassName
{
border-color: #1E0A76;
}
.TagClassName
{
border-color: #1E0A76;
}
</style>