Shades of Midnight Blue #1E196F
Tints of Midnight Blue #1E196F
RGB
CMYK
RGB Variations
Color information
#1E196F (or 0x1E196F) is known color: Midnight Blue. HEX triplet: 1E, 19 and 6F. RGB value is (30,25,111). Sum of RGB (Red+Green+Blue) = 30+25+111=166 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.07% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 111 (43.75% from 255 or 66.87% from 166); Max value from RGB is 111 - color contains mainly: blue. Hex color #1E196F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E196F is #E1E690. Grayscale: #232323. Windows color (decimal): -14804625 or 7280926. OLE color: 7280926.
HSL color Cylindrical-coordinate representation of color #1E196F: hue angle of 243.49º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E196F is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 25 | 111 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.56 |
| HSL | 243.49º | 0.63% | 0.27% | - |
| HSV(B) | 243.49º | 0.77% | 0.44% | - |
| XYZ | 3.75 | 2.12 | 15.25 | - |
| YUV | 36.3 | 170.16 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 111 | 0.73 | 0.77 | 0 | 0.56 | 243.49 | 0.63 | 0.27 |
| Hex | 1E | 19 | 6F | 49 | 4D | 0 | 38 | F3 | 3F | 1B |
| Octal | 36 | 31 | 157 | 111 | 115 | 0 | 70 | 363 | 77 | 33 |
| Binary | 11110 | 11001 | 1101111 | 1001001 | 1001101 | 0 | 111000 | 11110011 | 111111 | 11011 |
Color Harmonies of #1E196F
Complementary color
Monochromatic Colors of #1E196F
Black with #1E196F
Text Example
Text Example
White with #1E196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E196F; }
p { color: rgb(30,25,111); }
H1.HeaderClassName
{
color: #1E196F;
}
.AnyTagClassName
{
color: #1E196F;
}
</style>
background-color css
<style>
a { background-color: #1E196F; }
a { background-color: rgb(30,25,111); }
div.DivClassName
{
background-color: #1E196F;
}
.BgClassName
{
background-color: #1E196F;
}
</style>
border-color css
<style>
span { border-color: #1E196F; }
span { border-color: rgb(30,25,111); }
td.TdClassName
{
border-color: #1E196F;
}
.TagClassName
{
border-color: #1E196F;
}
</style>