Shades of Midnight Blue #1E0A78
Tints of Midnight Blue #1E0A78
RGB
CMYK
RGB Variations
Color information
#1E0A78 (or 0x1E0A78) is known color: Midnight Blue. HEX triplet: 1E, 0A and 78. RGB value is (30,10,120). Sum of RGB (Red+Green+Blue) = 30+10+120=160 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.75% from 160); Green value is 10 (4.30% from 255 or 6.25% from 160); Blue value is 120 (47.27% from 255 or 75% from 160); Max value from RGB is 120 - color contains mainly: blue. Hex color #1E0A78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0A78 is #E1F587. Grayscale: #1C1C1C. Windows color (decimal): -14808456 or 7866910. OLE color: 7866910.
HSL color Cylindrical-coordinate representation of color #1E0A78: hue angle of 250.91º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E0A78 is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 10 | 120 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.53 |
| HSL | 250.91º | 0.85% | 0.25% | - |
| HSV(B) | 250.91º | 0.92% | 0.47% | - |
| XYZ | 4.03 | 1.85 | 17.91 | - |
| YUV | 28.52 | 179.63 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 10 | 120 | 0.75 | 0.92 | 0 | 0.53 | 250.91 | 0.85 | 0.25 |
| Hex | 1E | A | 78 | 4B | 5C | 0 | 35 | FB | 55 | 19 |
| Octal | 36 | 12 | 170 | 113 | 134 | 0 | 65 | 373 | 125 | 31 |
| Binary | 11110 | 1010 | 1111000 | 1001011 | 1011100 | 0 | 110101 | 11111011 | 1010101 | 11001 |
Color Harmonies of #1E0A78
Complementary color
Monochromatic Colors of #1E0A78
Black with #1E0A78
Text Example
Text Example
White with #1E0A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0A78; }
p { color: rgb(30,10,120); }
H1.HeaderClassName
{
color: #1E0A78;
}
.AnyTagClassName
{
color: #1E0A78;
}
</style>
background-color css
<style>
a { background-color: #1E0A78; }
a { background-color: rgb(30,10,120); }
div.DivClassName
{
background-color: #1E0A78;
}
.BgClassName
{
background-color: #1E0A78;
}
</style>
border-color css
<style>
span { border-color: #1E0A78; }
span { border-color: rgb(30,10,120); }
td.TdClassName
{
border-color: #1E0A78;
}
.TagClassName
{
border-color: #1E0A78;
}
</style>