Shades of Midnight Blue #0B0E5D
Tints of Midnight Blue #0B0E5D
RGB
CMYK
RGB Variations
Color information
#0B0E5D (or 0x0B0E5D) is known color: Midnight Blue. HEX triplet: 0B, 0E and 5D. RGB value is (11,14,93). Sum of RGB (Red+Green+Blue) = 11+14+93=118 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.32% from 118); Green value is 14 (5.86% from 255 or 11.86% from 118); Blue value is 93 (36.72% from 255 or 78.81% from 118); Max value from RGB is 93 - color contains mainly: blue. Hex color #0B0E5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0E5D is #F4F1A2. Grayscale: #151515. Windows color (decimal): -16052643 or 6098443. OLE color: 6098443.
HSL color Cylindrical-coordinate representation of color #0B0E5D: hue angle of 237.8º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B0E5D is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 14 | 93 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.64 |
| HSL | 237.8º | 0.79% | 0.2% | - |
| HSV(B) | 237.8º | 0.88% | 0.36% | - |
| XYZ | 2.27 | 1.18 | 10.46 | - |
| YUV | 22.11 | 168.01 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 14 | 93 | 0.88 | 0.85 | 0 | 0.64 | 237.8 | 0.79 | 0.2 |
| Hex | B | E | 5D | 58 | 55 | 0 | 40 | EE | 4F | 14 |
| Octal | 13 | 16 | 135 | 130 | 125 | 0 | 100 | 356 | 117 | 24 |
| Binary | 1011 | 1110 | 1011101 | 1011000 | 1010101 | 0 | 1000000 | 11101110 | 1001111 | 10100 |
Color Harmonies of #0B0E5D
Complementary color
Monochromatic Colors of #0B0E5D
Black with #0B0E5D
Text Example
Text Example
White with #0B0E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0E5D; }
p { color: rgb(11,14,93); }
H1.HeaderClassName
{
color: #0B0E5D;
}
.AnyTagClassName
{
color: #0B0E5D;
}
</style>
background-color css
<style>
a { background-color: #0B0E5D; }
a { background-color: rgb(11,14,93); }
div.DivClassName
{
background-color: #0B0E5D;
}
.BgClassName
{
background-color: #0B0E5D;
}
</style>
border-color css
<style>
span { border-color: #0B0E5D; }
span { border-color: rgb(11,14,93); }
td.TdClassName
{
border-color: #0B0E5D;
}
.TagClassName
{
border-color: #0B0E5D;
}
</style>