Shades of Medium Blue #0713BF
Tints of Medium Blue #0713BF
RGB
CMYK
RGB Variations
Color information
#0713BF (or 0x0713BF) is known color: Medium Blue. HEX triplet: 07, 13 and BF. RGB value is (7,19,191). Sum of RGB (Red+Green+Blue) = 7+19+191=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 191 (75% from 255 or 88.02% from 217); Max value from RGB is 191 - color contains mainly: blue. Hex color #0713BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0713BF is #F8EC40. Grayscale: #222222. Windows color (decimal): -16313409 or 12522247. OLE color: 12522247.
HSL color Cylindrical-coordinate representation of color #0713BF: hue angle of 236.09º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0713BF is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 19 | 191 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.25 |
| HSL | 236.09º | 0.93% | 0.39% | - |
| HSV(B) | 236.09º | 0.96% | 0.75% | - |
| XYZ | 9.72 | 4.27 | 49.6 | - |
| YUV | 35.02 | 216.02 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 191 | 0.96 | 0.90 | 0 | 0.25 | 236.09 | 0.93 | 0.39 |
| Hex | 7 | 13 | BF | 60 | 5A | 0 | 19 | EC | 5D | 27 |
| Octal | 7 | 23 | 277 | 140 | 132 | 0 | 31 | 354 | 135 | 47 |
| Binary | 111 | 10011 | 10111111 | 1100000 | 1011010 | 0 | 11001 | 11101100 | 1011101 | 100111 |
Color Harmonies of #0713BF
Complementary color
Monochromatic Colors of #0713BF
Black with #0713BF
Text Example
Text Example
White with #0713BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0713BF; }
p { color: rgb(7,19,191); }
H1.HeaderClassName
{
color: #0713BF;
}
.AnyTagClassName
{
color: #0713BF;
}
</style>
background-color css
<style>
a { background-color: #0713BF; }
a { background-color: rgb(7,19,191); }
div.DivClassName
{
background-color: #0713BF;
}
.BgClassName
{
background-color: #0713BF;
}
</style>
border-color css
<style>
span { border-color: #0713BF; }
span { border-color: rgb(7,19,191); }
td.TdClassName
{
border-color: #0713BF;
}
.TagClassName
{
border-color: #0713BF;
}
</style>