Shades of Midnight Blue #1E197E
Tints of Midnight Blue #1E197E
RGB
CMYK
RGB Variations
Color information
#1E197E (or 0x1E197E) is known color: Midnight Blue. HEX triplet: 1E, 19 and 7E. RGB value is (30,25,126). Sum of RGB (Red+Green+Blue) = 30+25+126=181 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.57% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 126 (49.61% from 255 or 69.61% from 181); Max value from RGB is 126 - color contains mainly: blue. Hex color #1E197E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E197E is #E1E681. Grayscale: #252525. Windows color (decimal): -14804610 or 8263966. OLE color: 8263966.
HSL color Cylindrical-coordinate representation of color #1E197E: hue angle of 242.97º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E197E is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 25 | 126 | - |
| CMYK | 0.76 | 0.80 | 0 | 0.51 |
| HSL | 242.97º | 0.67% | 0.3% | - |
| HSV(B) | 242.97º | 0.8% | 0.49% | - |
| XYZ | 4.65 | 2.48 | 19.97 | - |
| YUV | 38.01 | 177.66 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 126 | 0.76 | 0.80 | 0 | 0.51 | 242.97 | 0.67 | 0.3 |
| Hex | 1E | 19 | 7E | 4C | 50 | 0 | 33 | F3 | 43 | 1E |
| Octal | 36 | 31 | 176 | 114 | 120 | 0 | 63 | 363 | 103 | 36 |
| Binary | 11110 | 11001 | 1111110 | 1001100 | 1010000 | 0 | 110011 | 11110011 | 1000011 | 11110 |
Color Harmonies of #1E197E
Complementary color
Monochromatic Colors of #1E197E
Black with #1E197E
Text Example
Text Example
White with #1E197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E197E; }
p { color: rgb(30,25,126); }
H1.HeaderClassName
{
color: #1E197E;
}
.AnyTagClassName
{
color: #1E197E;
}
</style>
background-color css
<style>
a { background-color: #1E197E; }
a { background-color: rgb(30,25,126); }
div.DivClassName
{
background-color: #1E197E;
}
.BgClassName
{
background-color: #1E197E;
}
</style>
border-color css
<style>
span { border-color: #1E197E; }
span { border-color: rgb(30,25,126); }
td.TdClassName
{
border-color: #1E197E;
}
.TagClassName
{
border-color: #1E197E;
}
</style>