Shades of Midnight Blue #1E1971
Tints of Midnight Blue #1E1971
RGB
CMYK
RGB Variations
Color information
#1E1971 (or 0x1E1971) is known color: Midnight Blue. HEX triplet: 1E, 19 and 71. RGB value is (30,25,113). Sum of RGB (Red+Green+Blue) = 30+25+113=168 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.86% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #1E1971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1971 is #E1E68E. Grayscale: #242424. Windows color (decimal): -14804623 or 7411998. OLE color: 7411998.
HSL color Cylindrical-coordinate representation of color #1E1971: hue angle of 243.41º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E1971 is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 25 | 113 | - |
| CMYK | 0.73 | 0.78 | 0 | 0.56 |
| HSL | 243.41º | 0.64% | 0.27% | - |
| HSV(B) | 243.41º | 0.78% | 0.44% | - |
| XYZ | 3.86 | 2.16 | 15.84 | - |
| YUV | 36.53 | 171.16 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 113 | 0.73 | 0.78 | 0 | 0.56 | 243.41 | 0.64 | 0.27 |
| Hex | 1E | 19 | 71 | 49 | 4E | 0 | 38 | F3 | 40 | 1B |
| Octal | 36 | 31 | 161 | 111 | 116 | 0 | 70 | 363 | 100 | 33 |
| Binary | 11110 | 11001 | 1110001 | 1001001 | 1001110 | 0 | 111000 | 11110011 | 1000000 | 11011 |
Color Harmonies of #1E1971
Complementary color
Monochromatic Colors of #1E1971
Black with #1E1971
Text Example
Text Example
White with #1E1971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1971; }
p { color: rgb(30,25,113); }
H1.HeaderClassName
{
color: #1E1971;
}
.AnyTagClassName
{
color: #1E1971;
}
</style>
background-color css
<style>
a { background-color: #1E1971; }
a { background-color: rgb(30,25,113); }
div.DivClassName
{
background-color: #1E1971;
}
.BgClassName
{
background-color: #1E1971;
}
</style>
border-color css
<style>
span { border-color: #1E1971; }
span { border-color: rgb(30,25,113); }
td.TdClassName
{
border-color: #1E1971;
}
.TagClassName
{
border-color: #1E1971;
}
</style>