Shades of Medium Blue #0700BA
Tints of Medium Blue #0700BA
RGB
CMYK
RGB Variations
Color information
#0700BA (or 0x0700BA) is known color: Medium Blue. HEX triplet: 07, 00 and BA. RGB value is (7,0,186). Sum of RGB (Red+Green+Blue) = 7+0+186=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 186 (73.05% from 255 or 96.37% from 193); Max value from RGB is 186 - color contains mainly: blue. Hex color #0700BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0700BA is #F8FF45. Grayscale: #161616. Windows color (decimal): -16318278 or 12189703. OLE color: 12189703.
HSL color Cylindrical-coordinate representation of color #0700BA: hue angle of 242.26º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0700BA is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 0 | 186 | - |
| CMYK | 0.96 | 1 | 0 | 0.27 |
| HSL | 242.26º | 1% | 0.36% | - |
| HSV(B) | 242.26º | 1% | 0.73% | - |
| XYZ | 8.95 | 3.59 | 46.68 | - |
| YUV | 23.3 | 219.82 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 186 | 0.96 | 1 | 0 | 0.27 | 242.26 | 1 | 0.36 |
| Hex | 7 | 0 | BA | 60 | 64 | 0 | 1B | F2 | 64 | 24 |
| Octal | 7 | 0 | 272 | 140 | 144 | 0 | 33 | 362 | 144 | 44 |
| Binary | 111 | 0 | 10111010 | 1100000 | 1100100 | 0 | 11011 | 11110010 | 1100100 | 100100 |
Color Harmonies of #0700BA
Complementary color
Monochromatic Colors of #0700BA
Black with #0700BA
Text Example
Text Example
White with #0700BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0700BA; }
p { color: rgb(7,0,186); }
H1.HeaderClassName
{
color: #0700BA;
}
.AnyTagClassName
{
color: #0700BA;
}
</style>
background-color css
<style>
a { background-color: #0700BA; }
a { background-color: rgb(7,0,186); }
div.DivClassName
{
background-color: #0700BA;
}
.BgClassName
{
background-color: #0700BA;
}
</style>
border-color css
<style>
span { border-color: #0700BA; }
span { border-color: rgb(7,0,186); }
td.TdClassName
{
border-color: #0700BA;
}
.TagClassName
{
border-color: #0700BA;
}
</style>