Shades of Midnight Blue #1E135D
Tints of Midnight Blue #1E135D
RGB
CMYK
RGB Variations
Color information
#1E135D (or 0x1E135D) is known color: Midnight Blue. HEX triplet: 1E, 13 and 5D. RGB value is (30,19,93). Sum of RGB (Red+Green+Blue) = 30+19+93=142 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.13% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #1E135D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E135D is #E1ECA2. Grayscale: #1E1E1E. Windows color (decimal): -14806179 or 6099742. OLE color: 6099742.
HSL color Cylindrical-coordinate representation of color #1E135D: hue angle of 248.92º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E135D is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 19 | 93 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.64 |
| HSL | 248.92º | 0.66% | 0.22% | - |
| HSV(B) | 248.92º | 0.8% | 0.36% | - |
| XYZ | 2.74 | 1.53 | 10.51 | - |
| YUV | 30.73 | 163.14 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 93 | 0.68 | 0.80 | 0 | 0.64 | 248.92 | 0.66 | 0.22 |
| Hex | 1E | 13 | 5D | 44 | 50 | 0 | 40 | F9 | 42 | 16 |
| Octal | 36 | 23 | 135 | 104 | 120 | 0 | 100 | 371 | 102 | 26 |
| Binary | 11110 | 10011 | 1011101 | 1000100 | 1010000 | 0 | 1000000 | 11111001 | 1000010 | 10110 |
Color Harmonies of #1E135D
Complementary color
Monochromatic Colors of #1E135D
Black with #1E135D
Text Example
Text Example
White with #1E135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E135D; }
p { color: rgb(30,19,93); }
H1.HeaderClassName
{
color: #1E135D;
}
.AnyTagClassName
{
color: #1E135D;
}
</style>
background-color css
<style>
a { background-color: #1E135D; }
a { background-color: rgb(30,19,93); }
div.DivClassName
{
background-color: #1E135D;
}
.BgClassName
{
background-color: #1E135D;
}
</style>
border-color css
<style>
span { border-color: #1E135D; }
span { border-color: rgb(30,19,93); }
td.TdClassName
{
border-color: #1E135D;
}
.TagClassName
{
border-color: #1E135D;
}
</style>