Shades of Midnight Blue #1E0769
Tints of Midnight Blue #1E0769
RGB
CMYK
RGB Variations
Color information
#1E0769 (or 0x1E0769) is known color: Midnight Blue. HEX triplet: 1E, 07 and 69. RGB value is (30,7,105). Sum of RGB (Red+Green+Blue) = 30+7+105=142 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.13% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 105 (41.41% from 255 or 73.94% from 142); Max value from RGB is 105 - color contains mainly: blue. Hex color #1E0769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0769 is #E1F896. Grayscale: #181818. Windows color (decimal): -14809239 or 6883102. OLE color: 6883102.
HSL color Cylindrical-coordinate representation of color #1E0769: hue angle of 254.08º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E0769 is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 7 | 105 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.59 |
| HSL | 254.08º | 0.88% | 0.22% | - |
| HSV(B) | 254.08º | 0.93% | 0.41% | - |
| XYZ | 3.16 | 1.45 | 13.48 | - |
| YUV | 25.05 | 173.12 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 7 | 105 | 0.71 | 0.93 | 0 | 0.59 | 254.08 | 0.88 | 0.22 |
| Hex | 1E | 7 | 69 | 47 | 5D | 0 | 3B | FE | 58 | 16 |
| Octal | 36 | 7 | 151 | 107 | 135 | 0 | 73 | 376 | 130 | 26 |
| Binary | 11110 | 111 | 1101001 | 1000111 | 1011101 | 0 | 111011 | 11111110 | 1011000 | 10110 |
Color Harmonies of #1E0769
Complementary color
Monochromatic Colors of #1E0769
Black with #1E0769
Text Example
Text Example
White with #1E0769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0769; }
p { color: rgb(30,7,105); }
H1.HeaderClassName
{
color: #1E0769;
}
.AnyTagClassName
{
color: #1E0769;
}
</style>
background-color css
<style>
a { background-color: #1E0769; }
a { background-color: rgb(30,7,105); }
div.DivClassName
{
background-color: #1E0769;
}
.BgClassName
{
background-color: #1E0769;
}
</style>
border-color css
<style>
span { border-color: #1E0769; }
span { border-color: rgb(30,7,105); }
td.TdClassName
{
border-color: #1E0769;
}
.TagClassName
{
border-color: #1E0769;
}
</style>