Shades of Midnight Blue #1E2B7F
Tints of Midnight Blue #1E2B7F
RGB
CMYK
RGB Variations
Color information
#1E2B7F (or 0x1E2B7F) is known color: Midnight Blue. HEX triplet: 1E, 2B and 7F. RGB value is (30,43,127). Sum of RGB (Red+Green+Blue) = 30+43+127=200 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 127 (50% from 255 or 63.5% from 200); Max value from RGB is 127 - color contains mainly: blue. Hex color #1E2B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2B7F is #E1D480. Grayscale: #303030. Windows color (decimal): -14800001 or 8334110. OLE color: 8334110.
HSL color Cylindrical-coordinate representation of color #1E2B7F: hue angle of 231.96º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E2B7F is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 43 | 127 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.50 |
| HSL | 231.96º | 0.62% | 0.31% | - |
| HSV(B) | 231.96º | 0.76% | 0.5% | - |
| XYZ | 5.23 | 3.54 | 20.49 | - |
| YUV | 48.69 | 172.19 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 43 | 127 | 0.76 | 0.66 | 0 | 0.50 | 231.96 | 0.62 | 0.31 |
| Hex | 1E | 2B | 7F | 4C | 42 | 0 | 32 | E8 | 3E | 1F |
| Octal | 36 | 53 | 177 | 114 | 102 | 0 | 62 | 350 | 76 | 37 |
| Binary | 11110 | 101011 | 1111111 | 1001100 | 1000010 | 0 | 110010 | 11101000 | 111110 | 11111 |
Color Harmonies of #1E2B7F
Complementary color
Monochromatic Colors of #1E2B7F
Black with #1E2B7F
Text Example
Text Example
White with #1E2B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2B7F; }
p { color: rgb(30,43,127); }
H1.HeaderClassName
{
color: #1E2B7F;
}
.AnyTagClassName
{
color: #1E2B7F;
}
</style>
background-color css
<style>
a { background-color: #1E2B7F; }
a { background-color: rgb(30,43,127); }
div.DivClassName
{
background-color: #1E2B7F;
}
.BgClassName
{
background-color: #1E2B7F;
}
</style>
border-color css
<style>
span { border-color: #1E2B7F; }
span { border-color: rgb(30,43,127); }
td.TdClassName
{
border-color: #1E2B7F;
}
.TagClassName
{
border-color: #1E2B7F;
}
</style>