Shades of Medium Blue #0906BC
Tints of Medium Blue #0906BC
RGB
CMYK
RGB Variations
Color information
#0906BC (or 0x0906BC) is known color: Medium Blue. HEX triplet: 09, 06 and BC. RGB value is (9,6,188). Sum of RGB (Red+Green+Blue) = 9+6+188=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 188 (73.83% from 255 or 92.61% from 203); Max value from RGB is 188 - color contains mainly: blue. Hex color #0906BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0906BC is #F6F943. Grayscale: #1A1A1A. Windows color (decimal): -16185668 or 12322313. OLE color: 12322313.
HSL color Cylindrical-coordinate representation of color #0906BC: hue angle of 240.99º 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 #0906BC is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 6 | 188 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.26 |
| HSL | 240.99º | 0.94% | 0.38% | - |
| HSV(B) | 240.99º | 0.97% | 0.74% | - |
| XYZ | 9.25 | 3.82 | 47.83 | - |
| YUV | 27.65 | 218.49 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 6 | 188 | 0.95 | 0.97 | 0 | 0.26 | 240.99 | 0.94 | 0.38 |
| Hex | 9 | 6 | BC | 5F | 61 | 0 | 1A | F1 | 5E | 26 |
| Octal | 11 | 6 | 274 | 137 | 141 | 0 | 32 | 361 | 136 | 46 |
| Binary | 1001 | 110 | 10111100 | 1011111 | 1100001 | 0 | 11010 | 11110001 | 1011110 | 100110 |
Color Harmonies of #0906BC
Complementary color
Monochromatic Colors of #0906BC
Black with #0906BC
Text Example
Text Example
White with #0906BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0906BC; }
p { color: rgb(9,6,188); }
H1.HeaderClassName
{
color: #0906BC;
}
.AnyTagClassName
{
color: #0906BC;
}
</style>
background-color css
<style>
a { background-color: #0906BC; }
a { background-color: rgb(9,6,188); }
div.DivClassName
{
background-color: #0906BC;
}
.BgClassName
{
background-color: #0906BC;
}
</style>
border-color css
<style>
span { border-color: #0906BC; }
span { border-color: rgb(9,6,188); }
td.TdClassName
{
border-color: #0906BC;
}
.TagClassName
{
border-color: #0906BC;
}
</style>