Shades of Medium Blue #0804BA
Tints of Medium Blue #0804BA
RGB
CMYK
RGB Variations
Color information
#0804BA (or 0x0804BA) is known color: Medium Blue. HEX triplet: 08, 04 and BA. RGB value is (8,4,186). Sum of RGB (Red+Green+Blue) = 8+4+186=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 186 (73.05% from 255 or 93.94% from 198); Max value from RGB is 186 - color contains mainly: blue. Hex color #0804BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0804BA is #F7FB45. Grayscale: #191919. Windows color (decimal): -16251718 or 12190728. OLE color: 12190728.
HSL color Cylindrical-coordinate representation of color #0804BA: hue angle of 241.32º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0804BA is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 4 | 186 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.27 |
| HSL | 241.32º | 0.96% | 0.37% | - |
| HSV(B) | 241.32º | 0.98% | 0.73% | - |
| XYZ | 9.01 | 3.68 | 46.69 | - |
| YUV | 25.94 | 218.33 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 186 | 0.96 | 0.98 | 0 | 0.27 | 241.32 | 0.96 | 0.37 |
| Hex | 8 | 4 | BA | 60 | 62 | 0 | 1B | F1 | 60 | 25 |
| Octal | 10 | 4 | 272 | 140 | 142 | 0 | 33 | 361 | 140 | 45 |
| Binary | 1000 | 100 | 10111010 | 1100000 | 1100010 | 0 | 11011 | 11110001 | 1100000 | 100101 |
Color Harmonies of #0804BA
Complementary color
Monochromatic Colors of #0804BA
Black with #0804BA
Text Example
Text Example
White with #0804BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0804BA; }
p { color: rgb(8,4,186); }
H1.HeaderClassName
{
color: #0804BA;
}
.AnyTagClassName
{
color: #0804BA;
}
</style>
background-color css
<style>
a { background-color: #0804BA; }
a { background-color: rgb(8,4,186); }
div.DivClassName
{
background-color: #0804BA;
}
.BgClassName
{
background-color: #0804BA;
}
</style>
border-color css
<style>
span { border-color: #0804BA; }
span { border-color: rgb(8,4,186); }
td.TdClassName
{
border-color: #0804BA;
}
.TagClassName
{
border-color: #0804BA;
}
</style>