Shades of Midnight Blue #1E2182
Tints of Midnight Blue #1E2182
RGB
CMYK
RGB Variations
Color information
#1E2182 (or 0x1E2182) is known color: Midnight Blue. HEX triplet: 1E, 21 and 82. RGB value is (30,33,130). Sum of RGB (Red+Green+Blue) = 30+33+130=193 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.54% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 130 (51.17% from 255 or 67.36% from 193); Max value from RGB is 130 - color contains mainly: blue. Hex color #1E2182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2182 is #E1DE7D. Grayscale: #2A2A2A. Windows color (decimal): -14802558 or 8528158. OLE color: 8528158.
HSL color Cylindrical-coordinate representation of color #1E2182: hue angle of 238.2º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E2182 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 33 | 130 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.49 |
| HSL | 238.2º | 0.63% | 0.31% | - |
| HSV(B) | 238.2º | 0.77% | 0.51% | - |
| XYZ | 5.11 | 2.98 | 21.42 | - |
| YUV | 43.16 | 177.01 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 33 | 130 | 0.77 | 0.75 | 0 | 0.49 | 238.2 | 0.63 | 0.31 |
| Hex | 1E | 21 | 82 | 4D | 4B | 0 | 31 | EE | 3E | 1F |
| Octal | 36 | 41 | 202 | 115 | 113 | 0 | 61 | 356 | 76 | 37 |
| Binary | 11110 | 100001 | 10000010 | 1001101 | 1001011 | 0 | 110001 | 11101110 | 111110 | 11111 |
Color Harmonies of #1E2182
Complementary color
Monochromatic Colors of #1E2182
Black with #1E2182
Text Example
Text Example
White with #1E2182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2182; }
p { color: rgb(30,33,130); }
H1.HeaderClassName
{
color: #1E2182;
}
.AnyTagClassName
{
color: #1E2182;
}
</style>
background-color css
<style>
a { background-color: #1E2182; }
a { background-color: rgb(30,33,130); }
div.DivClassName
{
background-color: #1E2182;
}
.BgClassName
{
background-color: #1E2182;
}
</style>
border-color css
<style>
span { border-color: #1E2182; }
span { border-color: rgb(30,33,130); }
td.TdClassName
{
border-color: #1E2182;
}
.TagClassName
{
border-color: #1E2182;
}
</style>