Shades of Midnight Blue #1E145E
Tints of Midnight Blue #1E145E
RGB
CMYK
RGB Variations
Color information
#1E145E (or 0x1E145E) is known color: Midnight Blue. HEX triplet: 1E, 14 and 5E. RGB value is (30,20,94). Sum of RGB (Red+Green+Blue) = 30+20+94=144 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.83% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 94 (37.11% from 255 or 65.28% from 144); Max value from RGB is 94 - color contains mainly: blue. Hex color #1E145E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E145E is #E1EBA1. Grayscale: #1F1F1F. Windows color (decimal): -14805922 or 6165534. OLE color: 6165534.
HSL color Cylindrical-coordinate representation of color #1E145E: hue angle of 248.11º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E145E is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 30 | 20 | 94 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.63 |
| HSL | 248.11º | 0.65% | 0.22% | - |
| HSV(B) | 248.11º | 0.79% | 0.37% | - |
| XYZ | 2.81 | 1.58 | 10.75 | - |
| YUV | 31.43 | 163.31 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 94 | 0.68 | 0.79 | 0 | 0.63 | 248.11 | 0.65 | 0.22 |
| Hex | 1E | 14 | 5E | 44 | 4F | 0 | 3F | F8 | 41 | 16 |
| Octal | 36 | 24 | 136 | 104 | 117 | 0 | 77 | 370 | 101 | 26 |
| Binary | 11110 | 10100 | 1011110 | 1000100 | 1001111 | 0 | 111111 | 11111000 | 1000001 | 10110 |
Color Harmonies of #1E145E
Complementary color
Monochromatic Colors of #1E145E
Black with #1E145E
Text Example
Text Example
White with #1E145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E145E; }
p { color: rgb(30,20,94); }
H1.HeaderClassName
{
color: #1E145E;
}
.AnyTagClassName
{
color: #1E145E;
}
</style>
background-color css
<style>
a { background-color: #1E145E; }
a { background-color: rgb(30,20,94); }
div.DivClassName
{
background-color: #1E145E;
}
.BgClassName
{
background-color: #1E145E;
}
</style>
border-color css
<style>
span { border-color: #1E145E; }
span { border-color: rgb(30,20,94); }
td.TdClassName
{
border-color: #1E145E;
}
.TagClassName
{
border-color: #1E145E;
}
</style>