Shades of Midnight Blue #0B086B
Tints of Midnight Blue #0B086B
RGB
CMYK
RGB Variations
Color information
#0B086B (or 0x0B086B) is known color: Midnight Blue. HEX triplet: 0B, 08 and 6B. RGB value is (11,8,107). Sum of RGB (Red+Green+Blue) = 11+8+107=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 107 (42.19% from 255 or 84.92% from 126); Max value from RGB is 107 - color contains mainly: blue. Hex color #0B086B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B086B is #F4F794. Grayscale: #131313. Windows color (decimal): -16054165 or 7014411. OLE color: 7014411.
HSL color Cylindrical-coordinate representation of color #0B086B: hue angle of 241.82º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B086B is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 8 | 107 | - |
| CMYK | 0.90 | 0.93 | 0 | 0.58 |
| HSL | 241.82º | 0.86% | 0.23% | - |
| HSV(B) | 241.82º | 0.93% | 0.42% | - |
| XYZ | 2.88 | 1.31 | 14.01 | - |
| YUV | 20.18 | 176.99 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 8 | 107 | 0.90 | 0.93 | 0 | 0.58 | 241.82 | 0.86 | 0.23 |
| Hex | B | 8 | 6B | 5A | 5D | 0 | 3A | F2 | 56 | 17 |
| Octal | 13 | 10 | 153 | 132 | 135 | 0 | 72 | 362 | 126 | 27 |
| Binary | 1011 | 1000 | 1101011 | 1011010 | 1011101 | 0 | 111010 | 11110010 | 1010110 | 10111 |
Color Harmonies of #0B086B
Complementary color
Monochromatic Colors of #0B086B
Black with #0B086B
Text Example
Text Example
White with #0B086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B086B; }
p { color: rgb(11,8,107); }
H1.HeaderClassName
{
color: #0B086B;
}
.AnyTagClassName
{
color: #0B086B;
}
</style>
background-color css
<style>
a { background-color: #0B086B; }
a { background-color: rgb(11,8,107); }
div.DivClassName
{
background-color: #0B086B;
}
.BgClassName
{
background-color: #0B086B;
}
</style>
border-color css
<style>
span { border-color: #0B086B; }
span { border-color: rgb(11,8,107); }
td.TdClassName
{
border-color: #0B086B;
}
.TagClassName
{
border-color: #0B086B;
}
</style>