Shades of Medium Blue #0906C0
Tints of Medium Blue #0906C0
RGB
CMYK
RGB Variations
Color information
#0906C0 (or 0x0906C0) is known color: Medium Blue. HEX triplet: 09, 06 and C0. RGB value is (9,6,192). Sum of RGB (Red+Green+Blue) = 9+6+192=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 192 (75.39% from 255 or 92.75% from 207); Max value from RGB is 192 - color contains mainly: blue. Hex color #0906C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0906C0 is #F6F93F. Grayscale: #1B1B1B. Windows color (decimal): -16185664 or 12584457. OLE color: 12584457.
HSL color Cylindrical-coordinate representation of color #0906C0: hue angle of 240.97º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0906C0 is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 6 | 192 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.25 |
| HSL | 240.97º | 0.94% | 0.39% | - |
| HSV(B) | 240.97º | 0.97% | 0.75% | - |
| XYZ | 9.69 | 3.99 | 50.13 | - |
| YUV | 28.1 | 220.49 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 6 | 192 | 0.95 | 0.97 | 0 | 0.25 | 240.97 | 0.94 | 0.39 |
| Hex | 9 | 6 | C0 | 5F | 61 | 0 | 19 | F1 | 5E | 27 |
| Octal | 11 | 6 | 300 | 137 | 141 | 0 | 31 | 361 | 136 | 47 |
| Binary | 1001 | 110 | 11000000 | 1011111 | 1100001 | 0 | 11001 | 11110001 | 1011110 | 100111 |
Color Harmonies of #0906C0
Complementary color
Monochromatic Colors of #0906C0
Black with #0906C0
Text Example
Text Example
White with #0906C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0906C0; }
p { color: rgb(9,6,192); }
H1.HeaderClassName
{
color: #0906C0;
}
.AnyTagClassName
{
color: #0906C0;
}
</style>
background-color css
<style>
a { background-color: #0906C0; }
a { background-color: rgb(9,6,192); }
div.DivClassName
{
background-color: #0906C0;
}
.BgClassName
{
background-color: #0906C0;
}
</style>
border-color css
<style>
span { border-color: #0906C0; }
span { border-color: rgb(9,6,192); }
td.TdClassName
{
border-color: #0906C0;
}
.TagClassName
{
border-color: #0906C0;
}
</style>