Shades of Midnight Blue #1E127C
Tints of Midnight Blue #1E127C
RGB
CMYK
RGB Variations
Color information
#1E127C (or 0x1E127C) is known color: Midnight Blue. HEX triplet: 1E, 12 and 7C. RGB value is (30,18,124). Sum of RGB (Red+Green+Blue) = 30+18+124=172 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.44% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 124 (48.83% from 255 or 72.09% from 172); Max value from RGB is 124 - color contains mainly: blue. Hex color #1E127C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E127C is #E1ED83. Grayscale: #212121. Windows color (decimal): -14806404 or 8131102. OLE color: 8131102.
HSL color Cylindrical-coordinate representation of color #1E127C: hue angle of 246.79º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E127C is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 18 | 124 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.51 |
| HSL | 246.79º | 0.75% | 0.28% | - |
| HSV(B) | 246.79º | 0.85% | 0.49% | - |
| XYZ | 4.39 | 2.16 | 19.26 | - |
| YUV | 33.67 | 178.98 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 124 | 0.76 | 0.85 | 0 | 0.51 | 246.79 | 0.75 | 0.28 |
| Hex | 1E | 12 | 7C | 4C | 55 | 0 | 33 | F7 | 4B | 1C |
| Octal | 36 | 22 | 174 | 114 | 125 | 0 | 63 | 367 | 113 | 34 |
| Binary | 11110 | 10010 | 1111100 | 1001100 | 1010101 | 0 | 110011 | 11110111 | 1001011 | 11100 |
Color Harmonies of #1E127C
Complementary color
Monochromatic Colors of #1E127C
Black with #1E127C
Text Example
Text Example
White with #1E127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E127C; }
p { color: rgb(30,18,124); }
H1.HeaderClassName
{
color: #1E127C;
}
.AnyTagClassName
{
color: #1E127C;
}
</style>
background-color css
<style>
a { background-color: #1E127C; }
a { background-color: rgb(30,18,124); }
div.DivClassName
{
background-color: #1E127C;
}
.BgClassName
{
background-color: #1E127C;
}
</style>
border-color css
<style>
span { border-color: #1E127C; }
span { border-color: rgb(30,18,124); }
td.TdClassName
{
border-color: #1E127C;
}
.TagClassName
{
border-color: #1E127C;
}
</style>