Shades of Midnight Blue #0E0B75
Tints of Midnight Blue #0E0B75
RGB
CMYK
RGB Variations
Color information
#0E0B75 (or 0x0E0B75) is known color: Midnight Blue. HEX triplet: 0E, 0B and 75. RGB value is (14,11,117). Sum of RGB (Red+Green+Blue) = 14+11+117=142 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.86% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 117 (46.09% from 255 or 82.39% from 142); Max value from RGB is 117 - color contains mainly: blue. Hex color #0E0B75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0B75 is #F1F48A. Grayscale: #171717. Windows color (decimal): -15856779 or 7670542. OLE color: 7670542.
HSL color Cylindrical-coordinate representation of color #0E0B75: hue angle of 241.7º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E0B75 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 14 | 11 | 117 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.54 |
| HSL | 241.7º | 0.83% | 0.25% | - |
| HSV(B) | 241.7º | 0.91% | 0.46% | - |
| XYZ | 3.51 | 1.62 | 16.96 | - |
| YUV | 23.98 | 180.49 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 11 | 117 | 0.88 | 0.91 | 0 | 0.54 | 241.7 | 0.83 | 0.25 |
| Hex | E | B | 75 | 58 | 5B | 0 | 36 | F2 | 53 | 19 |
| Octal | 16 | 13 | 165 | 130 | 133 | 0 | 66 | 362 | 123 | 31 |
| Binary | 1110 | 1011 | 1110101 | 1011000 | 1011011 | 0 | 110110 | 11110010 | 1010011 | 11001 |
Color Harmonies of #0E0B75
Complementary color
Monochromatic Colors of #0E0B75
Black with #0E0B75
Text Example
Text Example
White with #0E0B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0B75; }
p { color: rgb(14,11,117); }
H1.HeaderClassName
{
color: #0E0B75;
}
.AnyTagClassName
{
color: #0E0B75;
}
</style>
background-color css
<style>
a { background-color: #0E0B75; }
a { background-color: rgb(14,11,117); }
div.DivClassName
{
background-color: #0E0B75;
}
.BgClassName
{
background-color: #0E0B75;
}
</style>
border-color css
<style>
span { border-color: #0E0B75; }
span { border-color: rgb(14,11,117); }
td.TdClassName
{
border-color: #0E0B75;
}
.TagClassName
{
border-color: #0E0B75;
}
</style>