Shades of Medium Blue #0816BA
Tints of Medium Blue #0816BA
RGB
CMYK
RGB Variations
Color information
#0816BA (or 0x0816BA) is known color: Medium Blue. HEX triplet: 08, 16 and BA. RGB value is (8,22,186). Sum of RGB (Red+Green+Blue) = 8+22+186=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 186 (73.05% from 255 or 86.11% from 216); Max value from RGB is 186 - color contains mainly: blue. Hex color #0816BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0816BA is #F7E945. Grayscale: #232323. Windows color (decimal): -16247110 or 12195336. OLE color: 12195336.
HSL color Cylindrical-coordinate representation of color #0816BA: hue angle of 235.28º 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 #0816BA is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 22 | 186 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.27 |
| HSL | 235.28º | 0.92% | 0.38% | - |
| HSV(B) | 235.28º | 0.96% | 0.73% | - |
| XYZ | 9.25 | 4.17 | 46.77 | - |
| YUV | 36.51 | 212.36 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 22 | 186 | 0.96 | 0.88 | 0 | 0.27 | 235.28 | 0.92 | 0.38 |
| Hex | 8 | 16 | BA | 60 | 58 | 0 | 1B | EB | 5C | 26 |
| Octal | 10 | 26 | 272 | 140 | 130 | 0 | 33 | 353 | 134 | 46 |
| Binary | 1000 | 10110 | 10111010 | 1100000 | 1011000 | 0 | 11011 | 11101011 | 1011100 | 100110 |
Color Harmonies of #0816BA
Complementary color
Monochromatic Colors of #0816BA
Black with #0816BA
Text Example
Text Example
White with #0816BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0816BA; }
p { color: rgb(8,22,186); }
H1.HeaderClassName
{
color: #0816BA;
}
.AnyTagClassName
{
color: #0816BA;
}
</style>
background-color css
<style>
a { background-color: #0816BA; }
a { background-color: rgb(8,22,186); }
div.DivClassName
{
background-color: #0816BA;
}
.BgClassName
{
background-color: #0816BA;
}
</style>
border-color css
<style>
span { border-color: #0816BA; }
span { border-color: rgb(8,22,186); }
td.TdClassName
{
border-color: #0816BA;
}
.TagClassName
{
border-color: #0816BA;
}
</style>