Shades of Medium Blue #0906CB
Tints of Medium Blue #0906CB
RGB
CMYK
RGB Variations
Color information
#0906CB (or 0x0906CB) is known color: Medium Blue. HEX triplet: 09, 06 and CB. RGB value is (9,6,203). Sum of RGB (Red+Green+Blue) = 9+6+203=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 203 (79.69% from 255 or 93.12% from 218); Max value from RGB is 203 - color contains mainly: blue. Hex color #0906CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0906CB is #F6F934. Grayscale: #1C1C1C. Windows color (decimal): -16185653 or 13305353. OLE color: 13305353.
HSL color Cylindrical-coordinate representation of color #0906CB: hue angle of 240.91º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0906CB is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 6 | 203 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.20 |
| HSL | 240.91º | 0.94% | 0.41% | - |
| HSV(B) | 240.91º | 0.97% | 0.8% | - |
| XYZ | 10.96 | 4.5 | 56.79 | - |
| YUV | 29.36 | 225.99 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 6 | 203 | 0.96 | 0.97 | 0 | 0.20 | 240.91 | 0.94 | 0.41 |
| Hex | 9 | 6 | CB | 60 | 61 | 0 | 14 | F1 | 5E | 29 |
| Octal | 11 | 6 | 313 | 140 | 141 | 0 | 24 | 361 | 136 | 51 |
| Binary | 1001 | 110 | 11001011 | 1100000 | 1100001 | 0 | 10100 | 11110001 | 1011110 | 101001 |
Color Harmonies of #0906CB
Complementary color
Monochromatic Colors of #0906CB
Black with #0906CB
Text Example
Text Example
White with #0906CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0906CB; }
p { color: rgb(9,6,203); }
H1.HeaderClassName
{
color: #0906CB;
}
.AnyTagClassName
{
color: #0906CB;
}
</style>
background-color css
<style>
a { background-color: #0906CB; }
a { background-color: rgb(9,6,203); }
div.DivClassName
{
background-color: #0906CB;
}
.BgClassName
{
background-color: #0906CB;
}
</style>
border-color css
<style>
span { border-color: #0906CB; }
span { border-color: rgb(9,6,203); }
td.TdClassName
{
border-color: #0906CB;
}
.TagClassName
{
border-color: #0906CB;
}
</style>