Shades of Midnight Blue #1E287F
Tints of Midnight Blue #1E287F
RGB
CMYK
RGB Variations
Color information
#1E287F (or 0x1E287F) is known color: Midnight Blue. HEX triplet: 1E, 28 and 7F. RGB value is (30,40,127). Sum of RGB (Red+Green+Blue) = 30+40+127=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 127 (50% from 255 or 64.47% from 197); Max value from RGB is 127 - color contains mainly: blue. Hex color #1E287F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E287F is #E1D780. Grayscale: #2E2E2E. Windows color (decimal): -14800769 or 8333342. OLE color: 8333342.
HSL color Cylindrical-coordinate representation of color #1E287F: hue angle of 233.81º 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 #1E287F is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 40 | 127 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.50 |
| HSL | 233.81º | 0.62% | 0.31% | - |
| HSV(B) | 233.81º | 0.76% | 0.5% | - |
| XYZ | 5.12 | 3.33 | 20.45 | - |
| YUV | 46.93 | 173.19 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 40 | 127 | 0.76 | 0.69 | 0 | 0.50 | 233.81 | 0.62 | 0.31 |
| Hex | 1E | 28 | 7F | 4C | 45 | 0 | 32 | EA | 3E | 1F |
| Octal | 36 | 50 | 177 | 114 | 105 | 0 | 62 | 352 | 76 | 37 |
| Binary | 11110 | 101000 | 1111111 | 1001100 | 1000101 | 0 | 110010 | 11101010 | 111110 | 11111 |
Color Harmonies of #1E287F
Complementary color
Monochromatic Colors of #1E287F
Black with #1E287F
Text Example
Text Example
White with #1E287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E287F; }
p { color: rgb(30,40,127); }
H1.HeaderClassName
{
color: #1E287F;
}
.AnyTagClassName
{
color: #1E287F;
}
</style>
background-color css
<style>
a { background-color: #1E287F; }
a { background-color: rgb(30,40,127); }
div.DivClassName
{
background-color: #1E287F;
}
.BgClassName
{
background-color: #1E287F;
}
</style>
border-color css
<style>
span { border-color: #1E287F; }
span { border-color: rgb(30,40,127); }
td.TdClassName
{
border-color: #1E287F;
}
.TagClassName
{
border-color: #1E287F;
}
</style>