Shades of Midnight Blue #1E2373
Tints of Midnight Blue #1E2373
RGB
CMYK
RGB Variations
Color information
#1E2373 (or 0x1E2373) is known color: Midnight Blue. HEX triplet: 1E, 23 and 73. RGB value is (30,35,115). Sum of RGB (Red+Green+Blue) = 30+35+115=180 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.67% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 115 (45.31% from 255 or 63.89% from 180); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E2373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2373 is #E1DC8C. Grayscale: #2A2A2A. Windows color (decimal): -14802061 or 7545630. OLE color: 7545630.
HSL color Cylindrical-coordinate representation of color #1E2373: hue angle of 236.47º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E2373 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 35 | 115 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.55 |
| HSL | 236.47º | 0.59% | 0.28% | - |
| HSV(B) | 236.47º | 0.74% | 0.45% | - |
| XYZ | 4.23 | 2.72 | 16.52 | - |
| YUV | 42.63 | 168.84 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 35 | 115 | 0.74 | 0.70 | 0 | 0.55 | 236.47 | 0.59 | 0.28 |
| Hex | 1E | 23 | 73 | 4A | 46 | 0 | 37 | EC | 3B | 1C |
| Octal | 36 | 43 | 163 | 112 | 106 | 0 | 67 | 354 | 73 | 34 |
| Binary | 11110 | 100011 | 1110011 | 1001010 | 1000110 | 0 | 110111 | 11101100 | 111011 | 11100 |
Color Harmonies of #1E2373
Complementary color
Monochromatic Colors of #1E2373
Black with #1E2373
Text Example
Text Example
White with #1E2373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2373; }
p { color: rgb(30,35,115); }
H1.HeaderClassName
{
color: #1E2373;
}
.AnyTagClassName
{
color: #1E2373;
}
</style>
background-color css
<style>
a { background-color: #1E2373; }
a { background-color: rgb(30,35,115); }
div.DivClassName
{
background-color: #1E2373;
}
.BgClassName
{
background-color: #1E2373;
}
</style>
border-color css
<style>
span { border-color: #1E2373; }
span { border-color: rgb(30,35,115); }
td.TdClassName
{
border-color: #1E2373;
}
.TagClassName
{
border-color: #1E2373;
}
</style>