Shades of Midnight Blue #1E1168
Tints of Midnight Blue #1E1168
RGB
CMYK
RGB Variations
Color information
#1E1168 (or 0x1E1168) is known color: Midnight Blue. HEX triplet: 1E, 11 and 68. RGB value is (30,17,104). Sum of RGB (Red+Green+Blue) = 30+17+104=151 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.87% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 104 (41.02% from 255 or 68.87% from 151); Max value from RGB is 104 - color contains mainly: blue. Hex color #1E1168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1168 is #E1EE97. Grayscale: #1E1E1E. Windows color (decimal): -14806680 or 6820126. OLE color: 6820126.
HSL color Cylindrical-coordinate representation of color #1E1168: hue angle of 248.97º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E1168 is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 17 | 104 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.59 |
| HSL | 248.97º | 0.72% | 0.24% | - |
| HSV(B) | 248.97º | 0.84% | 0.41% | - |
| XYZ | 3.23 | 1.68 | 13.25 | - |
| YUV | 30.81 | 169.31 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 17 | 104 | 0.71 | 0.84 | 0 | 0.59 | 248.97 | 0.72 | 0.24 |
| Hex | 1E | 11 | 68 | 47 | 54 | 0 | 3B | F9 | 48 | 18 |
| Octal | 36 | 21 | 150 | 107 | 124 | 0 | 73 | 371 | 110 | 30 |
| Binary | 11110 | 10001 | 1101000 | 1000111 | 1010100 | 0 | 111011 | 11111001 | 1001000 | 11000 |
Color Harmonies of #1E1168
Complementary color
Monochromatic Colors of #1E1168
Black with #1E1168
Text Example
Text Example
White with #1E1168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1168; }
p { color: rgb(30,17,104); }
H1.HeaderClassName
{
color: #1E1168;
}
.AnyTagClassName
{
color: #1E1168;
}
</style>
background-color css
<style>
a { background-color: #1E1168; }
a { background-color: rgb(30,17,104); }
div.DivClassName
{
background-color: #1E1168;
}
.BgClassName
{
background-color: #1E1168;
}
</style>
border-color css
<style>
span { border-color: #1E1168; }
span { border-color: rgb(30,17,104); }
td.TdClassName
{
border-color: #1E1168;
}
.TagClassName
{
border-color: #1E1168;
}
</style>