Shades of Midnight Blue #1E127A
Tints of Midnight Blue #1E127A
RGB
CMYK
RGB Variations
Color information
#1E127A (or 0x1E127A) is known color: Midnight Blue. HEX triplet: 1E, 12 and 7A. RGB value is (30,18,122). Sum of RGB (Red+Green+Blue) = 30+18+122=170 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.65% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 122 (48.05% from 255 or 71.76% from 170); Max value from RGB is 122 - color contains mainly: blue. Hex color #1E127A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E127A is #E1ED85. Grayscale: #212121. Windows color (decimal): -14806406 or 8000030. OLE color: 8000030.
HSL color Cylindrical-coordinate representation of color #1E127A: hue angle of 246.92º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E127A is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 30 | 18 | 122 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.52 |
| HSL | 246.92º | 0.74% | 0.27% | - |
| HSV(B) | 246.92º | 0.85% | 0.48% | - |
| XYZ | 4.26 | 2.11 | 18.6 | - |
| YUV | 33.44 | 177.98 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 122 | 0.75 | 0.85 | 0 | 0.52 | 246.92 | 0.74 | 0.27 |
| Hex | 1E | 12 | 7A | 4B | 55 | 0 | 34 | F7 | 4A | 1B |
| Octal | 36 | 22 | 172 | 113 | 125 | 0 | 64 | 367 | 112 | 33 |
| Binary | 11110 | 10010 | 1111010 | 1001011 | 1010101 | 0 | 110100 | 11110111 | 1001010 | 11011 |
Color Harmonies of #1E127A
Complementary color
Monochromatic Colors of #1E127A
Black with #1E127A
Text Example
Text Example
White with #1E127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E127A; }
p { color: rgb(30,18,122); }
H1.HeaderClassName
{
color: #1E127A;
}
.AnyTagClassName
{
color: #1E127A;
}
</style>
background-color css
<style>
a { background-color: #1E127A; }
a { background-color: rgb(30,18,122); }
div.DivClassName
{
background-color: #1E127A;
}
.BgClassName
{
background-color: #1E127A;
}
</style>
border-color css
<style>
span { border-color: #1E127A; }
span { border-color: rgb(30,18,122); }
td.TdClassName
{
border-color: #1E127A;
}
.TagClassName
{
border-color: #1E127A;
}
</style>