Shades of Medium Blue #0713B5
Tints of Medium Blue #0713B5
RGB
CMYK
RGB Variations
Color information
#0713B5 (or 0x0713B5) is known color: Medium Blue. HEX triplet: 07, 13 and B5. RGB value is (7,19,181). Sum of RGB (Red+Green+Blue) = 7+19+181=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 181 (71.09% from 255 or 87.44% from 207); Max value from RGB is 181 - color contains mainly: blue. Hex color #0713B5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0713B5 is #F8EC4A. Grayscale: #212121. Windows color (decimal): -16313419 or 11866887. OLE color: 11866887.
HSL color Cylindrical-coordinate representation of color #0713B5: hue angle of 235.86º 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 #0713B5 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 19 | 181 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.29 |
| HSL | 235.86º | 0.93% | 0.37% | - |
| HSV(B) | 235.86º | 0.96% | 0.71% | - |
| XYZ | 8.66 | 3.85 | 44 | - |
| YUV | 33.88 | 211.02 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 181 | 0.96 | 0.90 | 0 | 0.29 | 235.86 | 0.93 | 0.37 |
| Hex | 7 | 13 | B5 | 60 | 5A | 0 | 1D | EC | 5D | 25 |
| Octal | 7 | 23 | 265 | 140 | 132 | 0 | 35 | 354 | 135 | 45 |
| Binary | 111 | 10011 | 10110101 | 1100000 | 1011010 | 0 | 11101 | 11101100 | 1011101 | 100101 |
Color Harmonies of #0713B5
Complementary color
Monochromatic Colors of #0713B5
Black with #0713B5
Text Example
Text Example
White with #0713B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0713B5; }
p { color: rgb(7,19,181); }
H1.HeaderClassName
{
color: #0713B5;
}
.AnyTagClassName
{
color: #0713B5;
}
</style>
background-color css
<style>
a { background-color: #0713B5; }
a { background-color: rgb(7,19,181); }
div.DivClassName
{
background-color: #0713B5;
}
.BgClassName
{
background-color: #0713B5;
}
</style>
border-color css
<style>
span { border-color: #0713B5; }
span { border-color: rgb(7,19,181); }
td.TdClassName
{
border-color: #0713B5;
}
.TagClassName
{
border-color: #0713B5;
}
</style>