Shades of Medium Blue #0B09BA
Tints of Medium Blue #0B09BA
RGB
CMYK
RGB Variations
Color information
#0B09BA (or 0x0B09BA) is known color: Medium Blue. HEX triplet: 0B, 09 and BA. RGB value is (11,9,186). Sum of RGB (Red+Green+Blue) = 11+9+186=206 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.34% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 186 (73.05% from 255 or 90.29% from 206); Max value from RGB is 186 - color contains mainly: blue. Hex color #0B09BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B09BA is #F4F645. Grayscale: #1D1D1D. Windows color (decimal): -16053830 or 12192011. OLE color: 12192011.
HSL color Cylindrical-coordinate representation of color #0B09BA: hue angle of 240.68º 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 #0B09BA is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 9 | 186 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.27 |
| HSL | 240.68º | 0.91% | 0.38% | - |
| HSV(B) | 240.68º | 0.95% | 0.73% | - |
| XYZ | 9.1 | 3.81 | 46.71 | - |
| YUV | 29.78 | 216.16 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 9 | 186 | 0.94 | 0.95 | 0 | 0.27 | 240.68 | 0.91 | 0.38 |
| Hex | B | 9 | BA | 5E | 5F | 0 | 1B | F1 | 5B | 26 |
| Octal | 13 | 11 | 272 | 136 | 137 | 0 | 33 | 361 | 133 | 46 |
| Binary | 1011 | 1001 | 10111010 | 1011110 | 1011111 | 0 | 11011 | 11110001 | 1011011 | 100110 |
Color Harmonies of #0B09BA
Complementary color
Monochromatic Colors of #0B09BA
Black with #0B09BA
Text Example
Text Example
White with #0B09BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B09BA; }
p { color: rgb(11,9,186); }
H1.HeaderClassName
{
color: #0B09BA;
}
.AnyTagClassName
{
color: #0B09BA;
}
</style>
background-color css
<style>
a { background-color: #0B09BA; }
a { background-color: rgb(11,9,186); }
div.DivClassName
{
background-color: #0B09BA;
}
.BgClassName
{
background-color: #0B09BA;
}
</style>
border-color css
<style>
span { border-color: #0B09BA; }
span { border-color: rgb(11,9,186); }
td.TdClassName
{
border-color: #0B09BA;
}
.TagClassName
{
border-color: #0B09BA;
}
</style>