Shades of Medium Blue #0806BB
Tints of Medium Blue #0806BB
RGB
CMYK
RGB Variations
Color information
#0806BB (or 0x0806BB) is known color: Medium Blue. HEX triplet: 08, 06 and BB. RGB value is (8,6,187). Sum of RGB (Red+Green+Blue) = 8+6+187=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 187 (73.44% from 255 or 93.03% from 201); Max value from RGB is 187 - color contains mainly: blue. Hex color #0806BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0806BB is #F7F944. Grayscale: #1A1A1A. Windows color (decimal): -16251205 or 12256776. OLE color: 12256776.
HSL color Cylindrical-coordinate representation of color #0806BB: hue angle of 240.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 #0806BB is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 6 | 187 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.27 |
| HSL | 240.66º | 0.94% | 0.38% | - |
| HSV(B) | 240.66º | 0.97% | 0.73% | - |
| XYZ | 9.13 | 3.77 | 47.26 | - |
| YUV | 27.23 | 218.16 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 187 | 0.96 | 0.97 | 0 | 0.27 | 240.66 | 0.94 | 0.38 |
| Hex | 8 | 6 | BB | 60 | 61 | 0 | 1B | F1 | 5E | 26 |
| Octal | 10 | 6 | 273 | 140 | 141 | 0 | 33 | 361 | 136 | 46 |
| Binary | 1000 | 110 | 10111011 | 1100000 | 1100001 | 0 | 11011 | 11110001 | 1011110 | 100110 |
Color Harmonies of #0806BB
Complementary color
Monochromatic Colors of #0806BB
Black with #0806BB
Text Example
Text Example
White with #0806BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0806BB; }
p { color: rgb(8,6,187); }
H1.HeaderClassName
{
color: #0806BB;
}
.AnyTagClassName
{
color: #0806BB;
}
</style>
background-color css
<style>
a { background-color: #0806BB; }
a { background-color: rgb(8,6,187); }
div.DivClassName
{
background-color: #0806BB;
}
.BgClassName
{
background-color: #0806BB;
}
</style>
border-color css
<style>
span { border-color: #0806BB; }
span { border-color: rgb(8,6,187); }
td.TdClassName
{
border-color: #0806BB;
}
.TagClassName
{
border-color: #0806BB;
}
</style>