Shades of Midnight Blue #0E0860
Tints of Midnight Blue #0E0860
RGB
CMYK
RGB Variations
Color information
#0E0860 (or 0x0E0860) is known color: Midnight Blue. HEX triplet: 0E, 08 and 60. RGB value is (14,8,96). Sum of RGB (Red+Green+Blue) = 14+8+96=118 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.86% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 96 (37.89% from 255 or 81.36% from 118); Max value from RGB is 96 - color contains mainly: blue. Hex color #0E0860 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0860 is #F1F79F. Grayscale: #131313. Windows color (decimal): -15857568 or 6293518. OLE color: 6293518.
HSL color Cylindrical-coordinate representation of color #0E0860: hue angle of 244.09º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E0860 is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 14 | 8 | 96 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.62 |
| HSL | 244.09º | 0.85% | 0.2% | - |
| HSV(B) | 244.09º | 0.92% | 0.38% | - |
| XYZ | 2.38 | 1.11 | 11.16 | - |
| YUV | 19.83 | 170.99 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 8 | 96 | 0.85 | 0.92 | 0 | 0.62 | 244.09 | 0.85 | 0.2 |
| Hex | E | 8 | 60 | 55 | 5C | 0 | 3E | F4 | 55 | 14 |
| Octal | 16 | 10 | 140 | 125 | 134 | 0 | 76 | 364 | 125 | 24 |
| Binary | 1110 | 1000 | 1100000 | 1010101 | 1011100 | 0 | 111110 | 11110100 | 1010101 | 10100 |
Color Harmonies of #0E0860
Complementary color
Monochromatic Colors of #0E0860
Black with #0E0860
Text Example
Text Example
White with #0E0860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0860; }
p { color: rgb(14,8,96); }
H1.HeaderClassName
{
color: #0E0860;
}
.AnyTagClassName
{
color: #0E0860;
}
</style>
background-color css
<style>
a { background-color: #0E0860; }
a { background-color: rgb(14,8,96); }
div.DivClassName
{
background-color: #0E0860;
}
.BgClassName
{
background-color: #0E0860;
}
</style>
border-color css
<style>
span { border-color: #0E0860; }
span { border-color: rgb(14,8,96); }
td.TdClassName
{
border-color: #0E0860;
}
.TagClassName
{
border-color: #0E0860;
}
</style>