Shades of Midnight Blue #1E1860
Tints of Midnight Blue #1E1860
RGB
CMYK
RGB Variations
Color information
#1E1860 (or 0x1E1860) is known color: Midnight Blue. HEX triplet: 1E, 18 and 60. RGB value is (30,24,96). Sum of RGB (Red+Green+Blue) = 30+24+96=150 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 96 (37.89% from 255 or 64% from 150); Max value from RGB is 96 - color contains mainly: blue. Hex color #1E1860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1860 is #E1E79F. Grayscale: #212121. Windows color (decimal): -14804896 or 6297630. OLE color: 6297630.
HSL color Cylindrical-coordinate representation of color #1E1860: hue angle of 245º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E1860 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 24 | 96 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.62 |
| HSL | 245º | 0.6% | 0.24% | - |
| HSV(B) | 245º | 0.75% | 0.38% | - |
| XYZ | 2.97 | 1.77 | 11.25 | - |
| YUV | 34 | 162.99 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 96 | 0.69 | 0.75 | 0 | 0.62 | 245 | 0.6 | 0.24 |
| Hex | 1E | 18 | 60 | 45 | 4B | 0 | 3E | F5 | 3C | 18 |
| Octal | 36 | 30 | 140 | 105 | 113 | 0 | 76 | 365 | 74 | 30 |
| Binary | 11110 | 11000 | 1100000 | 1000101 | 1001011 | 0 | 111110 | 11110101 | 111100 | 11000 |
Color Harmonies of #1E1860
Complementary color
Monochromatic Colors of #1E1860
Black with #1E1860
Text Example
Text Example
White with #1E1860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1860; }
p { color: rgb(30,24,96); }
H1.HeaderClassName
{
color: #1E1860;
}
.AnyTagClassName
{
color: #1E1860;
}
</style>
background-color css
<style>
a { background-color: #1E1860; }
a { background-color: rgb(30,24,96); }
div.DivClassName
{
background-color: #1E1860;
}
.BgClassName
{
background-color: #1E1860;
}
</style>
border-color css
<style>
span { border-color: #1E1860; }
span { border-color: rgb(30,24,96); }
td.TdClassName
{
border-color: #1E1860;
}
.TagClassName
{
border-color: #1E1860;
}
</style>