Shades of Midnight Blue #1E197C
Tints of Midnight Blue #1E197C
RGB
CMYK
RGB Variations
Color information
#1E197C (or 0x1E197C) is known color: Midnight Blue. HEX triplet: 1E, 19 and 7C. RGB value is (30,25,124). Sum of RGB (Red+Green+Blue) = 30+25+124=179 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.76% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 124 (48.83% from 255 or 69.27% from 179); Max value from RGB is 124 - color contains mainly: blue. Hex color #1E197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E197C is #E1E683. Grayscale: #252525. Windows color (decimal): -14804612 or 8132894. OLE color: 8132894.
HSL color Cylindrical-coordinate representation of color #1E197C: hue angle of 243.03º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E197C is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 25 | 124 | - |
| CMYK | 0.76 | 0.80 | 0 | 0.51 |
| HSL | 243.03º | 0.66% | 0.29% | - |
| HSV(B) | 243.03º | 0.8% | 0.49% | - |
| XYZ | 4.52 | 2.43 | 19.3 | - |
| YUV | 37.78 | 176.66 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 124 | 0.76 | 0.80 | 0 | 0.51 | 243.03 | 0.66 | 0.29 |
| Hex | 1E | 19 | 7C | 4C | 50 | 0 | 33 | F3 | 42 | 1D |
| Octal | 36 | 31 | 174 | 114 | 120 | 0 | 63 | 363 | 102 | 35 |
| Binary | 11110 | 11001 | 1111100 | 1001100 | 1010000 | 0 | 110011 | 11110011 | 1000010 | 11101 |
Color Harmonies of #1E197C
Complementary color
Monochromatic Colors of #1E197C
Black with #1E197C
Text Example
Text Example
White with #1E197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E197C; }
p { color: rgb(30,25,124); }
H1.HeaderClassName
{
color: #1E197C;
}
.AnyTagClassName
{
color: #1E197C;
}
</style>
background-color css
<style>
a { background-color: #1E197C; }
a { background-color: rgb(30,25,124); }
div.DivClassName
{
background-color: #1E197C;
}
.BgClassName
{
background-color: #1E197C;
}
</style>
border-color css
<style>
span { border-color: #1E197C; }
span { border-color: rgb(30,25,124); }
td.TdClassName
{
border-color: #1E197C;
}
.TagClassName
{
border-color: #1E197C;
}
</style>