Shades of Midnight Blue #1E1C73
Tints of Midnight Blue #1E1C73
RGB
CMYK
RGB Variations
Color information
#1E1C73 (or 0x1E1C73) is known color: Midnight Blue. HEX triplet: 1E, 1C and 73. RGB value is (30,28,115). Sum of RGB (Red+Green+Blue) = 30+28+115=173 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.34% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 115 (45.31% from 255 or 66.47% from 173); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E1C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E1C73 is #E1E38C. Grayscale: #262626. Windows color (decimal): -14803853 or 7543838. OLE color: 7543838.
HSL color Cylindrical-coordinate representation of color #1E1C73: hue angle of 241.38º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E1C73 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 28 | 115 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.55 |
| HSL | 241.38º | 0.61% | 0.28% | - |
| HSV(B) | 241.38º | 0.76% | 0.45% | - |
| XYZ | 4.05 | 2.34 | 16.46 | - |
| YUV | 38.52 | 171.16 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 28 | 115 | 0.74 | 0.76 | 0 | 0.55 | 241.38 | 0.61 | 0.28 |
| Hex | 1E | 1C | 73 | 4A | 4C | 0 | 37 | F1 | 3D | 1C |
| Octal | 36 | 34 | 163 | 112 | 114 | 0 | 67 | 361 | 75 | 34 |
| Binary | 11110 | 11100 | 1110011 | 1001010 | 1001100 | 0 | 110111 | 11110001 | 111101 | 11100 |
Color Harmonies of #1E1C73
Complementary color
Monochromatic Colors of #1E1C73
Black with #1E1C73
Text Example
Text Example
White with #1E1C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1C73; }
p { color: rgb(30,28,115); }
H1.HeaderClassName
{
color: #1E1C73;
}
.AnyTagClassName
{
color: #1E1C73;
}
</style>
background-color css
<style>
a { background-color: #1E1C73; }
a { background-color: rgb(30,28,115); }
div.DivClassName
{
background-color: #1E1C73;
}
.BgClassName
{
background-color: #1E1C73;
}
</style>
border-color css
<style>
span { border-color: #1E1C73; }
span { border-color: rgb(30,28,115); }
td.TdClassName
{
border-color: #1E1C73;
}
.TagClassName
{
border-color: #1E1C73;
}
</style>