Shades of Midnight Blue #1E1D68
Tints of Midnight Blue #1E1D68
RGB
CMYK
RGB Variations
Color information
#1E1D68 (or 0x1E1D68) is known color: Midnight Blue. HEX triplet: 1E, 1D and 68. RGB value is (30,29,104). Sum of RGB (Red+Green+Blue) = 30+29+104=163 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.40% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 104 (41.02% from 255 or 63.80% from 163); Max value from RGB is 104 - color contains mainly: blue. Hex color #1E1D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E1D68 is #E1E297. Grayscale: #252525. Windows color (decimal): -14803608 or 6823198. OLE color: 6823198.
HSL color Cylindrical-coordinate representation of color #1E1D68: hue angle of 240.8º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E1D68 is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 29 | 104 | - |
| CMYK | 0.71 | 0.72 | 0 | 0.59 |
| HSL | 240.8º | 0.56% | 0.26% | - |
| HSV(B) | 240.8º | 0.72% | 0.41% | - |
| XYZ | 3.47 | 2.15 | 13.33 | - |
| YUV | 37.85 | 165.33 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 29 | 104 | 0.71 | 0.72 | 0 | 0.59 | 240.8 | 0.56 | 0.26 |
| Hex | 1E | 1D | 68 | 47 | 48 | 0 | 3B | F1 | 38 | 1A |
| Octal | 36 | 35 | 150 | 107 | 110 | 0 | 73 | 361 | 70 | 32 |
| Binary | 11110 | 11101 | 1101000 | 1000111 | 1001000 | 0 | 111011 | 11110001 | 111000 | 11010 |
Color Harmonies of #1E1D68
Complementary color
Monochromatic Colors of #1E1D68
Black with #1E1D68
Text Example
Text Example
White with #1E1D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1D68; }
p { color: rgb(30,29,104); }
H1.HeaderClassName
{
color: #1E1D68;
}
.AnyTagClassName
{
color: #1E1D68;
}
</style>
background-color css
<style>
a { background-color: #1E1D68; }
a { background-color: rgb(30,29,104); }
div.DivClassName
{
background-color: #1E1D68;
}
.BgClassName
{
background-color: #1E1D68;
}
</style>
border-color css
<style>
span { border-color: #1E1D68; }
span { border-color: rgb(30,29,104); }
td.TdClassName
{
border-color: #1E1D68;
}
.TagClassName
{
border-color: #1E1D68;
}
</style>