Shades of Midnight Blue #1E1760
Tints of Midnight Blue #1E1760
RGB
CMYK
RGB Variations
Color information
#1E1760 (or 0x1E1760) is known color: Midnight Blue. HEX triplet: 1E, 17 and 60. RGB value is (30,23,96). Sum of RGB (Red+Green+Blue) = 30+23+96=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 96 (37.89% from 255 or 64.43% from 149); Max value from RGB is 96 - color contains mainly: blue. Hex color #1E1760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1760 is #E1E89F. Grayscale: #212121. Windows color (decimal): -14805152 or 6297374. OLE color: 6297374.
HSL color Cylindrical-coordinate representation of color #1E1760: hue angle of 245.75º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E1760 is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 23 | 96 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.62 |
| HSL | 245.75º | 0.61% | 0.23% | - |
| HSV(B) | 245.75º | 0.76% | 0.38% | - |
| XYZ | 2.95 | 1.73 | 11.25 | - |
| YUV | 33.42 | 163.32 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 96 | 0.69 | 0.76 | 0 | 0.62 | 245.75 | 0.61 | 0.23 |
| Hex | 1E | 17 | 60 | 45 | 4C | 0 | 3E | F6 | 3D | 17 |
| Octal | 36 | 27 | 140 | 105 | 114 | 0 | 76 | 366 | 75 | 27 |
| Binary | 11110 | 10111 | 1100000 | 1000101 | 1001100 | 0 | 111110 | 11110110 | 111101 | 10111 |
Color Harmonies of #1E1760
Complementary color
Monochromatic Colors of #1E1760
Black with #1E1760
Text Example
Text Example
White with #1E1760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1760; }
p { color: rgb(30,23,96); }
H1.HeaderClassName
{
color: #1E1760;
}
.AnyTagClassName
{
color: #1E1760;
}
</style>
background-color css
<style>
a { background-color: #1E1760; }
a { background-color: rgb(30,23,96); }
div.DivClassName
{
background-color: #1E1760;
}
.BgClassName
{
background-color: #1E1760;
}
</style>
border-color css
<style>
span { border-color: #1E1760; }
span { border-color: rgb(30,23,96); }
td.TdClassName
{
border-color: #1E1760;
}
.TagClassName
{
border-color: #1E1760;
}
</style>