Shades of Midnight Blue #0E0D5B
Tints of Midnight Blue #0E0D5B
RGB
CMYK
RGB Variations
Color information
#0E0D5B (or 0x0E0D5B) is known color: Midnight Blue. HEX triplet: 0E, 0D and 5B. RGB value is (14,13,91). Sum of RGB (Red+Green+Blue) = 14+13+91=118 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.86% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 91 (35.94% from 255 or 77.12% from 118); Max value from RGB is 91 - color contains mainly: blue. Hex color #0E0D5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0D5B is #F1F2A4. Grayscale: #151515. Windows color (decimal): -15856293 or 5967118. OLE color: 5967118.
HSL color Cylindrical-coordinate representation of color #0E0D5B: hue angle of 240.77º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E0D5B is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 13 | 91 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.64 |
| HSL | 240.77º | 0.75% | 0.2% | - |
| HSV(B) | 240.77º | 0.86% | 0.36% | - |
| XYZ | 2.21 | 1.14 | 10 | - |
| YUV | 22.19 | 166.83 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 13 | 91 | 0.85 | 0.86 | 0 | 0.64 | 240.77 | 0.75 | 0.2 |
| Hex | E | D | 5B | 55 | 56 | 0 | 40 | F1 | 4B | 14 |
| Octal | 16 | 15 | 133 | 125 | 126 | 0 | 100 | 361 | 113 | 24 |
| Binary | 1110 | 1101 | 1011011 | 1010101 | 1010110 | 0 | 1000000 | 11110001 | 1001011 | 10100 |
Color Harmonies of #0E0D5B
Complementary color
Monochromatic Colors of #0E0D5B
Black with #0E0D5B
Text Example
Text Example
White with #0E0D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0D5B; }
p { color: rgb(14,13,91); }
H1.HeaderClassName
{
color: #0E0D5B;
}
.AnyTagClassName
{
color: #0E0D5B;
}
</style>
background-color css
<style>
a { background-color: #0E0D5B; }
a { background-color: rgb(14,13,91); }
div.DivClassName
{
background-color: #0E0D5B;
}
.BgClassName
{
background-color: #0E0D5B;
}
</style>
border-color css
<style>
span { border-color: #0E0D5B; }
span { border-color: rgb(14,13,91); }
td.TdClassName
{
border-color: #0E0D5B;
}
.TagClassName
{
border-color: #0E0D5B;
}
</style>