Shades of Midnight Blue #1E1972
Tints of Midnight Blue #1E1972
RGB
CMYK
RGB Variations
Color information
#1E1972 (or 0x1E1972) is known color: Midnight Blue. HEX triplet: 1E, 19 and 72. RGB value is (30,25,114). Sum of RGB (Red+Green+Blue) = 30+25+114=169 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.75% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 114 (44.92% from 255 or 67.46% from 169); Max value from RGB is 114 - color contains mainly: blue. Hex color #1E1972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1972 is #E1E68D. Grayscale: #242424. Windows color (decimal): -14804622 or 7477534. OLE color: 7477534.
HSL color Cylindrical-coordinate representation of color #1E1972: hue angle of 243.37º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E1972 is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 25 | 114 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.55 |
| HSL | 243.37º | 0.64% | 0.27% | - |
| HSV(B) | 243.37º | 0.78% | 0.45% | - |
| XYZ | 3.92 | 2.19 | 16.13 | - |
| YUV | 36.64 | 171.66 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 114 | 0.74 | 0.78 | 0 | 0.55 | 243.37 | 0.64 | 0.27 |
| Hex | 1E | 19 | 72 | 4A | 4E | 0 | 37 | F3 | 40 | 1B |
| Octal | 36 | 31 | 162 | 112 | 116 | 0 | 67 | 363 | 100 | 33 |
| Binary | 11110 | 11001 | 1110010 | 1001010 | 1001110 | 0 | 110111 | 11110011 | 1000000 | 11011 |
Color Harmonies of #1E1972
Complementary color
Monochromatic Colors of #1E1972
Black with #1E1972
Text Example
Text Example
White with #1E1972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1972; }
p { color: rgb(30,25,114); }
H1.HeaderClassName
{
color: #1E1972;
}
.AnyTagClassName
{
color: #1E1972;
}
</style>
background-color css
<style>
a { background-color: #1E1972; }
a { background-color: rgb(30,25,114); }
div.DivClassName
{
background-color: #1E1972;
}
.BgClassName
{
background-color: #1E1972;
}
</style>
border-color css
<style>
span { border-color: #1E1972; }
span { border-color: rgb(30,25,114); }
td.TdClassName
{
border-color: #1E1972;
}
.TagClassName
{
border-color: #1E1972;
}
</style>