Shades of Midnight Blue #0B106C
Tints of Midnight Blue #0B106C
RGB
CMYK
RGB Variations
Color information
#0B106C (or 0x0B106C) is known color: Midnight Blue. HEX triplet: 0B, 10 and 6C. RGB value is (11,16,108). Sum of RGB (Red+Green+Blue) = 11+16+108=135 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.15% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 108 (42.58% from 255 or 80% from 135); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B106C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B106C is #F4EF93. Grayscale: #181818. Windows color (decimal): -16052116 or 7081995. OLE color: 7081995.
HSL color Cylindrical-coordinate representation of color #0B106C: hue angle of 236.91º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B106C is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 16 | 108 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.58 |
| HSL | 236.91º | 0.82% | 0.23% | - |
| HSV(B) | 236.91º | 0.9% | 0.42% | - |
| XYZ | 3.03 | 1.52 | 14.32 | - |
| YUV | 24.99 | 174.84 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 16 | 108 | 0.90 | 0.85 | 0 | 0.58 | 236.91 | 0.82 | 0.23 |
| Hex | B | 10 | 6C | 5A | 55 | 0 | 3A | ED | 52 | 17 |
| Octal | 13 | 20 | 154 | 132 | 125 | 0 | 72 | 355 | 122 | 27 |
| Binary | 1011 | 10000 | 1101100 | 1011010 | 1010101 | 0 | 111010 | 11101101 | 1010010 | 10111 |
Color Harmonies of #0B106C
Complementary color
Monochromatic Colors of #0B106C
Black with #0B106C
Text Example
Text Example
White with #0B106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B106C; }
p { color: rgb(11,16,108); }
H1.HeaderClassName
{
color: #0B106C;
}
.AnyTagClassName
{
color: #0B106C;
}
</style>
background-color css
<style>
a { background-color: #0B106C; }
a { background-color: rgb(11,16,108); }
div.DivClassName
{
background-color: #0B106C;
}
.BgClassName
{
background-color: #0B106C;
}
</style>
border-color css
<style>
span { border-color: #0B106C; }
span { border-color: rgb(11,16,108); }
td.TdClassName
{
border-color: #0B106C;
}
.TagClassName
{
border-color: #0B106C;
}
</style>