Shades of Midnight Blue #1E0869
Tints of Midnight Blue #1E0869
RGB
CMYK
RGB Variations
Color information
#1E0869 (or 0x1E0869) is known color: Midnight Blue. HEX triplet: 1E, 08 and 69. RGB value is (30,8,105). Sum of RGB (Red+Green+Blue) = 30+8+105=143 (18% of max value = 765). Red value is 30 (12.11% from 255 or 20.98% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 105 (41.41% from 255 or 73.43% from 143); Max value from RGB is 105 - color contains mainly: blue. Hex color #1E0869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0869 is #E1F796. Grayscale: #191919. Windows color (decimal): -14808983 or 6883358. OLE color: 6883358.
HSL color Cylindrical-coordinate representation of color #1E0869: hue angle of 253.61º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E0869 is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 8 | 105 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.59 |
| HSL | 253.61º | 0.86% | 0.22% | - |
| HSV(B) | 253.61º | 0.92% | 0.41% | - |
| XYZ | 3.17 | 1.47 | 13.48 | - |
| YUV | 25.64 | 172.79 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 8 | 105 | 0.71 | 0.92 | 0 | 0.59 | 253.61 | 0.86 | 0.22 |
| Hex | 1E | 8 | 69 | 47 | 5C | 0 | 3B | FE | 56 | 16 |
| Octal | 36 | 10 | 151 | 107 | 134 | 0 | 73 | 376 | 126 | 26 |
| Binary | 11110 | 1000 | 1101001 | 1000111 | 1011100 | 0 | 111011 | 11111110 | 1010110 | 10110 |
Color Harmonies of #1E0869
Complementary color
Monochromatic Colors of #1E0869
Black with #1E0869
Text Example
Text Example
White with #1E0869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0869; }
p { color: rgb(30,8,105); }
H1.HeaderClassName
{
color: #1E0869;
}
.AnyTagClassName
{
color: #1E0869;
}
</style>
background-color css
<style>
a { background-color: #1E0869; }
a { background-color: rgb(30,8,105); }
div.DivClassName
{
background-color: #1E0869;
}
.BgClassName
{
background-color: #1E0869;
}
</style>
border-color css
<style>
span { border-color: #1E0869; }
span { border-color: rgb(30,8,105); }
td.TdClassName
{
border-color: #1E0869;
}
.TagClassName
{
border-color: #1E0869;
}
</style>