Shades of Midnight Blue #1E215F
Tints of Midnight Blue #1E215F
RGB
CMYK
RGB Variations
Color information
#1E215F (or 0x1E215F) is known color: Midnight Blue. HEX triplet: 1E, 21 and 5F. RGB value is (30,33,95). Sum of RGB (Red+Green+Blue) = 30+33+95=158 (20% of max value = 765). Red value is 30 (12.11% from 255 or 18.99% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #1E215F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E215F is #E1DEA0. Grayscale: #262626. Windows color (decimal): -14802593 or 6234398. OLE color: 6234398.
HSL color Cylindrical-coordinate representation of color #1E215F: hue angle of 237.23º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E215F is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 30 | 33 | 95 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.63 |
| HSL | 237.23º | 0.52% | 0.25% | - |
| HSV(B) | 237.23º | 0.68% | 0.37% | - |
| XYZ | 3.14 | 2.19 | 11.08 | - |
| YUV | 39.17 | 159.51 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 33 | 95 | 0.68 | 0.65 | 0 | 0.63 | 237.23 | 0.52 | 0.25 |
| Hex | 1E | 21 | 5F | 44 | 41 | 0 | 3F | ED | 34 | 19 |
| Octal | 36 | 41 | 137 | 104 | 101 | 0 | 77 | 355 | 64 | 31 |
| Binary | 11110 | 100001 | 1011111 | 1000100 | 1000001 | 0 | 111111 | 11101101 | 110100 | 11001 |
Color Harmonies of #1E215F
Complementary color
Monochromatic Colors of #1E215F
Black with #1E215F
Text Example
Text Example
White with #1E215F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E215F; }
p { color: rgb(30,33,95); }
H1.HeaderClassName
{
color: #1E215F;
}
.AnyTagClassName
{
color: #1E215F;
}
</style>
background-color css
<style>
a { background-color: #1E215F; }
a { background-color: rgb(30,33,95); }
div.DivClassName
{
background-color: #1E215F;
}
.BgClassName
{
background-color: #1E215F;
}
</style>
border-color css
<style>
span { border-color: #1E215F; }
span { border-color: rgb(30,33,95); }
td.TdClassName
{
border-color: #1E215F;
}
.TagClassName
{
border-color: #1E215F;
}
</style>