Shades of Midnight Blue #1E2B71
Tints of Midnight Blue #1E2B71
RGB
CMYK
RGB Variations
Color information
#1E2B71 (or 0x1E2B71) is known color: Midnight Blue. HEX triplet: 1E, 2B and 71. RGB value is (30,43,113). Sum of RGB (Red+Green+Blue) = 30+43+113=186 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.13% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #1E2B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2B71 is #E1D48E. Grayscale: #2E2E2E. Windows color (decimal): -14800015 or 7416606. OLE color: 7416606.
HSL color Cylindrical-coordinate representation of color #1E2B71: hue angle of 230.6º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E2B71 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 43 | 113 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.56 |
| HSL | 230.6º | 0.58% | 0.28% | - |
| HSV(B) | 230.6º | 0.73% | 0.44% | - |
| XYZ | 4.38 | 3.2 | 16.01 | - |
| YUV | 47.09 | 165.19 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 43 | 113 | 0.73 | 0.62 | 0 | 0.56 | 230.6 | 0.58 | 0.28 |
| Hex | 1E | 2B | 71 | 49 | 3E | 0 | 38 | E7 | 3A | 1C |
| Octal | 36 | 53 | 161 | 111 | 76 | 0 | 70 | 347 | 72 | 34 |
| Binary | 11110 | 101011 | 1110001 | 1001001 | 111110 | 0 | 111000 | 11100111 | 111010 | 11100 |
Color Harmonies of #1E2B71
Complementary color
Monochromatic Colors of #1E2B71
Black with #1E2B71
Text Example
Text Example
White with #1E2B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2B71; }
p { color: rgb(30,43,113); }
H1.HeaderClassName
{
color: #1E2B71;
}
.AnyTagClassName
{
color: #1E2B71;
}
</style>
background-color css
<style>
a { background-color: #1E2B71; }
a { background-color: rgb(30,43,113); }
div.DivClassName
{
background-color: #1E2B71;
}
.BgClassName
{
background-color: #1E2B71;
}
</style>
border-color css
<style>
span { border-color: #1E2B71; }
span { border-color: rgb(30,43,113); }
td.TdClassName
{
border-color: #1E2B71;
}
.TagClassName
{
border-color: #1E2B71;
}
</style>