Shades of Midnight Blue #1E1C71
Tints of Midnight Blue #1E1C71
RGB
CMYK
RGB Variations
Color information
#1E1C71 (or 0x1E1C71) is known color: Midnight Blue. HEX triplet: 1E, 1C and 71. RGB value is (30,28,113). Sum of RGB (Red+Green+Blue) = 30+28+113=171 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.54% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 113 (44.53% from 255 or 66.08% from 171); Max value from RGB is 113 - color contains mainly: blue. Hex color #1E1C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E1C71 is #E1E38E. Grayscale: #252525. Windows color (decimal): -14803855 or 7412766. OLE color: 7412766.
HSL color Cylindrical-coordinate representation of color #1E1C71: hue angle of 241.41º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E1C71 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 28 | 113 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.56 |
| HSL | 241.41º | 0.6% | 0.28% | - |
| HSV(B) | 241.41º | 0.75% | 0.44% | - |
| XYZ | 3.93 | 2.3 | 15.86 | - |
| YUV | 38.29 | 170.16 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 28 | 113 | 0.73 | 0.75 | 0 | 0.56 | 241.41 | 0.6 | 0.28 |
| Hex | 1E | 1C | 71 | 49 | 4B | 0 | 38 | F1 | 3C | 1C |
| Octal | 36 | 34 | 161 | 111 | 113 | 0 | 70 | 361 | 74 | 34 |
| Binary | 11110 | 11100 | 1110001 | 1001001 | 1001011 | 0 | 111000 | 11110001 | 111100 | 11100 |
Color Harmonies of #1E1C71
Complementary color
Monochromatic Colors of #1E1C71
Black with #1E1C71
Text Example
Text Example
White with #1E1C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1C71; }
p { color: rgb(30,28,113); }
H1.HeaderClassName
{
color: #1E1C71;
}
.AnyTagClassName
{
color: #1E1C71;
}
</style>
background-color css
<style>
a { background-color: #1E1C71; }
a { background-color: rgb(30,28,113); }
div.DivClassName
{
background-color: #1E1C71;
}
.BgClassName
{
background-color: #1E1C71;
}
</style>
border-color css
<style>
span { border-color: #1E1C71; }
span { border-color: rgb(30,28,113); }
td.TdClassName
{
border-color: #1E1C71;
}
.TagClassName
{
border-color: #1E1C71;
}
</style>