Shades of Medium Blue #0906B7
Tints of Medium Blue #0906B7
RGB
CMYK
RGB Variations
Color information
#0906B7 (or 0x0906B7) is known color: Medium Blue. HEX triplet: 09, 06 and B7. RGB value is (9,6,183). Sum of RGB (Red+Green+Blue) = 9+6+183=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 183 (71.88% from 255 or 92.42% from 198); Max value from RGB is 183 - color contains mainly: blue. Hex color #0906B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0906B7 is #F6F948. Grayscale: #1A1A1A. Windows color (decimal): -16185673 or 11994633. OLE color: 11994633.
HSL color Cylindrical-coordinate representation of color #0906B7: hue angle of 241.02º 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 #0906B7 is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 6 | 183 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.28 |
| HSL | 241.02º | 0.94% | 0.37% | - |
| HSV(B) | 241.02º | 0.97% | 0.72% | - |
| XYZ | 8.73 | 3.61 | 45.04 | - |
| YUV | 27.08 | 215.99 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 6 | 183 | 0.95 | 0.97 | 0 | 0.28 | 241.02 | 0.94 | 0.37 |
| Hex | 9 | 6 | B7 | 5F | 61 | 0 | 1C | F1 | 5E | 25 |
| Octal | 11 | 6 | 267 | 137 | 141 | 0 | 34 | 361 | 136 | 45 |
| Binary | 1001 | 110 | 10110111 | 1011111 | 1100001 | 0 | 11100 | 11110001 | 1011110 | 100101 |
Color Harmonies of #0906B7
Complementary color
Monochromatic Colors of #0906B7
Black with #0906B7
Text Example
Text Example
White with #0906B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0906B7; }
p { color: rgb(9,6,183); }
H1.HeaderClassName
{
color: #0906B7;
}
.AnyTagClassName
{
color: #0906B7;
}
</style>
background-color css
<style>
a { background-color: #0906B7; }
a { background-color: rgb(9,6,183); }
div.DivClassName
{
background-color: #0906B7;
}
.BgClassName
{
background-color: #0906B7;
}
</style>
border-color css
<style>
span { border-color: #0906B7; }
span { border-color: rgb(9,6,183); }
td.TdClassName
{
border-color: #0906B7;
}
.TagClassName
{
border-color: #0906B7;
}
</style>