Shades of Medium Blue #0B06BB
Tints of Medium Blue #0B06BB
RGB
CMYK
RGB Variations
Color information
#0B06BB (or 0x0B06BB) is known color: Medium Blue. HEX triplet: 0B, 06 and BB. RGB value is (11,6,187). Sum of RGB (Red+Green+Blue) = 11+6+187=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 187 (73.44% from 255 or 91.67% from 204); Max value from RGB is 187 - color contains mainly: blue. Hex color #0B06BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B06BB is #F4F944. Grayscale: #1B1B1B. Windows color (decimal): -16054597 or 12256779. OLE color: 12256779.
HSL color Cylindrical-coordinate representation of color #0B06BB: hue angle of 241.66º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B06BB is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 6 | 187 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.27 |
| HSL | 241.66º | 0.94% | 0.38% | - |
| HSV(B) | 241.66º | 0.97% | 0.73% | - |
| XYZ | 9.17 | 3.79 | 47.26 | - |
| YUV | 28.13 | 217.66 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 6 | 187 | 0.94 | 0.97 | 0 | 0.27 | 241.66 | 0.94 | 0.38 |
| Hex | B | 6 | BB | 5E | 61 | 0 | 1B | F2 | 5E | 26 |
| Octal | 13 | 6 | 273 | 136 | 141 | 0 | 33 | 362 | 136 | 46 |
| Binary | 1011 | 110 | 10111011 | 1011110 | 1100001 | 0 | 11011 | 11110010 | 1011110 | 100110 |
Color Harmonies of #0B06BB
Complementary color
Monochromatic Colors of #0B06BB
Black with #0B06BB
Text Example
Text Example
White with #0B06BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B06BB; }
p { color: rgb(11,6,187); }
H1.HeaderClassName
{
color: #0B06BB;
}
.AnyTagClassName
{
color: #0B06BB;
}
</style>
background-color css
<style>
a { background-color: #0B06BB; }
a { background-color: rgb(11,6,187); }
div.DivClassName
{
background-color: #0B06BB;
}
.BgClassName
{
background-color: #0B06BB;
}
</style>
border-color css
<style>
span { border-color: #0B06BB; }
span { border-color: rgb(11,6,187); }
td.TdClassName
{
border-color: #0B06BB;
}
.TagClassName
{
border-color: #0B06BB;
}
</style>