Shades of Midnight Blue #1E137F
Tints of Midnight Blue #1E137F
RGB
CMYK
RGB Variations
Color information
#1E137F (or 0x1E137F) is known color: Midnight Blue. HEX triplet: 1E, 13 and 7F. RGB value is (30,19,127). Sum of RGB (Red+Green+Blue) = 30+19+127=176 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.05% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 127 (50% from 255 or 72.16% from 176); Max value from RGB is 127 - color contains mainly: blue. Hex color #1E137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E137F is #E1EC80. Grayscale: #222222. Windows color (decimal): -14806145 or 8327966. OLE color: 8327966.
HSL color Cylindrical-coordinate representation of color #1E137F: hue angle of 246.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E137F is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 19 | 127 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.50 |
| HSL | 246.11º | 0.74% | 0.29% | - |
| HSV(B) | 246.11º | 0.85% | 0.5% | - |
| XYZ | 4.6 | 2.27 | 20.28 | - |
| YUV | 34.6 | 180.14 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 127 | 0.76 | 0.85 | 0 | 0.50 | 246.11 | 0.74 | 0.29 |
| Hex | 1E | 13 | 7F | 4C | 55 | 0 | 32 | F6 | 4A | 1D |
| Octal | 36 | 23 | 177 | 114 | 125 | 0 | 62 | 366 | 112 | 35 |
| Binary | 11110 | 10011 | 1111111 | 1001100 | 1010101 | 0 | 110010 | 11110110 | 1001010 | 11101 |
Color Harmonies of #1E137F
Complementary color
Monochromatic Colors of #1E137F
Black with #1E137F
Text Example
Text Example
White with #1E137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E137F; }
p { color: rgb(30,19,127); }
H1.HeaderClassName
{
color: #1E137F;
}
.AnyTagClassName
{
color: #1E137F;
}
</style>
background-color css
<style>
a { background-color: #1E137F; }
a { background-color: rgb(30,19,127); }
div.DivClassName
{
background-color: #1E137F;
}
.BgClassName
{
background-color: #1E137F;
}
</style>
border-color css
<style>
span { border-color: #1E137F; }
span { border-color: rgb(30,19,127); }
td.TdClassName
{
border-color: #1E137F;
}
.TagClassName
{
border-color: #1E137F;
}
</style>