Shades of Midnight Blue #1E2B7C
Tints of Midnight Blue #1E2B7C
RGB
CMYK
RGB Variations
Color information
#1E2B7C (or 0x1E2B7C) is known color: Midnight Blue. HEX triplet: 1E, 2B and 7C. RGB value is (30,43,124). Sum of RGB (Red+Green+Blue) = 30+43+124=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #1E2B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2B7C is #E1D483. Grayscale: #303030. Windows color (decimal): -14800004 or 8137502. OLE color: 8137502.
HSL color Cylindrical-coordinate representation of color #1E2B7C: hue angle of 231.7º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E2B7C is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 43 | 124 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.51 |
| HSL | 231.7º | 0.61% | 0.3% | - |
| HSV(B) | 231.7º | 0.76% | 0.49% | - |
| XYZ | 5.04 | 3.46 | 19.47 | - |
| YUV | 48.35 | 170.69 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 43 | 124 | 0.76 | 0.65 | 0 | 0.51 | 231.7 | 0.61 | 0.3 |
| Hex | 1E | 2B | 7C | 4C | 41 | 0 | 33 | E8 | 3D | 1E |
| Octal | 36 | 53 | 174 | 114 | 101 | 0 | 63 | 350 | 75 | 36 |
| Binary | 11110 | 101011 | 1111100 | 1001100 | 1000001 | 0 | 110011 | 11101000 | 111101 | 11110 |
Color Harmonies of #1E2B7C
Complementary color
Monochromatic Colors of #1E2B7C
Black with #1E2B7C
Text Example
Text Example
White with #1E2B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2B7C; }
p { color: rgb(30,43,124); }
H1.HeaderClassName
{
color: #1E2B7C;
}
.AnyTagClassName
{
color: #1E2B7C;
}
</style>
background-color css
<style>
a { background-color: #1E2B7C; }
a { background-color: rgb(30,43,124); }
div.DivClassName
{
background-color: #1E2B7C;
}
.BgClassName
{
background-color: #1E2B7C;
}
</style>
border-color css
<style>
span { border-color: #1E2B7C; }
span { border-color: rgb(30,43,124); }
td.TdClassName
{
border-color: #1E2B7C;
}
.TagClassName
{
border-color: #1E2B7C;
}
</style>