Shades of Midnight Blue #1E2063
Tints of Midnight Blue #1E2063
RGB
CMYK
RGB Variations
Color information
#1E2063 (or 0x1E2063) is known color: Midnight Blue. HEX triplet: 1E, 20 and 63. RGB value is (30,32,99). Sum of RGB (Red+Green+Blue) = 30+32+99=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 99 (39.06% from 255 or 61.49% from 161); Max value from RGB is 99 - color contains mainly: blue. Hex color #1E2063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2063 is #E1DF9C. Grayscale: #262626. Windows color (decimal): -14802845 or 6496286. OLE color: 6496286.
HSL color Cylindrical-coordinate representation of color #1E2063: hue angle of 238.26º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E2063 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 30 | 32 | 99 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.61 |
| HSL | 238.26º | 0.53% | 0.25% | - |
| HSV(B) | 238.26º | 0.7% | 0.39% | - |
| XYZ | 3.3 | 2.21 | 12.06 | - |
| YUV | 39.04 | 161.84 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 32 | 99 | 0.70 | 0.68 | 0 | 0.61 | 238.26 | 0.53 | 0.25 |
| Hex | 1E | 20 | 63 | 46 | 44 | 0 | 3D | EE | 35 | 19 |
| Octal | 36 | 40 | 143 | 106 | 104 | 0 | 75 | 356 | 65 | 31 |
| Binary | 11110 | 100000 | 1100011 | 1000110 | 1000100 | 0 | 111101 | 11101110 | 110101 | 11001 |
Color Harmonies of #1E2063
Complementary color
Monochromatic Colors of #1E2063
Black with #1E2063
Text Example
Text Example
White with #1E2063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2063; }
p { color: rgb(30,32,99); }
H1.HeaderClassName
{
color: #1E2063;
}
.AnyTagClassName
{
color: #1E2063;
}
</style>
background-color css
<style>
a { background-color: #1E2063; }
a { background-color: rgb(30,32,99); }
div.DivClassName
{
background-color: #1E2063;
}
.BgClassName
{
background-color: #1E2063;
}
</style>
border-color css
<style>
span { border-color: #1E2063; }
span { border-color: rgb(30,32,99); }
td.TdClassName
{
border-color: #1E2063;
}
.TagClassName
{
border-color: #1E2063;
}
</style>