Shades of Midnight Blue #0E0551
Tints of Midnight Blue #0E0551
RGB
CMYK
RGB Variations
Color information
#0E0551 (or 0x0E0551) is known color: Midnight Blue. HEX triplet: 0E, 05 and 51. RGB value is (14,5,81). Sum of RGB (Red+Green+Blue) = 14+5+81=100 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 81 (32.03% from 255 or 81% from 100); Max value from RGB is 81 - color contains mainly: blue. Hex color #0E0551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0551 is #F1FAAE. Grayscale: #101010. Windows color (decimal): -15858351 or 5309710. OLE color: 5309710.
HSL color Cylindrical-coordinate representation of color #0E0551: hue angle of 247.11º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E0551 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 14 | 5 | 81 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.68 |
| HSL | 247.11º | 0.88% | 0.17% | - |
| HSV(B) | 247.11º | 0.94% | 0.32% | - |
| XYZ | 1.72 | 0.8 | 7.85 | - |
| YUV | 16.36 | 164.48 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 5 | 81 | 0.83 | 0.94 | 0 | 0.68 | 247.11 | 0.88 | 0.17 |
| Hex | E | 5 | 51 | 53 | 5E | 0 | 44 | F7 | 58 | 11 |
| Octal | 16 | 5 | 121 | 123 | 136 | 0 | 104 | 367 | 130 | 21 |
| Binary | 1110 | 101 | 1010001 | 1010011 | 1011110 | 0 | 1000100 | 11110111 | 1011000 | 10001 |
Color Harmonies of #0E0551
Complementary color
Monochromatic Colors of #0E0551
Black with #0E0551
Text Example
Text Example
White with #0E0551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0551; }
p { color: rgb(14,5,81); }
H1.HeaderClassName
{
color: #0E0551;
}
.AnyTagClassName
{
color: #0E0551;
}
</style>
background-color css
<style>
a { background-color: #0E0551; }
a { background-color: rgb(14,5,81); }
div.DivClassName
{
background-color: #0E0551;
}
.BgClassName
{
background-color: #0E0551;
}
</style>
border-color css
<style>
span { border-color: #0E0551; }
span { border-color: rgb(14,5,81); }
td.TdClassName
{
border-color: #0E0551;
}
.TagClassName
{
border-color: #0E0551;
}
</style>