Shades of Midnight Blue #1E085D
Tints of Midnight Blue #1E085D
RGB
CMYK
RGB Variations
Color information
#1E085D (or 0x1E085D) is known color: Midnight Blue. HEX triplet: 1E, 08 and 5D. RGB value is (30,8,93). Sum of RGB (Red+Green+Blue) = 30+8+93=131 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.90% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 93 (36.72% from 255 or 70.99% from 131); Max value from RGB is 93 - color contains mainly: blue. Hex color #1E085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E085D is #E1F7A2. Grayscale: #171717. Windows color (decimal): -14808995 or 6096926. OLE color: 6096926.
HSL color Cylindrical-coordinate representation of color #1E085D: hue angle of 255.53º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E085D is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 8 | 93 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.64 |
| HSL | 255.53º | 0.84% | 0.2% | - |
| HSV(B) | 255.53º | 0.91% | 0.36% | - |
| XYZ | 2.6 | 1.24 | 10.46 | - |
| YUV | 24.27 | 166.79 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 8 | 93 | 0.68 | 0.91 | 0 | 0.64 | 255.53 | 0.84 | 0.2 |
| Hex | 1E | 8 | 5D | 44 | 5B | 0 | 40 | 100 | 54 | 14 |
| Octal | 36 | 10 | 135 | 104 | 133 | 0 | 100 | 400 | 124 | 24 |
| Binary | 11110 | 1000 | 1011101 | 1000100 | 1011011 | 0 | 1000000 | 100000000 | 1010100 | 10100 |
Color Harmonies of #1E085D
Complementary color
Monochromatic Colors of #1E085D
Black with #1E085D
Text Example
Text Example
White with #1E085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E085D; }
p { color: rgb(30,8,93); }
H1.HeaderClassName
{
color: #1E085D;
}
.AnyTagClassName
{
color: #1E085D;
}
</style>
background-color css
<style>
a { background-color: #1E085D; }
a { background-color: rgb(30,8,93); }
div.DivClassName
{
background-color: #1E085D;
}
.BgClassName
{
background-color: #1E085D;
}
</style>
border-color css
<style>
span { border-color: #1E085D; }
span { border-color: rgb(30,8,93); }
td.TdClassName
{
border-color: #1E085D;
}
.TagClassName
{
border-color: #1E085D;
}
</style>