Shades of Midnight Blue #1E157C
Tints of Midnight Blue #1E157C
RGB
CMYK
RGB Variations
Color information
#1E157C (or 0x1E157C) is known color: Midnight Blue. HEX triplet: 1E, 15 and 7C. RGB value is (30,21,124). Sum of RGB (Red+Green+Blue) = 30+21+124=175 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.14% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 124 (48.83% from 255 or 70.86% from 175); Max value from RGB is 124 - color contains mainly: blue. Hex color #1E157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E157C is #E1EA83. Grayscale: #232323. Windows color (decimal): -14805636 or 8131870. OLE color: 8131870.
HSL color Cylindrical-coordinate representation of color #1E157C: hue angle of 245.24º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E157C is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 21 | 124 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.51 |
| HSL | 245.24º | 0.71% | 0.28% | - |
| HSV(B) | 245.24º | 0.83% | 0.49% | - |
| XYZ | 4.44 | 2.27 | 19.27 | - |
| YUV | 35.43 | 177.98 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 124 | 0.76 | 0.83 | 0 | 0.51 | 245.24 | 0.71 | 0.28 |
| Hex | 1E | 15 | 7C | 4C | 53 | 0 | 33 | F5 | 47 | 1C |
| Octal | 36 | 25 | 174 | 114 | 123 | 0 | 63 | 365 | 107 | 34 |
| Binary | 11110 | 10101 | 1111100 | 1001100 | 1010011 | 0 | 110011 | 11110101 | 1000111 | 11100 |
Color Harmonies of #1E157C
Complementary color
Monochromatic Colors of #1E157C
Black with #1E157C
Text Example
Text Example
White with #1E157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E157C; }
p { color: rgb(30,21,124); }
H1.HeaderClassName
{
color: #1E157C;
}
.AnyTagClassName
{
color: #1E157C;
}
</style>
background-color css
<style>
a { background-color: #1E157C; }
a { background-color: rgb(30,21,124); }
div.DivClassName
{
background-color: #1E157C;
}
.BgClassName
{
background-color: #1E157C;
}
</style>
border-color css
<style>
span { border-color: #1E157C; }
span { border-color: rgb(30,21,124); }
td.TdClassName
{
border-color: #1E157C;
}
.TagClassName
{
border-color: #1E157C;
}
</style>