Shades of Midnight Blue #1E2376
Tints of Midnight Blue #1E2376
RGB
CMYK
RGB Variations
Color information
#1E2376 (or 0x1E2376) is known color: Midnight Blue. HEX triplet: 1E, 23 and 76. RGB value is (30,35,118). Sum of RGB (Red+Green+Blue) = 30+35+118=183 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.39% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 118 (46.48% from 255 or 64.48% from 183); Max value from RGB is 118 - color contains mainly: blue. Hex color #1E2376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2376 is #E1DC89. Grayscale: #2A2A2A. Windows color (decimal): -14802058 or 7742238. OLE color: 7742238.
HSL color Cylindrical-coordinate representation of color #1E2376: hue angle of 236.59º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E2376 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 35 | 118 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.54 |
| HSL | 236.59º | 0.59% | 0.29% | - |
| HSV(B) | 236.59º | 0.75% | 0.46% | - |
| XYZ | 4.41 | 2.79 | 17.45 | - |
| YUV | 42.97 | 170.34 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 35 | 118 | 0.75 | 0.70 | 0 | 0.54 | 236.59 | 0.59 | 0.29 |
| Hex | 1E | 23 | 76 | 4B | 46 | 0 | 36 | ED | 3B | 1D |
| Octal | 36 | 43 | 166 | 113 | 106 | 0 | 66 | 355 | 73 | 35 |
| Binary | 11110 | 100011 | 1110110 | 1001011 | 1000110 | 0 | 110110 | 11101101 | 111011 | 11101 |
Color Harmonies of #1E2376
Complementary color
Monochromatic Colors of #1E2376
Black with #1E2376
Text Example
Text Example
White with #1E2376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2376; }
p { color: rgb(30,35,118); }
H1.HeaderClassName
{
color: #1E2376;
}
.AnyTagClassName
{
color: #1E2376;
}
</style>
background-color css
<style>
a { background-color: #1E2376; }
a { background-color: rgb(30,35,118); }
div.DivClassName
{
background-color: #1E2376;
}
.BgClassName
{
background-color: #1E2376;
}
</style>
border-color css
<style>
span { border-color: #1E2376; }
span { border-color: rgb(30,35,118); }
td.TdClassName
{
border-color: #1E2376;
}
.TagClassName
{
border-color: #1E2376;
}
</style>