Shades of Medium Blue #0B0EBC
Tints of Medium Blue #0B0EBC
RGB
CMYK
RGB Variations
Color information
#0B0EBC (or 0x0B0EBC) is known color: Medium Blue. HEX triplet: 0B, 0E and BC. RGB value is (11,14,188). Sum of RGB (Red+Green+Blue) = 11+14+188=213 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.16% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 188 (73.83% from 255 or 88.26% from 213); Max value from RGB is 188 - color contains mainly: blue. Hex color #0B0EBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B0EBC is #F4F143. Grayscale: #202020. Windows color (decimal): -16052548 or 12324363. OLE color: 12324363.
HSL color Cylindrical-coordinate representation of color #0B0EBC: hue angle of 238.98º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B0EBC is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 14 | 188 | - |
| CMYK | 0.94 | 0.93 | 0 | 0.26 |
| HSL | 238.98º | 0.89% | 0.39% | - |
| HSV(B) | 238.98º | 0.94% | 0.74% | - |
| XYZ | 9.37 | 4.02 | 47.86 | - |
| YUV | 32.94 | 215.51 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 14 | 188 | 0.94 | 0.93 | 0 | 0.26 | 238.98 | 0.89 | 0.39 |
| Hex | B | E | BC | 5E | 5D | 0 | 1A | EF | 59 | 27 |
| Octal | 13 | 16 | 274 | 136 | 135 | 0 | 32 | 357 | 131 | 47 |
| Binary | 1011 | 1110 | 10111100 | 1011110 | 1011101 | 0 | 11010 | 11101111 | 1011001 | 100111 |
Color Harmonies of #0B0EBC
Complementary color
Monochromatic Colors of #0B0EBC
Black with #0B0EBC
Text Example
Text Example
White with #0B0EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0EBC; }
p { color: rgb(11,14,188); }
H1.HeaderClassName
{
color: #0B0EBC;
}
.AnyTagClassName
{
color: #0B0EBC;
}
</style>
background-color css
<style>
a { background-color: #0B0EBC; }
a { background-color: rgb(11,14,188); }
div.DivClassName
{
background-color: #0B0EBC;
}
.BgClassName
{
background-color: #0B0EBC;
}
</style>
border-color css
<style>
span { border-color: #0B0EBC; }
span { border-color: rgb(11,14,188); }
td.TdClassName
{
border-color: #0B0EBC;
}
.TagClassName
{
border-color: #0B0EBC;
}
</style>