Shades of Midnight Blue #1E0F6E
Tints of Midnight Blue #1E0F6E
RGB
CMYK
RGB Variations
Color information
#1E0F6E (or 0x1E0F6E) is known color: Midnight Blue. HEX triplet: 1E, 0F and 6E. RGB value is (30,15,110). Sum of RGB (Red+Green+Blue) = 30+15+110=155 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.35% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 110 (43.36% from 255 or 70.97% from 155); Max value from RGB is 110 - color contains mainly: blue. Hex color #1E0F6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0F6E is #E1F091. Grayscale: #1D1D1D. Windows color (decimal): -14807186 or 7212830. OLE color: 7212830.
HSL color Cylindrical-coordinate representation of color #1E0F6E: hue angle of 249.47º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E0F6E is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 15 | 110 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.57 |
| HSL | 249.47º | 0.76% | 0.25% | - |
| HSV(B) | 249.47º | 0.86% | 0.43% | - |
| XYZ | 3.52 | 1.74 | 14.9 | - |
| YUV | 30.32 | 172.97 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 15 | 110 | 0.73 | 0.86 | 0 | 0.57 | 249.47 | 0.76 | 0.25 |
| Hex | 1E | F | 6E | 49 | 56 | 0 | 39 | F9 | 4C | 19 |
| Octal | 36 | 17 | 156 | 111 | 126 | 0 | 71 | 371 | 114 | 31 |
| Binary | 11110 | 1111 | 1101110 | 1001001 | 1010110 | 0 | 111001 | 11111001 | 1001100 | 11001 |
Color Harmonies of #1E0F6E
Complementary color
Monochromatic Colors of #1E0F6E
Black with #1E0F6E
Text Example
Text Example
White with #1E0F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0F6E; }
p { color: rgb(30,15,110); }
H1.HeaderClassName
{
color: #1E0F6E;
}
.AnyTagClassName
{
color: #1E0F6E;
}
</style>
background-color css
<style>
a { background-color: #1E0F6E; }
a { background-color: rgb(30,15,110); }
div.DivClassName
{
background-color: #1E0F6E;
}
.BgClassName
{
background-color: #1E0F6E;
}
</style>
border-color css
<style>
span { border-color: #1E0F6E; }
span { border-color: rgb(30,15,110); }
td.TdClassName
{
border-color: #1E0F6E;
}
.TagClassName
{
border-color: #1E0F6E;
}
</style>