Shades of Midnight Blue #1E136D
Tints of Midnight Blue #1E136D
RGB
CMYK
RGB Variations
Color information
#1E136D (or 0x1E136D) is known color: Midnight Blue. HEX triplet: 1E, 13 and 6D. RGB value is (30,19,109). Sum of RGB (Red+Green+Blue) = 30+19+109=158 (20% of max value = 765). Red value is 30 (12.11% from 255 or 18.99% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 109 (42.97% from 255 or 68.99% from 158); Max value from RGB is 109 - color contains mainly: blue. Hex color #1E136D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E136D is #E1EC92. Grayscale: #202020. Windows color (decimal): -14806163 or 7148318. OLE color: 7148318.
HSL color Cylindrical-coordinate representation of color #1E136D: hue angle of 247.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E136D is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 19 | 109 | - |
| CMYK | 0.72 | 0.83 | 0 | 0.57 |
| HSL | 247.33º | 0.7% | 0.25% | - |
| HSV(B) | 247.33º | 0.83% | 0.43% | - |
| XYZ | 3.53 | 1.85 | 14.64 | - |
| YUV | 32.55 | 171.14 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 109 | 0.72 | 0.83 | 0 | 0.57 | 247.33 | 0.7 | 0.25 |
| Hex | 1E | 13 | 6D | 48 | 53 | 0 | 39 | F7 | 46 | 19 |
| Octal | 36 | 23 | 155 | 110 | 123 | 0 | 71 | 367 | 106 | 31 |
| Binary | 11110 | 10011 | 1101101 | 1001000 | 1010011 | 0 | 111001 | 11110111 | 1000110 | 11001 |
Color Harmonies of #1E136D
Complementary color
Monochromatic Colors of #1E136D
Black with #1E136D
Text Example
Text Example
White with #1E136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E136D; }
p { color: rgb(30,19,109); }
H1.HeaderClassName
{
color: #1E136D;
}
.AnyTagClassName
{
color: #1E136D;
}
</style>
background-color css
<style>
a { background-color: #1E136D; }
a { background-color: rgb(30,19,109); }
div.DivClassName
{
background-color: #1E136D;
}
.BgClassName
{
background-color: #1E136D;
}
</style>
border-color css
<style>
span { border-color: #1E136D; }
span { border-color: rgb(30,19,109); }
td.TdClassName
{
border-color: #1E136D;
}
.TagClassName
{
border-color: #1E136D;
}
</style>