Shades of Midnight Blue #1E0B67
Tints of Midnight Blue #1E0B67
RGB
CMYK
RGB Variations
Color information
#1E0B67 (or 0x1E0B67) is known color: Midnight Blue. HEX triplet: 1E, 0B and 67. RGB value is (30,11,103). Sum of RGB (Red+Green+Blue) = 30+11+103=144 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.83% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 103 (40.62% from 255 or 71.53% from 144); Max value from RGB is 103 - color contains mainly: blue. Hex color #1E0B67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0B67 is #E1F498. Grayscale: #1A1A1A. Windows color (decimal): -14808217 or 6753054. OLE color: 6753054.
HSL color Cylindrical-coordinate representation of color #1E0B67: hue angle of 252.39º degrees, saturation: 0.81, 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 #1E0B67 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 11 | 103 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.60 |
| HSL | 252.39º | 0.81% | 0.22% | - |
| HSV(B) | 252.39º | 0.89% | 0.4% | - |
| XYZ | 3.1 | 1.49 | 12.96 | - |
| YUV | 27.17 | 170.79 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 103 | 0.71 | 0.89 | 0 | 0.60 | 252.39 | 0.81 | 0.22 |
| Hex | 1E | B | 67 | 47 | 59 | 0 | 3C | FC | 51 | 16 |
| Octal | 36 | 13 | 147 | 107 | 131 | 0 | 74 | 374 | 121 | 26 |
| Binary | 11110 | 1011 | 1100111 | 1000111 | 1011001 | 0 | 111100 | 11111100 | 1010001 | 10110 |
Color Harmonies of #1E0B67
Complementary color
Monochromatic Colors of #1E0B67
Black with #1E0B67
Text Example
Text Example
White with #1E0B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0B67; }
p { color: rgb(30,11,103); }
H1.HeaderClassName
{
color: #1E0B67;
}
.AnyTagClassName
{
color: #1E0B67;
}
</style>
background-color css
<style>
a { background-color: #1E0B67; }
a { background-color: rgb(30,11,103); }
div.DivClassName
{
background-color: #1E0B67;
}
.BgClassName
{
background-color: #1E0B67;
}
</style>
border-color css
<style>
span { border-color: #1E0B67; }
span { border-color: rgb(30,11,103); }
td.TdClassName
{
border-color: #1E0B67;
}
.TagClassName
{
border-color: #1E0B67;
}
</style>