Shades of Medium Blue #0710B6
Tints of Medium Blue #0710B6
RGB
CMYK
RGB Variations
Color information
#0710B6 (or 0x0710B6) is known color: Medium Blue. HEX triplet: 07, 10 and B6. RGB value is (7,16,182). Sum of RGB (Red+Green+Blue) = 7+16+182=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 182 (71.48% from 255 or 88.78% from 205); Max value from RGB is 182 - color contains mainly: blue. Hex color #0710B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0710B6 is #F8EF49. Grayscale: #1F1F1F. Windows color (decimal): -16314186 or 11931655. OLE color: 11931655.
HSL color Cylindrical-coordinate representation of color #0710B6: hue angle of 236.91º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0710B6 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 16 | 182 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.29 |
| HSL | 236.91º | 0.93% | 0.37% | - |
| HSV(B) | 236.91º | 0.96% | 0.71% | - |
| XYZ | 8.72 | 3.79 | 44.53 | - |
| YUV | 32.23 | 212.52 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 182 | 0.96 | 0.91 | 0 | 0.29 | 236.91 | 0.93 | 0.37 |
| Hex | 7 | 10 | B6 | 60 | 5B | 0 | 1D | ED | 5D | 25 |
| Octal | 7 | 20 | 266 | 140 | 133 | 0 | 35 | 355 | 135 | 45 |
| Binary | 111 | 10000 | 10110110 | 1100000 | 1011011 | 0 | 11101 | 11101101 | 1011101 | 100101 |
Color Harmonies of #0710B6
Complementary color
Monochromatic Colors of #0710B6
Black with #0710B6
Text Example
Text Example
White with #0710B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0710B6; }
p { color: rgb(7,16,182); }
H1.HeaderClassName
{
color: #0710B6;
}
.AnyTagClassName
{
color: #0710B6;
}
</style>
background-color css
<style>
a { background-color: #0710B6; }
a { background-color: rgb(7,16,182); }
div.DivClassName
{
background-color: #0710B6;
}
.BgClassName
{
background-color: #0710B6;
}
</style>
border-color css
<style>
span { border-color: #0710B6; }
span { border-color: rgb(7,16,182); }
td.TdClassName
{
border-color: #0710B6;
}
.TagClassName
{
border-color: #0710B6;
}
</style>