Shades of Midnight Blue #1E095D
Tints of Midnight Blue #1E095D
RGB
CMYK
RGB Variations
Color information
#1E095D (or 0x1E095D) is known color: Midnight Blue. HEX triplet: 1E, 09 and 5D. RGB value is (30,9,93). Sum of RGB (Red+Green+Blue) = 30+9+93=132 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.73% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 93 (36.72% from 255 or 70.45% from 132); Max value from RGB is 93 - color contains mainly: blue. Hex color #1E095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E095D is #E1F6A2. Grayscale: #181818. Windows color (decimal): -14808739 or 6097182. OLE color: 6097182.
HSL color Cylindrical-coordinate representation of color #1E095D: hue angle of 255º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E095D is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 30 | 9 | 93 | - |
CMYK | 0.68 | 0.90 | 0 | 0.64 |
HSL | 255º | 0.82% | 0.2% | - |
HSV(B) | 255º | 0.9% | 0.36% | - |
XYZ | 2.61 | 1.26 | 10.46 | - |
YUV | 24.86 | 166.46 | 131.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 9 | 93 | 0.68 | 0.90 | 0 | 0.64 | 255 | 0.82 | 0.2 |
Hex | 1E | 9 | 5D | 44 | 5A | 0 | 40 | FF | 52 | 14 |
Octal | 36 | 11 | 135 | 104 | 132 | 0 | 100 | 377 | 122 | 24 |
Binary | 11110 | 1001 | 1011101 | 1000100 | 1011010 | 0 | 1000000 | 11111111 | 1010010 | 10100 |
Color Harmonies of #1E095D
Complementary color
Monochromatic Colors of #1E095D
Black with #1E095D
Text Example
Text Example
White with #1E095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E095D; }
p { color: rgb(30,9,93); }
H1.HeaderClassName
{
color: #1E095D;
}
.AnyTagClassName
{
color: #1E095D;
}
</style>
background-color css
<style>
a { background-color: #1E095D; }
a { background-color: rgb(30,9,93); }
div.DivClassName
{
background-color: #1E095D;
}
.BgClassName
{
background-color: #1E095D;
}
</style>
border-color css
<style>
span { border-color: #1E095D; }
span { border-color: rgb(30,9,93); }
td.TdClassName
{
border-color: #1E095D;
}
.TagClassName
{
border-color: #1E095D;
}
</style>