Shades of Midnight Blue #1E0B68
Tints of Midnight Blue #1E0B68
RGB
CMYK
RGB Variations
Color information
#1E0B68 (or 0x1E0B68) is known color: Midnight Blue. HEX triplet: 1E, 0B and 68. RGB value is (30,11,104). Sum of RGB (Red+Green+Blue) = 30+11+104=145 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.69% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 104 (41.02% from 255 or 71.72% from 145); Max value from RGB is 104 - color contains mainly: blue. Hex color #1E0B68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0B68 is #E1F497. Grayscale: #1A1A1A. Windows color (decimal): -14808216 or 6818590. OLE color: 6818590.
HSL color Cylindrical-coordinate representation of color #1E0B68: hue angle of 252.26º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E0B68 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 11 | 104 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.59 |
| HSL | 252.26º | 0.81% | 0.23% | - |
| HSV(B) | 252.26º | 0.89% | 0.41% | - |
| XYZ | 3.15 | 1.51 | 13.22 | - |
| YUV | 27.28 | 171.29 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 104 | 0.71 | 0.89 | 0 | 0.59 | 252.26 | 0.81 | 0.23 |
| Hex | 1E | B | 68 | 47 | 59 | 0 | 3B | FC | 51 | 17 |
| Octal | 36 | 13 | 150 | 107 | 131 | 0 | 73 | 374 | 121 | 27 |
| Binary | 11110 | 1011 | 1101000 | 1000111 | 1011001 | 0 | 111011 | 11111100 | 1010001 | 10111 |
Color Harmonies of #1E0B68
Complementary color
Monochromatic Colors of #1E0B68
Black with #1E0B68
Text Example
Text Example
White with #1E0B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0B68; }
p { color: rgb(30,11,104); }
H1.HeaderClassName
{
color: #1E0B68;
}
.AnyTagClassName
{
color: #1E0B68;
}
</style>
background-color css
<style>
a { background-color: #1E0B68; }
a { background-color: rgb(30,11,104); }
div.DivClassName
{
background-color: #1E0B68;
}
.BgClassName
{
background-color: #1E0B68;
}
</style>
border-color css
<style>
span { border-color: #1E0B68; }
span { border-color: rgb(30,11,104); }
td.TdClassName
{
border-color: #1E0B68;
}
.TagClassName
{
border-color: #1E0B68;
}
</style>