Shades of Midnight Blue #0E0856
Tints of Midnight Blue #0E0856
RGB
CMYK
RGB Variations
Color information
#0E0856 (or 0x0E0856) is known color: Midnight Blue. HEX triplet: 0E, 08 and 56. RGB value is (14,8,86). Sum of RGB (Red+Green+Blue) = 14+8+86=108 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.96% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 86 (33.98% from 255 or 79.63% from 108); Max value from RGB is 86 - color contains mainly: blue. Hex color #0E0856 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0856 is #F1F7A9. Grayscale: #121212. Windows color (decimal): -15857578 or 5638158. OLE color: 5638158.
HSL color Cylindrical-coordinate representation of color #0E0856: hue angle of 244.62º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E0856 is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 14 | 8 | 86 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.66 |
| HSL | 244.62º | 0.83% | 0.18% | - |
| HSV(B) | 244.62º | 0.91% | 0.34% | - |
| XYZ | 1.95 | 0.94 | 8.88 | - |
| YUV | 18.69 | 165.99 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 8 | 86 | 0.84 | 0.91 | 0 | 0.66 | 244.62 | 0.83 | 0.18 |
| Hex | E | 8 | 56 | 54 | 5B | 0 | 42 | F5 | 53 | 12 |
| Octal | 16 | 10 | 126 | 124 | 133 | 0 | 102 | 365 | 123 | 22 |
| Binary | 1110 | 1000 | 1010110 | 1010100 | 1011011 | 0 | 1000010 | 11110101 | 1010011 | 10010 |
Color Harmonies of #0E0856
Complementary color
Monochromatic Colors of #0E0856
Black with #0E0856
Text Example
Text Example
White with #0E0856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0856; }
p { color: rgb(14,8,86); }
H1.HeaderClassName
{
color: #0E0856;
}
.AnyTagClassName
{
color: #0E0856;
}
</style>
background-color css
<style>
a { background-color: #0E0856; }
a { background-color: rgb(14,8,86); }
div.DivClassName
{
background-color: #0E0856;
}
.BgClassName
{
background-color: #0E0856;
}
</style>
border-color css
<style>
span { border-color: #0E0856; }
span { border-color: rgb(14,8,86); }
td.TdClassName
{
border-color: #0E0856;
}
.TagClassName
{
border-color: #0E0856;
}
</style>