Shades of Midnight Blue #0E065B
Tints of Midnight Blue #0E065B
RGB
CMYK
RGB Variations
Color information
#0E065B (or 0x0E065B) is known color: Midnight Blue. HEX triplet: 0E, 06 and 5B. RGB value is (14,6,91). Sum of RGB (Red+Green+Blue) = 14+6+91=111 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.61% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 91 (35.94% from 255 or 81.98% from 111); Max value from RGB is 91 - color contains mainly: blue. Hex color #0E065B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E065B is #F1F9A4. Grayscale: #111111. Windows color (decimal): -15858085 or 5965326. OLE color: 5965326.
HSL color Cylindrical-coordinate representation of color #0E065B: hue angle of 245.65º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E065B is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 6 | 91 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.64 |
| HSL | 245.65º | 0.88% | 0.19% | - |
| HSV(B) | 245.65º | 0.93% | 0.36% | - |
| XYZ | 2.13 | 0.98 | 9.97 | - |
| YUV | 18.08 | 169.15 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 6 | 91 | 0.85 | 0.93 | 0 | 0.64 | 245.65 | 0.88 | 0.19 |
| Hex | E | 6 | 5B | 55 | 5D | 0 | 40 | F6 | 58 | 13 |
| Octal | 16 | 6 | 133 | 125 | 135 | 0 | 100 | 366 | 130 | 23 |
| Binary | 1110 | 110 | 1011011 | 1010101 | 1011101 | 0 | 1000000 | 11110110 | 1011000 | 10011 |
Color Harmonies of #0E065B
Complementary color
Monochromatic Colors of #0E065B
Black with #0E065B
Text Example
Text Example
White with #0E065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E065B; }
p { color: rgb(14,6,91); }
H1.HeaderClassName
{
color: #0E065B;
}
.AnyTagClassName
{
color: #0E065B;
}
</style>
background-color css
<style>
a { background-color: #0E065B; }
a { background-color: rgb(14,6,91); }
div.DivClassName
{
background-color: #0E065B;
}
.BgClassName
{
background-color: #0E065B;
}
</style>
border-color css
<style>
span { border-color: #0E065B; }
span { border-color: rgb(14,6,91); }
td.TdClassName
{
border-color: #0E065B;
}
.TagClassName
{
border-color: #0E065B;
}
</style>