Shades of Midnight Blue #0E1560
Tints of Midnight Blue #0E1560
RGB
CMYK
RGB Variations
Color information
#0E1560 (or 0x0E1560) is known color: Midnight Blue. HEX triplet: 0E, 15 and 60. RGB value is (14,21,96). Sum of RGB (Red+Green+Blue) = 14+21+96=131 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.69% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 96 (37.89% from 255 or 73.28% from 131); Max value from RGB is 96 - color contains mainly: blue. Hex color #0E1560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1560 is #F1EA9F. Grayscale: #1B1B1B. Windows color (decimal): -15854240 or 6296846. OLE color: 6296846.
HSL color Cylindrical-coordinate representation of color #0E1560: hue angle of 234.88º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E1560 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 14 | 21 | 96 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.62 |
| HSL | 234.88º | 0.75% | 0.22% | - |
| HSV(B) | 234.88º | 0.85% | 0.38% | - |
| XYZ | 2.56 | 1.47 | 11.22 | - |
| YUV | 27.46 | 166.68 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 21 | 96 | 0.85 | 0.78 | 0 | 0.62 | 234.88 | 0.75 | 0.22 |
| Hex | E | 15 | 60 | 55 | 4E | 0 | 3E | EB | 4B | 16 |
| Octal | 16 | 25 | 140 | 125 | 116 | 0 | 76 | 353 | 113 | 26 |
| Binary | 1110 | 10101 | 1100000 | 1010101 | 1001110 | 0 | 111110 | 11101011 | 1001011 | 10110 |
Color Harmonies of #0E1560
Complementary color
Monochromatic Colors of #0E1560
Black with #0E1560
Text Example
Text Example
White with #0E1560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1560; }
p { color: rgb(14,21,96); }
H1.HeaderClassName
{
color: #0E1560;
}
.AnyTagClassName
{
color: #0E1560;
}
</style>
background-color css
<style>
a { background-color: #0E1560; }
a { background-color: rgb(14,21,96); }
div.DivClassName
{
background-color: #0E1560;
}
.BgClassName
{
background-color: #0E1560;
}
</style>
border-color css
<style>
span { border-color: #0E1560; }
span { border-color: rgb(14,21,96); }
td.TdClassName
{
border-color: #0E1560;
}
.TagClassName
{
border-color: #0E1560;
}
</style>