Shades of Medium Blue #0811BA
Tints of Medium Blue #0811BA
RGB
CMYK
RGB Variations
Color information
#0811BA (or 0x0811BA) is known color: Medium Blue. HEX triplet: 08, 11 and BA. RGB value is (8,17,186). Sum of RGB (Red+Green+Blue) = 8+17+186=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 186 (73.05% from 255 or 88.15% from 211); Max value from RGB is 186 - color contains mainly: blue. Hex color #0811BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0811BA is #F7EE45. Grayscale: #202020. Windows color (decimal): -16248390 or 12194056. OLE color: 12194056.
HSL color Cylindrical-coordinate representation of color #0811BA: hue angle of 236.97º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0811BA is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 17 | 186 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.27 |
| HSL | 236.97º | 0.92% | 0.38% | - |
| HSV(B) | 236.97º | 0.96% | 0.73% | - |
| XYZ | 9.16 | 4 | 46.74 | - |
| YUV | 33.58 | 214.02 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 186 | 0.96 | 0.91 | 0 | 0.27 | 236.97 | 0.92 | 0.38 |
| Hex | 8 | 11 | BA | 60 | 5B | 0 | 1B | ED | 5C | 26 |
| Octal | 10 | 21 | 272 | 140 | 133 | 0 | 33 | 355 | 134 | 46 |
| Binary | 1000 | 10001 | 10111010 | 1100000 | 1011011 | 0 | 11011 | 11101101 | 1011100 | 100110 |
Color Harmonies of #0811BA
Complementary color
Monochromatic Colors of #0811BA
Black with #0811BA
Text Example
Text Example
White with #0811BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0811BA; }
p { color: rgb(8,17,186); }
H1.HeaderClassName
{
color: #0811BA;
}
.AnyTagClassName
{
color: #0811BA;
}
</style>
background-color css
<style>
a { background-color: #0811BA; }
a { background-color: rgb(8,17,186); }
div.DivClassName
{
background-color: #0811BA;
}
.BgClassName
{
background-color: #0811BA;
}
</style>
border-color css
<style>
span { border-color: #0811BA; }
span { border-color: rgb(8,17,186); }
td.TdClassName
{
border-color: #0811BA;
}
.TagClassName
{
border-color: #0811BA;
}
</style>