Shades of Midnight Blue #1E0B65
Tints of Midnight Blue #1E0B65
RGB
CMYK
RGB Variations
Color information
#1E0B65 (or 0x1E0B65) is known color: Midnight Blue. HEX triplet: 1E, 0B and 65. RGB value is (30,11,101). Sum of RGB (Red+Green+Blue) = 30+11+101=142 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.13% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 101 (39.84% from 255 or 71.13% from 142); Max value from RGB is 101 - color contains mainly: blue. Hex color #1E0B65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0B65 is #E1F49A. Grayscale: #1A1A1A. Windows color (decimal): -14808219 or 6621982. OLE color: 6621982.
HSL color Cylindrical-coordinate representation of color #1E0B65: hue angle of 252.67º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E0B65 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 11 | 101 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.60 |
| HSL | 252.67º | 0.8% | 0.22% | - |
| HSV(B) | 252.67º | 0.89% | 0.4% | - |
| XYZ | 3 | 1.45 | 12.43 | - |
| YUV | 26.94 | 169.79 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 101 | 0.70 | 0.89 | 0 | 0.60 | 252.67 | 0.8 | 0.22 |
| Hex | 1E | B | 65 | 46 | 59 | 0 | 3C | FD | 50 | 16 |
| Octal | 36 | 13 | 145 | 106 | 131 | 0 | 74 | 375 | 120 | 26 |
| Binary | 11110 | 1011 | 1100101 | 1000110 | 1011001 | 0 | 111100 | 11111101 | 1010000 | 10110 |
Color Harmonies of #1E0B65
Complementary color
Monochromatic Colors of #1E0B65
Black with #1E0B65
Text Example
Text Example
White with #1E0B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0B65; }
p { color: rgb(30,11,101); }
H1.HeaderClassName
{
color: #1E0B65;
}
.AnyTagClassName
{
color: #1E0B65;
}
</style>
background-color css
<style>
a { background-color: #1E0B65; }
a { background-color: rgb(30,11,101); }
div.DivClassName
{
background-color: #1E0B65;
}
.BgClassName
{
background-color: #1E0B65;
}
</style>
border-color css
<style>
span { border-color: #1E0B65; }
span { border-color: rgb(30,11,101); }
td.TdClassName
{
border-color: #1E0B65;
}
.TagClassName
{
border-color: #1E0B65;
}
</style>