Shades of Midnight Blue #1E1C82
Tints of Midnight Blue #1E1C82
RGB
CMYK
RGB Variations
Color information
#1E1C82 (or 0x1E1C82) is known color: Midnight Blue. HEX triplet: 1E, 1C and 82. RGB value is (30,28,130). Sum of RGB (Red+Green+Blue) = 30+28+130=188 (24% of max value = 765). Red value is 30 (12.11% from 255 or 15.96% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 130 (51.17% from 255 or 69.15% from 188); Max value from RGB is 130 - color contains mainly: blue. Hex color #1E1C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1C82 is #E1E37D. Grayscale: #272727. Windows color (decimal): -14803838 or 8526878. OLE color: 8526878.
HSL color Cylindrical-coordinate representation of color #1E1C82: hue angle of 241.18º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E1C82 is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 28 | 130 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.49 |
| HSL | 241.18º | 0.65% | 0.31% | - |
| HSV(B) | 241.18º | 0.78% | 0.51% | - |
| XYZ | 4.98 | 2.72 | 21.38 | - |
| YUV | 40.23 | 178.66 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 28 | 130 | 0.77 | 0.78 | 0 | 0.49 | 241.18 | 0.65 | 0.31 |
| Hex | 1E | 1C | 82 | 4D | 4E | 0 | 31 | F1 | 41 | 1F |
| Octal | 36 | 34 | 202 | 115 | 116 | 0 | 61 | 361 | 101 | 37 |
| Binary | 11110 | 11100 | 10000010 | 1001101 | 1001110 | 0 | 110001 | 11110001 | 1000001 | 11111 |
Color Harmonies of #1E1C82
Complementary color
Monochromatic Colors of #1E1C82
Black with #1E1C82
Text Example
Text Example
White with #1E1C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1C82; }
p { color: rgb(30,28,130); }
H1.HeaderClassName
{
color: #1E1C82;
}
.AnyTagClassName
{
color: #1E1C82;
}
</style>
background-color css
<style>
a { background-color: #1E1C82; }
a { background-color: rgb(30,28,130); }
div.DivClassName
{
background-color: #1E1C82;
}
.BgClassName
{
background-color: #1E1C82;
}
</style>
border-color css
<style>
span { border-color: #1E1C82; }
span { border-color: rgb(30,28,130); }
td.TdClassName
{
border-color: #1E1C82;
}
.TagClassName
{
border-color: #1E1C82;
}
</style>