Shades of Midnight Blue #1E2472
Tints of Midnight Blue #1E2472
RGB
CMYK
RGB Variations
Color information
#1E2472 (or 0x1E2472) is known color: Midnight Blue. HEX triplet: 1E, 24 and 72. RGB value is (30,36,114). Sum of RGB (Red+Green+Blue) = 30+36+114=180 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.67% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 114 (44.92% from 255 or 63.33% from 180); Max value from RGB is 114 - color contains mainly: blue. Hex color #1E2472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2472 is #E1DB8D. Grayscale: #2A2A2A. Windows color (decimal): -14801806 or 7480350. OLE color: 7480350.
HSL color Cylindrical-coordinate representation of color #1E2472: hue angle of 235.71º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E2472 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 36 | 114 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.55 |
| HSL | 235.71º | 0.58% | 0.28% | - |
| HSV(B) | 235.71º | 0.74% | 0.45% | - |
| XYZ | 4.2 | 2.75 | 16.23 | - |
| YUV | 43.1 | 168.01 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 36 | 114 | 0.74 | 0.68 | 0 | 0.55 | 235.71 | 0.58 | 0.28 |
| Hex | 1E | 24 | 72 | 4A | 44 | 0 | 37 | EC | 3A | 1C |
| Octal | 36 | 44 | 162 | 112 | 104 | 0 | 67 | 354 | 72 | 34 |
| Binary | 11110 | 100100 | 1110010 | 1001010 | 1000100 | 0 | 110111 | 11101100 | 111010 | 11100 |
Color Harmonies of #1E2472
Complementary color
Monochromatic Colors of #1E2472
Black with #1E2472
Text Example
Text Example
White with #1E2472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2472; }
p { color: rgb(30,36,114); }
H1.HeaderClassName
{
color: #1E2472;
}
.AnyTagClassName
{
color: #1E2472;
}
</style>
background-color css
<style>
a { background-color: #1E2472; }
a { background-color: rgb(30,36,114); }
div.DivClassName
{
background-color: #1E2472;
}
.BgClassName
{
background-color: #1E2472;
}
</style>
border-color css
<style>
span { border-color: #1E2472; }
span { border-color: rgb(30,36,114); }
td.TdClassName
{
border-color: #1E2472;
}
.TagClassName
{
border-color: #1E2472;
}
</style>