Shades of Midnight Blue #0E0855
Tints of Midnight Blue #0E0855
RGB
CMYK
RGB Variations
Color information
#0E0855 (or 0x0E0855) is known color: Midnight Blue. HEX triplet: 0E, 08 and 55. RGB value is (14,8,85). Sum of RGB (Red+Green+Blue) = 14+8+85=107 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.08% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 85 (33.59% from 255 or 79.44% from 107); Max value from RGB is 85 - color contains mainly: blue. Hex color #0E0855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0855 is #F1F7AA. Grayscale: #121212. Windows color (decimal): -15857579 or 5572622. OLE color: 5572622.
HSL color Cylindrical-coordinate representation of color #0E0855: hue angle of 244.68º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E0855 is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 14 | 8 | 85 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.67 |
| HSL | 244.68º | 0.83% | 0.18% | - |
| HSV(B) | 244.68º | 0.91% | 0.33% | - |
| XYZ | 1.91 | 0.92 | 8.67 | - |
| YUV | 18.57 | 165.49 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 8 | 85 | 0.84 | 0.91 | 0 | 0.67 | 244.68 | 0.83 | 0.18 |
| Hex | E | 8 | 55 | 54 | 5B | 0 | 43 | F5 | 53 | 12 |
| Octal | 16 | 10 | 125 | 124 | 133 | 0 | 103 | 365 | 123 | 22 |
| Binary | 1110 | 1000 | 1010101 | 1010100 | 1011011 | 0 | 1000011 | 11110101 | 1010011 | 10010 |
Color Harmonies of #0E0855
Complementary color
Monochromatic Colors of #0E0855
Black with #0E0855
Text Example
Text Example
White with #0E0855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0855; }
p { color: rgb(14,8,85); }
H1.HeaderClassName
{
color: #0E0855;
}
.AnyTagClassName
{
color: #0E0855;
}
</style>
background-color css
<style>
a { background-color: #0E0855; }
a { background-color: rgb(14,8,85); }
div.DivClassName
{
background-color: #0E0855;
}
.BgClassName
{
background-color: #0E0855;
}
</style>
border-color css
<style>
span { border-color: #0E0855; }
span { border-color: rgb(14,8,85); }
td.TdClassName
{
border-color: #0E0855;
}
.TagClassName
{
border-color: #0E0855;
}
</style>