Shades of Medium Blue #0716CB
Tints of Medium Blue #0716CB
RGB
CMYK
RGB Variations
Color information
#0716CB (or 0x0716CB) is known color: Medium Blue. HEX triplet: 07, 16 and CB. RGB value is (7,22,203). Sum of RGB (Red+Green+Blue) = 7+22+203=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 203 (79.69% from 255 or 87.5% from 232); Max value from RGB is 203 - color contains mainly: blue. Hex color #0716CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0716CB is #F8E934. Grayscale: #252525. Windows color (decimal): -16312629 or 13309447. OLE color: 13309447.
HSL color Cylindrical-coordinate representation of color #0716CB: hue angle of 235.41º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0716CB is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 22 | 203 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.20 |
| HSL | 235.41º | 0.93% | 0.41% | - |
| HSV(B) | 235.41º | 0.97% | 0.8% | - |
| XYZ | 11.15 | 4.93 | 56.86 | - |
| YUV | 38.15 | 221.03 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 203 | 0.97 | 0.89 | 0 | 0.20 | 235.41 | 0.93 | 0.41 |
| Hex | 7 | 16 | CB | 61 | 59 | 0 | 14 | EB | 5D | 29 |
| Octal | 7 | 26 | 313 | 141 | 131 | 0 | 24 | 353 | 135 | 51 |
| Binary | 111 | 10110 | 11001011 | 1100001 | 1011001 | 0 | 10100 | 11101011 | 1011101 | 101001 |
Color Harmonies of #0716CB
Complementary color
Monochromatic Colors of #0716CB
Black with #0716CB
Text Example
Text Example
White with #0716CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0716CB; }
p { color: rgb(7,22,203); }
H1.HeaderClassName
{
color: #0716CB;
}
.AnyTagClassName
{
color: #0716CB;
}
</style>
background-color css
<style>
a { background-color: #0716CB; }
a { background-color: rgb(7,22,203); }
div.DivClassName
{
background-color: #0716CB;
}
.BgClassName
{
background-color: #0716CB;
}
</style>
border-color css
<style>
span { border-color: #0716CB; }
span { border-color: rgb(7,22,203); }
td.TdClassName
{
border-color: #0716CB;
}
.TagClassName
{
border-color: #0716CB;
}
</style>