Shades of Midnight Blue #1E126F
Tints of Midnight Blue #1E126F
RGB
CMYK
RGB Variations
Color information
#1E126F (or 0x1E126F) is known color: Midnight Blue. HEX triplet: 1E, 12 and 6F. RGB value is (30,18,111). Sum of RGB (Red+Green+Blue) = 30+18+111=159 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.87% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 111 (43.75% from 255 or 69.81% from 159); Max value from RGB is 111 - color contains mainly: blue. Hex color #1E126F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E126F is #E1ED90. Grayscale: #1F1F1F. Windows color (decimal): -14806417 or 7279134. OLE color: 7279134.
HSL color Cylindrical-coordinate representation of color #1E126F: hue angle of 247.74º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E126F is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 18 | 111 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.56 |
| HSL | 247.74º | 0.72% | 0.25% | - |
| HSV(B) | 247.74º | 0.84% | 0.44% | - |
| XYZ | 3.62 | 1.86 | 15.21 | - |
| YUV | 32.19 | 172.48 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 111 | 0.73 | 0.84 | 0 | 0.56 | 247.74 | 0.72 | 0.25 |
| Hex | 1E | 12 | 6F | 49 | 54 | 0 | 38 | F8 | 48 | 19 |
| Octal | 36 | 22 | 157 | 111 | 124 | 0 | 70 | 370 | 110 | 31 |
| Binary | 11110 | 10010 | 1101111 | 1001001 | 1010100 | 0 | 111000 | 11111000 | 1001000 | 11001 |
Color Harmonies of #1E126F
Complementary color
Monochromatic Colors of #1E126F
Black with #1E126F
Text Example
Text Example
White with #1E126F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E126F; }
p { color: rgb(30,18,111); }
H1.HeaderClassName
{
color: #1E126F;
}
.AnyTagClassName
{
color: #1E126F;
}
</style>
background-color css
<style>
a { background-color: #1E126F; }
a { background-color: rgb(30,18,111); }
div.DivClassName
{
background-color: #1E126F;
}
.BgClassName
{
background-color: #1E126F;
}
</style>
border-color css
<style>
span { border-color: #1E126F; }
span { border-color: rgb(30,18,111); }
td.TdClassName
{
border-color: #1E126F;
}
.TagClassName
{
border-color: #1E126F;
}
</style>