Shades of Midnight Blue #1E2974
Tints of Midnight Blue #1E2974
RGB
CMYK
RGB Variations
Color information
#1E2974 (or 0x1E2974) is known color: Midnight Blue. HEX triplet: 1E, 29 and 74. RGB value is (30,41,116). Sum of RGB (Red+Green+Blue) = 30+41+116=187 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.04% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 116 (45.70% from 255 or 62.03% from 187); Max value from RGB is 116 - color contains mainly: blue. Hex color #1E2974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2974 is #E1D68B. Grayscale: #2D2D2D. Windows color (decimal): -14800524 or 7612702. OLE color: 7612702.
HSL color Cylindrical-coordinate representation of color #1E2974: hue angle of 232.33º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E2974 is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 41 | 116 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.55 |
| HSL | 232.33º | 0.59% | 0.29% | - |
| HSV(B) | 232.33º | 0.74% | 0.45% | - |
| XYZ | 4.48 | 3.12 | 16.89 | - |
| YUV | 46.26 | 167.36 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 41 | 116 | 0.74 | 0.65 | 0 | 0.55 | 232.33 | 0.59 | 0.29 |
| Hex | 1E | 29 | 74 | 4A | 41 | 0 | 37 | E8 | 3B | 1D |
| Octal | 36 | 51 | 164 | 112 | 101 | 0 | 67 | 350 | 73 | 35 |
| Binary | 11110 | 101001 | 1110100 | 1001010 | 1000001 | 0 | 110111 | 11101000 | 111011 | 11101 |
Color Harmonies of #1E2974
Complementary color
Monochromatic Colors of #1E2974
Black with #1E2974
Text Example
Text Example
White with #1E2974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2974; }
p { color: rgb(30,41,116); }
H1.HeaderClassName
{
color: #1E2974;
}
.AnyTagClassName
{
color: #1E2974;
}
</style>
background-color css
<style>
a { background-color: #1E2974; }
a { background-color: rgb(30,41,116); }
div.DivClassName
{
background-color: #1E2974;
}
.BgClassName
{
background-color: #1E2974;
}
</style>
border-color css
<style>
span { border-color: #1E2974; }
span { border-color: rgb(30,41,116); }
td.TdClassName
{
border-color: #1E2974;
}
.TagClassName
{
border-color: #1E2974;
}
</style>