Shades of Midnight Blue #0E0950
Tints of Midnight Blue #0E0950
RGB
CMYK
RGB Variations
Color information
#0E0950 (or 0x0E0950) is known color: Midnight Blue. HEX triplet: 0E, 09 and 50. RGB value is (14,9,80). Sum of RGB (Red+Green+Blue) = 14+9+80=103 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.59% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 80 (31.64% from 255 or 77.67% from 103); Max value from RGB is 80 - color contains mainly: blue. Hex color #0E0950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0950 is #F1F6AF. Grayscale: #121212. Windows color (decimal): -15857328 or 5245198. OLE color: 5245198.
HSL color Cylindrical-coordinate representation of color #0E0950: hue angle of 244.23º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E0950 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 9 | 80 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.69 |
| HSL | 244.23º | 0.8% | 0.17% | - |
| HSV(B) | 244.23º | 0.89% | 0.31% | - |
| XYZ | 1.73 | 0.87 | 7.67 | - |
| YUV | 18.59 | 162.66 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 9 | 80 | 0.83 | 0.89 | 0 | 0.69 | 244.23 | 0.8 | 0.17 |
| Hex | E | 9 | 50 | 53 | 59 | 0 | 45 | F4 | 50 | 11 |
| Octal | 16 | 11 | 120 | 123 | 131 | 0 | 105 | 364 | 120 | 21 |
| Binary | 1110 | 1001 | 1010000 | 1010011 | 1011001 | 0 | 1000101 | 11110100 | 1010000 | 10001 |
Color Harmonies of #0E0950
Complementary color
Monochromatic Colors of #0E0950
Black with #0E0950
Text Example
Text Example
White with #0E0950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0950; }
p { color: rgb(14,9,80); }
H1.HeaderClassName
{
color: #0E0950;
}
.AnyTagClassName
{
color: #0E0950;
}
</style>
background-color css
<style>
a { background-color: #0E0950; }
a { background-color: rgb(14,9,80); }
div.DivClassName
{
background-color: #0E0950;
}
.BgClassName
{
background-color: #0E0950;
}
</style>
border-color css
<style>
span { border-color: #0E0950; }
span { border-color: rgb(14,9,80); }
td.TdClassName
{
border-color: #0E0950;
}
.TagClassName
{
border-color: #0E0950;
}
</style>