Shades of Midnight Blue #1E1369
Tints of Midnight Blue #1E1369
RGB
CMYK
RGB Variations
Color information
#1E1369 (or 0x1E1369) is known color: Midnight Blue. HEX triplet: 1E, 13 and 69. RGB value is (30,19,105). Sum of RGB (Red+Green+Blue) = 30+19+105=154 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.48% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 105 (41.41% from 255 or 68.18% from 154); Max value from RGB is 105 - color contains mainly: blue. Hex color #1E1369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1369 is #E1EC96. Grayscale: #1F1F1F. Windows color (decimal): -14806167 or 6886174. OLE color: 6886174.
HSL color Cylindrical-coordinate representation of color #1E1369: hue angle of 247.67º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E1369 is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 19 | 105 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.59 |
| HSL | 247.67º | 0.69% | 0.24% | - |
| HSV(B) | 247.67º | 0.82% | 0.41% | - |
| XYZ | 3.32 | 1.76 | 13.53 | - |
| YUV | 32.09 | 169.14 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 105 | 0.71 | 0.82 | 0 | 0.59 | 247.67 | 0.69 | 0.24 |
| Hex | 1E | 13 | 69 | 47 | 52 | 0 | 3B | F8 | 45 | 18 |
| Octal | 36 | 23 | 151 | 107 | 122 | 0 | 73 | 370 | 105 | 30 |
| Binary | 11110 | 10011 | 1101001 | 1000111 | 1010010 | 0 | 111011 | 11111000 | 1000101 | 11000 |
Color Harmonies of #1E1369
Complementary color
Monochromatic Colors of #1E1369
Black with #1E1369
Text Example
Text Example
White with #1E1369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1369; }
p { color: rgb(30,19,105); }
H1.HeaderClassName
{
color: #1E1369;
}
.AnyTagClassName
{
color: #1E1369;
}
</style>
background-color css
<style>
a { background-color: #1E1369; }
a { background-color: rgb(30,19,105); }
div.DivClassName
{
background-color: #1E1369;
}
.BgClassName
{
background-color: #1E1369;
}
</style>
border-color css
<style>
span { border-color: #1E1369; }
span { border-color: rgb(30,19,105); }
td.TdClassName
{
border-color: #1E1369;
}
.TagClassName
{
border-color: #1E1369;
}
</style>