Shades of Medium Blue #0305BA
Tints of Medium Blue #0305BA
RGB
CMYK
RGB Variations
Color information
#0305BA (or 0x0305BA) is known color: Medium Blue. HEX triplet: 03, 05 and BA. RGB value is (3,5,186). Sum of RGB (Red+Green+Blue) = 3+5+186=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 186 (73.05% from 255 or 95.88% from 194); Max value from RGB is 186 - color contains mainly: blue. Hex color #0305BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0305BA is #FCFA45. Grayscale: #181818. Windows color (decimal): -16579142 or 12190979. OLE color: 12190979.
HSL color Cylindrical-coordinate representation of color #0305BA: hue angle of 239.34º degrees, saturation: 0.97, 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 #0305BA is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 5 | 186 | - |
| CMYK | 0.98 | 0.97 | 0 | 0.27 |
| HSL | 239.34º | 0.97% | 0.37% | - |
| HSV(B) | 239.34º | 0.98% | 0.73% | - |
| XYZ | 8.95 | 3.67 | 46.69 | - |
| YUV | 25.04 | 218.84 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 5 | 186 | 0.98 | 0.97 | 0 | 0.27 | 239.34 | 0.97 | 0.37 |
| Hex | 3 | 5 | BA | 62 | 61 | 0 | 1B | EF | 61 | 25 |
| Octal | 3 | 5 | 272 | 142 | 141 | 0 | 33 | 357 | 141 | 45 |
| Binary | 11 | 101 | 10111010 | 1100010 | 1100001 | 0 | 11011 | 11101111 | 1100001 | 100101 |
Color Harmonies of #0305BA
Complementary color
Monochromatic Colors of #0305BA
Black with #0305BA
Text Example
Text Example
White with #0305BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0305BA; }
p { color: rgb(3,5,186); }
H1.HeaderClassName
{
color: #0305BA;
}
.AnyTagClassName
{
color: #0305BA;
}
</style>
background-color css
<style>
a { background-color: #0305BA; }
a { background-color: rgb(3,5,186); }
div.DivClassName
{
background-color: #0305BA;
}
.BgClassName
{
background-color: #0305BA;
}
</style>
border-color css
<style>
span { border-color: #0305BA; }
span { border-color: rgb(3,5,186); }
td.TdClassName
{
border-color: #0305BA;
}
.TagClassName
{
border-color: #0305BA;
}
</style>