Shades of Midnight Blue #0E0B4F
Tints of Midnight Blue #0E0B4F
RGB
CMYK
RGB Variations
Color information
#0E0B4F (or 0x0E0B4F) is known color: Midnight Blue. HEX triplet: 0E, 0B and 4F. RGB value is (14,11,79). Sum of RGB (Red+Green+Blue) = 14+11+79=104 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.46% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 79 (31.25% from 255 or 75.96% from 104); Max value from RGB is 79 - color contains mainly: blue. Hex color #0E0B4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0B4F is #F1F4B0. Grayscale: #131313. Windows color (decimal): -15856817 or 5180174. OLE color: 5180174.
HSL color Cylindrical-coordinate representation of color #0E0B4F: hue angle of 242.65º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E0B4F is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 11 | 79 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.69 |
| HSL | 242.65º | 0.76% | 0.18% | - |
| HSV(B) | 242.65º | 0.86% | 0.31% | - |
| XYZ | 1.71 | 0.9 | 7.48 | - |
| YUV | 19.65 | 161.49 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 11 | 79 | 0.82 | 0.86 | 0 | 0.69 | 242.65 | 0.76 | 0.18 |
| Hex | E | B | 4F | 52 | 56 | 0 | 45 | F3 | 4C | 12 |
| Octal | 16 | 13 | 117 | 122 | 126 | 0 | 105 | 363 | 114 | 22 |
| Binary | 1110 | 1011 | 1001111 | 1010010 | 1010110 | 0 | 1000101 | 11110011 | 1001100 | 10010 |
Color Harmonies of #0E0B4F
Complementary color
Monochromatic Colors of #0E0B4F
Black with #0E0B4F
Text Example
Text Example
White with #0E0B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0B4F; }
p { color: rgb(14,11,79); }
H1.HeaderClassName
{
color: #0E0B4F;
}
.AnyTagClassName
{
color: #0E0B4F;
}
</style>
background-color css
<style>
a { background-color: #0E0B4F; }
a { background-color: rgb(14,11,79); }
div.DivClassName
{
background-color: #0E0B4F;
}
.BgClassName
{
background-color: #0E0B4F;
}
</style>
border-color css
<style>
span { border-color: #0E0B4F; }
span { border-color: rgb(14,11,79); }
td.TdClassName
{
border-color: #0E0B4F;
}
.TagClassName
{
border-color: #0E0B4F;
}
</style>