Shades of Midnight Blue #1E127B
Tints of Midnight Blue #1E127B
RGB
CMYK
RGB Variations
Color information
#1E127B (or 0x1E127B) is known color: Midnight Blue. HEX triplet: 1E, 12 and 7B. RGB value is (30,18,123). Sum of RGB (Red+Green+Blue) = 30+18+123=171 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.54% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 123 (48.44% from 255 or 71.93% from 171); Max value from RGB is 123 - color contains mainly: blue. Hex color #1E127B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E127B is #E1ED84. Grayscale: #212121. Windows color (decimal): -14806405 or 8065566. OLE color: 8065566.
HSL color Cylindrical-coordinate representation of color #1E127B: hue angle of 246.86º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E127B is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 30 | 18 | 123 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.52 |
| HSL | 246.86º | 0.74% | 0.28% | - |
| HSV(B) | 246.86º | 0.85% | 0.48% | - |
| XYZ | 4.33 | 2.14 | 18.92 | - |
| YUV | 33.56 | 178.48 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 123 | 0.76 | 0.85 | 0 | 0.52 | 246.86 | 0.74 | 0.28 |
| Hex | 1E | 12 | 7B | 4C | 55 | 0 | 34 | F7 | 4A | 1C |
| Octal | 36 | 22 | 173 | 114 | 125 | 0 | 64 | 367 | 112 | 34 |
| Binary | 11110 | 10010 | 1111011 | 1001100 | 1010101 | 0 | 110100 | 11110111 | 1001010 | 11100 |
Color Harmonies of #1E127B
Complementary color
Monochromatic Colors of #1E127B
Black with #1E127B
Text Example
Text Example
White with #1E127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E127B; }
p { color: rgb(30,18,123); }
H1.HeaderClassName
{
color: #1E127B;
}
.AnyTagClassName
{
color: #1E127B;
}
</style>
background-color css
<style>
a { background-color: #1E127B; }
a { background-color: rgb(30,18,123); }
div.DivClassName
{
background-color: #1E127B;
}
.BgClassName
{
background-color: #1E127B;
}
</style>
border-color css
<style>
span { border-color: #1E127B; }
span { border-color: rgb(30,18,123); }
td.TdClassName
{
border-color: #1E127B;
}
.TagClassName
{
border-color: #1E127B;
}
</style>