Shades of Medium Blue #0806B7
Tints of Medium Blue #0806B7
RGB
CMYK
RGB Variations
Color information
#0806B7 (or 0x0806B7) is known color: Medium Blue. HEX triplet: 08, 06 and B7. RGB value is (8,6,183). Sum of RGB (Red+Green+Blue) = 8+6+183=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 183 (71.88% from 255 or 92.89% from 197); Max value from RGB is 183 - color contains mainly: blue. Hex color #0806B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0806B7 is #F7F948. Grayscale: #1A1A1A. Windows color (decimal): -16251209 or 11994632. OLE color: 11994632.
HSL color Cylindrical-coordinate representation of color #0806B7: hue angle of 240.68º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0806B7 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 6 | 183 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.28 |
| HSL | 240.68º | 0.94% | 0.37% | - |
| HSV(B) | 240.68º | 0.97% | 0.72% | - |
| XYZ | 8.71 | 3.6 | 45.04 | - |
| YUV | 26.78 | 216.16 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 183 | 0.96 | 0.97 | 0 | 0.28 | 240.68 | 0.94 | 0.37 |
| Hex | 8 | 6 | B7 | 60 | 61 | 0 | 1C | F1 | 5E | 25 |
| Octal | 10 | 6 | 267 | 140 | 141 | 0 | 34 | 361 | 136 | 45 |
| Binary | 1000 | 110 | 10110111 | 1100000 | 1100001 | 0 | 11100 | 11110001 | 1011110 | 100101 |
Color Harmonies of #0806B7
Complementary color
Monochromatic Colors of #0806B7
Black with #0806B7
Text Example
Text Example
White with #0806B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0806B7; }
p { color: rgb(8,6,183); }
H1.HeaderClassName
{
color: #0806B7;
}
.AnyTagClassName
{
color: #0806B7;
}
</style>
background-color css
<style>
a { background-color: #0806B7; }
a { background-color: rgb(8,6,183); }
div.DivClassName
{
background-color: #0806B7;
}
.BgClassName
{
background-color: #0806B7;
}
</style>
border-color css
<style>
span { border-color: #0806B7; }
span { border-color: rgb(8,6,183); }
td.TdClassName
{
border-color: #0806B7;
}
.TagClassName
{
border-color: #0806B7;
}
</style>