Shades of Midnight Blue #1E2563
Tints of Midnight Blue #1E2563
RGB
CMYK
RGB Variations
Color information
#1E2563 (or 0x1E2563) is known color: Midnight Blue. HEX triplet: 1E, 25 and 63. RGB value is (30,37,99). Sum of RGB (Red+Green+Blue) = 30+37+99=166 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.07% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 99 (39.06% from 255 or 59.64% from 166); Max value from RGB is 99 - color contains mainly: blue. Hex color #1E2563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2563 is #E1DA9C. Grayscale: #292929. Windows color (decimal): -14801565 or 6497566. OLE color: 6497566.
HSL color Cylindrical-coordinate representation of color #1E2563: hue angle of 233.91º 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 #1E2563 is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 30 | 37 | 99 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.61 |
| HSL | 233.91º | 0.53% | 0.25% | - |
| HSV(B) | 233.91º | 0.7% | 0.39% | - |
| XYZ | 3.45 | 2.5 | 12.11 | - |
| YUV | 41.98 | 160.18 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 37 | 99 | 0.70 | 0.63 | 0 | 0.61 | 233.91 | 0.53 | 0.25 |
| Hex | 1E | 25 | 63 | 46 | 3F | 0 | 3D | EA | 35 | 19 |
| Octal | 36 | 45 | 143 | 106 | 77 | 0 | 75 | 352 | 65 | 31 |
| Binary | 11110 | 100101 | 1100011 | 1000110 | 111111 | 0 | 111101 | 11101010 | 110101 | 11001 |
Color Harmonies of #1E2563
Complementary color
Monochromatic Colors of #1E2563
Black with #1E2563
Text Example
Text Example
White with #1E2563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2563; }
p { color: rgb(30,37,99); }
H1.HeaderClassName
{
color: #1E2563;
}
.AnyTagClassName
{
color: #1E2563;
}
</style>
background-color css
<style>
a { background-color: #1E2563; }
a { background-color: rgb(30,37,99); }
div.DivClassName
{
background-color: #1E2563;
}
.BgClassName
{
background-color: #1E2563;
}
</style>
border-color css
<style>
span { border-color: #1E2563; }
span { border-color: rgb(30,37,99); }
td.TdClassName
{
border-color: #1E2563;
}
.TagClassName
{
border-color: #1E2563;
}
</style>