Shades of Midnight Blue #1E0F7C
Tints of Midnight Blue #1E0F7C
RGB
CMYK
RGB Variations
Color information
#1E0F7C (or 0x1E0F7C) is known color: Midnight Blue. HEX triplet: 1E, 0F and 7C. RGB value is (30,15,124). Sum of RGB (Red+Green+Blue) = 30+15+124=169 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.75% from 169); Green value is 15 (6.25% from 255 or 8.88% from 169); Blue value is 124 (48.83% from 255 or 73.37% from 169); Max value from RGB is 124 - color contains mainly: blue. Hex color #1E0F7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0F7C is #E1F083. Grayscale: #1F1F1F. Windows color (decimal): -14807172 or 8130334. OLE color: 8130334.
HSL color Cylindrical-coordinate representation of color #1E0F7C: hue angle of 248.26º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E0F7C is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 15 | 124 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.51 |
| HSL | 248.26º | 0.78% | 0.27% | - |
| HSV(B) | 248.26º | 0.88% | 0.49% | - |
| XYZ | 4.34 | 2.07 | 19.24 | - |
| YUV | 31.91 | 179.97 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 15 | 124 | 0.76 | 0.88 | 0 | 0.51 | 248.26 | 0.78 | 0.27 |
| Hex | 1E | F | 7C | 4C | 58 | 0 | 33 | F8 | 4E | 1B |
| Octal | 36 | 17 | 174 | 114 | 130 | 0 | 63 | 370 | 116 | 33 |
| Binary | 11110 | 1111 | 1111100 | 1001100 | 1011000 | 0 | 110011 | 11111000 | 1001110 | 11011 |
Color Harmonies of #1E0F7C
Complementary color
Monochromatic Colors of #1E0F7C
Black with #1E0F7C
Text Example
Text Example
White with #1E0F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0F7C; }
p { color: rgb(30,15,124); }
H1.HeaderClassName
{
color: #1E0F7C;
}
.AnyTagClassName
{
color: #1E0F7C;
}
</style>
background-color css
<style>
a { background-color: #1E0F7C; }
a { background-color: rgb(30,15,124); }
div.DivClassName
{
background-color: #1E0F7C;
}
.BgClassName
{
background-color: #1E0F7C;
}
</style>
border-color css
<style>
span { border-color: #1E0F7C; }
span { border-color: rgb(30,15,124); }
td.TdClassName
{
border-color: #1E0F7C;
}
.TagClassName
{
border-color: #1E0F7C;
}
</style>