Shades of Midnight Blue #1E145D
Tints of Midnight Blue #1E145D
RGB
CMYK
RGB Variations
Color information
#1E145D (or 0x1E145D) is known color: Midnight Blue. HEX triplet: 1E, 14 and 5D. RGB value is (30,20,93). Sum of RGB (Red+Green+Blue) = 30+20+93=143 (18% of max value = 765). Red value is 30 (12.11% from 255 or 20.98% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 93 (36.72% from 255 or 65.03% from 143); Max value from RGB is 93 - color contains mainly: blue. Hex color #1E145D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E145D is #E1EBA2. Grayscale: #1F1F1F. Windows color (decimal): -14805923 or 6099998. OLE color: 6099998.
HSL color Cylindrical-coordinate representation of color #1E145D: hue angle of 248.22º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E145D is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 20 | 93 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.64 |
| HSL | 248.22º | 0.65% | 0.22% | - |
| HSV(B) | 248.22º | 0.78% | 0.36% | - |
| XYZ | 2.76 | 1.57 | 10.51 | - |
| YUV | 31.31 | 162.81 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 93 | 0.68 | 0.78 | 0 | 0.64 | 248.22 | 0.65 | 0.22 |
| Hex | 1E | 14 | 5D | 44 | 4E | 0 | 40 | F8 | 41 | 16 |
| Octal | 36 | 24 | 135 | 104 | 116 | 0 | 100 | 370 | 101 | 26 |
| Binary | 11110 | 10100 | 1011101 | 1000100 | 1001110 | 0 | 1000000 | 11111000 | 1000001 | 10110 |
Color Harmonies of #1E145D
Complementary color
Monochromatic Colors of #1E145D
Black with #1E145D
Text Example
Text Example
White with #1E145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E145D; }
p { color: rgb(30,20,93); }
H1.HeaderClassName
{
color: #1E145D;
}
.AnyTagClassName
{
color: #1E145D;
}
</style>
background-color css
<style>
a { background-color: #1E145D; }
a { background-color: rgb(30,20,93); }
div.DivClassName
{
background-color: #1E145D;
}
.BgClassName
{
background-color: #1E145D;
}
</style>
border-color css
<style>
span { border-color: #1E145D; }
span { border-color: rgb(30,20,93); }
td.TdClassName
{
border-color: #1E145D;
}
.TagClassName
{
border-color: #1E145D;
}
</style>