Shades of Midnight Blue #0E054F
Tints of Midnight Blue #0E054F
RGB
CMYK
RGB Variations
Color information
#0E054F (or 0x0E054F) is known color: Midnight Blue. HEX triplet: 0E, 05 and 4F. RGB value is (14,5,79). Sum of RGB (Red+Green+Blue) = 14+5+79=98 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.29% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 79 (31.25% from 255 or 80.61% from 98); Max value from RGB is 79 - color contains mainly: blue. Hex color #0E054F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E054F is #F1FAB0. Grayscale: #0F0F0F. Windows color (decimal): -15858353 or 5178638. OLE color: 5178638.
HSL color Cylindrical-coordinate representation of color #0E054F: hue angle of 247.3º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E054F is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 5 | 79 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.69 |
| HSL | 247.3º | 0.88% | 0.16% | - |
| HSV(B) | 247.3º | 0.94% | 0.31% | - |
| XYZ | 1.65 | 0.77 | 7.46 | - |
| YUV | 16.13 | 163.48 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 5 | 79 | 0.82 | 0.94 | 0 | 0.69 | 247.3 | 0.88 | 0.16 |
| Hex | E | 5 | 4F | 52 | 5E | 0 | 45 | F7 | 58 | 10 |
| Octal | 16 | 5 | 117 | 122 | 136 | 0 | 105 | 367 | 130 | 20 |
| Binary | 1110 | 101 | 1001111 | 1010010 | 1011110 | 0 | 1000101 | 11110111 | 1011000 | 10000 |
Color Harmonies of #0E054F
Complementary color
Monochromatic Colors of #0E054F
Black with #0E054F
Text Example
Text Example
White with #0E054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E054F; }
p { color: rgb(14,5,79); }
H1.HeaderClassName
{
color: #0E054F;
}
.AnyTagClassName
{
color: #0E054F;
}
</style>
background-color css
<style>
a { background-color: #0E054F; }
a { background-color: rgb(14,5,79); }
div.DivClassName
{
background-color: #0E054F;
}
.BgClassName
{
background-color: #0E054F;
}
</style>
border-color css
<style>
span { border-color: #0E054F; }
span { border-color: rgb(14,5,79); }
td.TdClassName
{
border-color: #0E054F;
}
.TagClassName
{
border-color: #0E054F;
}
</style>