Shades of Medium Blue #0B06BC
Tints of Medium Blue #0B06BC
RGB
CMYK
RGB Variations
Color information
#0B06BC (or 0x0B06BC) is known color: Medium Blue. HEX triplet: 0B, 06 and BC. RGB value is (11,6,188). Sum of RGB (Red+Green+Blue) = 11+6+188=205 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.37% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 188 (73.83% from 255 or 91.71% from 205); Max value from RGB is 188 - color contains mainly: blue. Hex color #0B06BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B06BC is #F4F943. Grayscale: #1B1B1B. Windows color (decimal): -16054596 or 12322315. OLE color: 12322315.
HSL color Cylindrical-coordinate representation of color #0B06BC: hue angle of 241.65º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B06BC is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 6 | 188 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.26 |
| HSL | 241.65º | 0.94% | 0.38% | - |
| HSV(B) | 241.65º | 0.97% | 0.74% | - |
| XYZ | 9.28 | 3.83 | 47.83 | - |
| YUV | 28.24 | 218.16 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 6 | 188 | 0.94 | 0.97 | 0 | 0.26 | 241.65 | 0.94 | 0.38 |
| Hex | B | 6 | BC | 5E | 61 | 0 | 1A | F2 | 5E | 26 |
| Octal | 13 | 6 | 274 | 136 | 141 | 0 | 32 | 362 | 136 | 46 |
| Binary | 1011 | 110 | 10111100 | 1011110 | 1100001 | 0 | 11010 | 11110010 | 1011110 | 100110 |
Color Harmonies of #0B06BC
Complementary color
Monochromatic Colors of #0B06BC
Black with #0B06BC
Text Example
Text Example
White with #0B06BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B06BC; }
p { color: rgb(11,6,188); }
H1.HeaderClassName
{
color: #0B06BC;
}
.AnyTagClassName
{
color: #0B06BC;
}
</style>
background-color css
<style>
a { background-color: #0B06BC; }
a { background-color: rgb(11,6,188); }
div.DivClassName
{
background-color: #0B06BC;
}
.BgClassName
{
background-color: #0B06BC;
}
</style>
border-color css
<style>
span { border-color: #0B06BC; }
span { border-color: rgb(11,6,188); }
td.TdClassName
{
border-color: #0B06BC;
}
.TagClassName
{
border-color: #0B06BC;
}
</style>