Shades of Midnight Blue #1E247A
Tints of Midnight Blue #1E247A
RGB
CMYK
RGB Variations
Color information
#1E247A (or 0x1E247A) is known color: Midnight Blue. HEX triplet: 1E, 24 and 7A. RGB value is (30,36,122). Sum of RGB (Red+Green+Blue) = 30+36+122=188 (24% of max value = 765). Red value is 30 (12.11% from 255 or 15.96% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 122 (48.05% from 255 or 64.89% from 188); Max value from RGB is 122 - color contains mainly: blue. Hex color #1E247A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E247A is #E1DB85. Grayscale: #2B2B2B. Windows color (decimal): -14801798 or 8004638. OLE color: 8004638.
HSL color Cylindrical-coordinate representation of color #1E247A: hue angle of 236.09º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E247A is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 30 | 36 | 122 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.52 |
| HSL | 236.09º | 0.61% | 0.3% | - |
| HSV(B) | 236.09º | 0.75% | 0.48% | - |
| XYZ | 4.68 | 2.94 | 18.73 | - |
| YUV | 44.01 | 172.01 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 36 | 122 | 0.75 | 0.70 | 0 | 0.52 | 236.09 | 0.61 | 0.3 |
| Hex | 1E | 24 | 7A | 4B | 46 | 0 | 34 | EC | 3D | 1E |
| Octal | 36 | 44 | 172 | 113 | 106 | 0 | 64 | 354 | 75 | 36 |
| Binary | 11110 | 100100 | 1111010 | 1001011 | 1000110 | 0 | 110100 | 11101100 | 111101 | 11110 |
Color Harmonies of #1E247A
Complementary color
Monochromatic Colors of #1E247A
Black with #1E247A
Text Example
Text Example
White with #1E247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E247A; }
p { color: rgb(30,36,122); }
H1.HeaderClassName
{
color: #1E247A;
}
.AnyTagClassName
{
color: #1E247A;
}
</style>
background-color css
<style>
a { background-color: #1E247A; }
a { background-color: rgb(30,36,122); }
div.DivClassName
{
background-color: #1E247A;
}
.BgClassName
{
background-color: #1E247A;
}
</style>
border-color css
<style>
span { border-color: #1E247A; }
span { border-color: rgb(30,36,122); }
td.TdClassName
{
border-color: #1E247A;
}
.TagClassName
{
border-color: #1E247A;
}
</style>