Shades of Midnight Blue #1E1963
Tints of Midnight Blue #1E1963
RGB
CMYK
RGB Variations
Color information
#1E1963 (or 0x1E1963) is known color: Midnight Blue. HEX triplet: 1E, 19 and 63. RGB value is (30,25,99). Sum of RGB (Red+Green+Blue) = 30+25+99=154 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.48% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 99 (39.06% from 255 or 64.29% from 154); Max value from RGB is 99 - color contains mainly: blue. Hex color #1E1963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1963 is #E1E69C. Grayscale: #222222. Windows color (decimal): -14804637 or 6494494. OLE color: 6494494.
HSL color Cylindrical-coordinate representation of color #1E1963: hue angle of 244.05º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E1963 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 30 | 25 | 99 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.61 |
| HSL | 244.05º | 0.6% | 0.24% | - |
| HSV(B) | 244.05º | 0.75% | 0.39% | - |
| XYZ | 3.14 | 1.87 | 12 | - |
| YUV | 34.93 | 164.16 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 99 | 0.70 | 0.75 | 0 | 0.61 | 244.05 | 0.6 | 0.24 |
| Hex | 1E | 19 | 63 | 46 | 4B | 0 | 3D | F4 | 3C | 18 |
| Octal | 36 | 31 | 143 | 106 | 113 | 0 | 75 | 364 | 74 | 30 |
| Binary | 11110 | 11001 | 1100011 | 1000110 | 1001011 | 0 | 111101 | 11110100 | 111100 | 11000 |
Color Harmonies of #1E1963
Complementary color
Monochromatic Colors of #1E1963
Black with #1E1963
Text Example
Text Example
White with #1E1963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1963; }
p { color: rgb(30,25,99); }
H1.HeaderClassName
{
color: #1E1963;
}
.AnyTagClassName
{
color: #1E1963;
}
</style>
background-color css
<style>
a { background-color: #1E1963; }
a { background-color: rgb(30,25,99); }
div.DivClassName
{
background-color: #1E1963;
}
.BgClassName
{
background-color: #1E1963;
}
</style>
border-color css
<style>
span { border-color: #1E1963; }
span { border-color: rgb(30,25,99); }
td.TdClassName
{
border-color: #1E1963;
}
.TagClassName
{
border-color: #1E1963;
}
</style>