Shades of Midnight Blue #1E095C
Tints of Midnight Blue #1E095C
RGB
CMYK
RGB Variations
Color information
#1E095C (or 0x1E095C) is known color: Midnight Blue. HEX triplet: 1E, 09 and 5C. RGB value is (30,9,92). Sum of RGB (Red+Green+Blue) = 30+9+92=131 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.90% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 92 (36.33% from 255 or 70.23% from 131); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E095C is #E1F6A3. Grayscale: #181818. Windows color (decimal): -14808740 or 6031646. OLE color: 6031646.
HSL color Cylindrical-coordinate representation of color #1E095C: hue angle of 255.18º 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 #1E095C is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 9 | 92 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.64 |
| HSL | 255.18º | 0.82% | 0.2% | - |
| HSV(B) | 255.18º | 0.9% | 0.36% | - |
| XYZ | 2.56 | 1.24 | 10.23 | - |
| YUV | 24.74 | 165.96 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 9 | 92 | 0.67 | 0.90 | 0 | 0.64 | 255.18 | 0.82 | 0.2 |
| Hex | 1E | 9 | 5C | 43 | 5A | 0 | 40 | FF | 52 | 14 |
| Octal | 36 | 11 | 134 | 103 | 132 | 0 | 100 | 377 | 122 | 24 |
| Binary | 11110 | 1001 | 1011100 | 1000011 | 1011010 | 0 | 1000000 | 11111111 | 1010010 | 10100 |
Color Harmonies of #1E095C
Complementary color
Monochromatic Colors of #1E095C
Black with #1E095C
Text Example
Text Example
White with #1E095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E095C; }
p { color: rgb(30,9,92); }
H1.HeaderClassName
{
color: #1E095C;
}
.AnyTagClassName
{
color: #1E095C;
}
</style>
background-color css
<style>
a { background-color: #1E095C; }
a { background-color: rgb(30,9,92); }
div.DivClassName
{
background-color: #1E095C;
}
.BgClassName
{
background-color: #1E095C;
}
</style>
border-color css
<style>
span { border-color: #1E095C; }
span { border-color: rgb(30,9,92); }
td.TdClassName
{
border-color: #1E095C;
}
.TagClassName
{
border-color: #1E095C;
}
</style>