Shades of Midnight Blue #1E1873
Tints of Midnight Blue #1E1873
RGB
CMYK
RGB Variations
Color information
#1E1873 (or 0x1E1873) is known color: Midnight Blue. HEX triplet: 1E, 18 and 73. RGB value is (30,24,115). Sum of RGB (Red+Green+Blue) = 30+24+115=169 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.75% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 115 (45.31% from 255 or 68.05% from 169); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E1873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1873 is #E1E78C. Grayscale: #232323. Windows color (decimal): -14804877 or 7542814. OLE color: 7542814.
HSL color Cylindrical-coordinate representation of color #1E1873: hue angle of 243.96º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E1873 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 24 | 115 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.55 |
| HSL | 243.96º | 0.65% | 0.27% | - |
| HSV(B) | 243.96º | 0.79% | 0.45% | - |
| XYZ | 3.96 | 2.17 | 16.43 | - |
| YUV | 36.17 | 172.49 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 115 | 0.74 | 0.79 | 0 | 0.55 | 243.96 | 0.65 | 0.27 |
| Hex | 1E | 18 | 73 | 4A | 4F | 0 | 37 | F4 | 41 | 1B |
| Octal | 36 | 30 | 163 | 112 | 117 | 0 | 67 | 364 | 101 | 33 |
| Binary | 11110 | 11000 | 1110011 | 1001010 | 1001111 | 0 | 110111 | 11110100 | 1000001 | 11011 |
Color Harmonies of #1E1873
Complementary color
Monochromatic Colors of #1E1873
Black with #1E1873
Text Example
Text Example
White with #1E1873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1873; }
p { color: rgb(30,24,115); }
H1.HeaderClassName
{
color: #1E1873;
}
.AnyTagClassName
{
color: #1E1873;
}
</style>
background-color css
<style>
a { background-color: #1E1873; }
a { background-color: rgb(30,24,115); }
div.DivClassName
{
background-color: #1E1873;
}
.BgClassName
{
background-color: #1E1873;
}
</style>
border-color css
<style>
span { border-color: #1E1873; }
span { border-color: rgb(30,24,115); }
td.TdClassName
{
border-color: #1E1873;
}
.TagClassName
{
border-color: #1E1873;
}
</style>