Shades of Medium Blue #0701BA
Tints of Medium Blue #0701BA
RGB
CMYK
RGB Variations
Color information
#0701BA (or 0x0701BA) is known color: Medium Blue. HEX triplet: 07, 01 and BA. RGB value is (7,1,186). Sum of RGB (Red+Green+Blue) = 7+1+186=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 1 (0.78% from 255 or 0.52% 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 #0701BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0701BA is #F8FE45. Grayscale: #171717. Windows color (decimal): -16318022 or 12189959. OLE color: 12189959.
HSL color Cylindrical-coordinate representation of color #0701BA: hue angle of 241.95º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0701BA is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 1 | 186 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.27 |
| HSL | 241.95º | 0.99% | 0.37% | - |
| HSV(B) | 241.95º | 0.99% | 0.73% | - |
| XYZ | 8.96 | 3.61 | 46.68 | - |
| YUV | 23.88 | 219.49 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 186 | 0.96 | 0.99 | 0 | 0.27 | 241.95 | 0.99 | 0.37 |
| Hex | 7 | 1 | BA | 60 | 63 | 0 | 1B | F2 | 63 | 25 |
| Octal | 7 | 1 | 272 | 140 | 143 | 0 | 33 | 362 | 143 | 45 |
| Binary | 111 | 1 | 10111010 | 1100000 | 1100011 | 0 | 11011 | 11110010 | 1100011 | 100101 |
Color Harmonies of #0701BA
Complementary color
Monochromatic Colors of #0701BA
Black with #0701BA
Text Example
Text Example
White with #0701BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0701BA; }
p { color: rgb(7,1,186); }
H1.HeaderClassName
{
color: #0701BA;
}
.AnyTagClassName
{
color: #0701BA;
}
</style>
background-color css
<style>
a { background-color: #0701BA; }
a { background-color: rgb(7,1,186); }
div.DivClassName
{
background-color: #0701BA;
}
.BgClassName
{
background-color: #0701BA;
}
</style>
border-color css
<style>
span { border-color: #0701BA; }
span { border-color: rgb(7,1,186); }
td.TdClassName
{
border-color: #0701BA;
}
.TagClassName
{
border-color: #0701BA;
}
</style>