Shades of Midnight Blue #1E127D
Tints of Midnight Blue #1E127D
RGB
CMYK
RGB Variations
Color information
#1E127D (or 0x1E127D) is known color: Midnight Blue. HEX triplet: 1E, 12 and 7D. RGB value is (30,18,125). Sum of RGB (Red+Green+Blue) = 30+18+125=173 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.34% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 125 (49.22% from 255 or 72.25% from 173); Max value from RGB is 125 - color contains mainly: blue. Hex color #1E127D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E127D is #E1ED82. Grayscale: #212121. Windows color (decimal): -14806403 or 8196638. OLE color: 8196638.
HSL color Cylindrical-coordinate representation of color #1E127D: hue angle of 246.73º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E127D is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 18 | 125 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.51 |
| HSL | 246.73º | 0.75% | 0.28% | - |
| HSV(B) | 246.73º | 0.86% | 0.49% | - |
| XYZ | 4.45 | 2.19 | 19.59 | - |
| YUV | 33.79 | 179.48 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 125 | 0.76 | 0.86 | 0 | 0.51 | 246.73 | 0.75 | 0.28 |
| Hex | 1E | 12 | 7D | 4C | 56 | 0 | 33 | F7 | 4B | 1C |
| Octal | 36 | 22 | 175 | 114 | 126 | 0 | 63 | 367 | 113 | 34 |
| Binary | 11110 | 10010 | 1111101 | 1001100 | 1010110 | 0 | 110011 | 11110111 | 1001011 | 11100 |
Color Harmonies of #1E127D
Complementary color
Monochromatic Colors of #1E127D
Black with #1E127D
Text Example
Text Example
White with #1E127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E127D; }
p { color: rgb(30,18,125); }
H1.HeaderClassName
{
color: #1E127D;
}
.AnyTagClassName
{
color: #1E127D;
}
</style>
background-color css
<style>
a { background-color: #1E127D; }
a { background-color: rgb(30,18,125); }
div.DivClassName
{
background-color: #1E127D;
}
.BgClassName
{
background-color: #1E127D;
}
</style>
border-color css
<style>
span { border-color: #1E127D; }
span { border-color: rgb(30,18,125); }
td.TdClassName
{
border-color: #1E127D;
}
.TagClassName
{
border-color: #1E127D;
}
</style>