Shades of Medium Blue #0911BB
Tints of Medium Blue #0911BB
RGB
CMYK
RGB Variations
Color information
#0911BB (or 0x0911BB) is known color: Medium Blue. HEX triplet: 09, 11 and BB. RGB value is (9,17,187). Sum of RGB (Red+Green+Blue) = 9+17+187=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 187 (73.44% from 255 or 87.79% from 213); Max value from RGB is 187 - color contains mainly: blue. Hex color #0911BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0911BB is #F6EE44. Grayscale: #212121. Windows color (decimal): -16182853 or 12259593. OLE color: 12259593.
HSL color Cylindrical-coordinate representation of color #0911BB: hue angle of 237.3º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0911BB is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 17 | 187 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.27 |
| HSL | 237.3º | 0.91% | 0.38% | - |
| HSV(B) | 237.3º | 0.95% | 0.73% | - |
| XYZ | 9.28 | 4.05 | 47.31 | - |
| YUV | 33.99 | 214.35 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 187 | 0.95 | 0.91 | 0 | 0.27 | 237.3 | 0.91 | 0.38 |
| Hex | 9 | 11 | BB | 5F | 5B | 0 | 1B | ED | 5B | 26 |
| Octal | 11 | 21 | 273 | 137 | 133 | 0 | 33 | 355 | 133 | 46 |
| Binary | 1001 | 10001 | 10111011 | 1011111 | 1011011 | 0 | 11011 | 11101101 | 1011011 | 100110 |
Color Harmonies of #0911BB
Complementary color
Monochromatic Colors of #0911BB
Black with #0911BB
Text Example
Text Example
White with #0911BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0911BB; }
p { color: rgb(9,17,187); }
H1.HeaderClassName
{
color: #0911BB;
}
.AnyTagClassName
{
color: #0911BB;
}
</style>
background-color css
<style>
a { background-color: #0911BB; }
a { background-color: rgb(9,17,187); }
div.DivClassName
{
background-color: #0911BB;
}
.BgClassName
{
background-color: #0911BB;
}
</style>
border-color css
<style>
span { border-color: #0911BB; }
span { border-color: rgb(9,17,187); }
td.TdClassName
{
border-color: #0911BB;
}
.TagClassName
{
border-color: #0911BB;
}
</style>