Shades of Midnight Blue #1E1069
Tints of Midnight Blue #1E1069
RGB
CMYK
RGB Variations
Color information
#1E1069 (or 0x1E1069) is known color: Midnight Blue. HEX triplet: 1E, 10 and 69. RGB value is (30,16,105). Sum of RGB (Red+Green+Blue) = 30+16+105=151 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.87% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 105 (41.41% from 255 or 69.54% from 151); Max value from RGB is 105 - color contains mainly: blue. Hex color #1E1069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1069 is #E1EF96. Grayscale: #1D1D1D. Windows color (decimal): -14806935 or 6885406. OLE color: 6885406.
HSL color Cylindrical-coordinate representation of color #1E1069: hue angle of 249.44º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E1069 is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 16 | 105 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.59 |
| HSL | 249.44º | 0.74% | 0.24% | - |
| HSV(B) | 249.44º | 0.85% | 0.41% | - |
| XYZ | 3.27 | 1.67 | 13.51 | - |
| YUV | 30.33 | 170.14 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 16 | 105 | 0.71 | 0.85 | 0 | 0.59 | 249.44 | 0.74 | 0.24 |
| Hex | 1E | 10 | 69 | 47 | 55 | 0 | 3B | F9 | 4A | 18 |
| Octal | 36 | 20 | 151 | 107 | 125 | 0 | 73 | 371 | 112 | 30 |
| Binary | 11110 | 10000 | 1101001 | 1000111 | 1010101 | 0 | 111011 | 11111001 | 1001010 | 11000 |
Color Harmonies of #1E1069
Complementary color
Monochromatic Colors of #1E1069
Black with #1E1069
Text Example
Text Example
White with #1E1069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1069; }
p { color: rgb(30,16,105); }
H1.HeaderClassName
{
color: #1E1069;
}
.AnyTagClassName
{
color: #1E1069;
}
</style>
background-color css
<style>
a { background-color: #1E1069; }
a { background-color: rgb(30,16,105); }
div.DivClassName
{
background-color: #1E1069;
}
.BgClassName
{
background-color: #1E1069;
}
</style>
border-color css
<style>
span { border-color: #1E1069; }
span { border-color: rgb(30,16,105); }
td.TdClassName
{
border-color: #1E1069;
}
.TagClassName
{
border-color: #1E1069;
}
</style>