Shades of Medium Blue #0709C0
Tints of Medium Blue #0709C0
RGB
CMYK
RGB Variations
Color information
#0709C0 (or 0x0709C0) is known color: Medium Blue. HEX triplet: 07, 09 and C0. RGB value is (7,9,192). Sum of RGB (Red+Green+Blue) = 7+9+192=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 192 (75.39% from 255 or 92.31% from 208); Max value from RGB is 192 - color contains mainly: blue. Hex color #0709C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0709C0 is #F8F63F. Grayscale: #1C1C1C. Windows color (decimal): -16315968 or 12585223. OLE color: 12585223.
HSL color Cylindrical-coordinate representation of color #0709C0: hue angle of 239.35º 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 #0709C0 is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 9 | 192 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.25 |
| HSL | 239.35º | 0.93% | 0.39% | - |
| HSV(B) | 239.35º | 0.96% | 0.75% | - |
| XYZ | 9.7 | 4.05 | 50.14 | - |
| YUV | 29.26 | 219.84 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 9 | 192 | 0.96 | 0.95 | 0 | 0.25 | 239.35 | 0.93 | 0.39 |
| Hex | 7 | 9 | C0 | 60 | 5F | 0 | 19 | EF | 5D | 27 |
| Octal | 7 | 11 | 300 | 140 | 137 | 0 | 31 | 357 | 135 | 47 |
| Binary | 111 | 1001 | 11000000 | 1100000 | 1011111 | 0 | 11001 | 11101111 | 1011101 | 100111 |
Color Harmonies of #0709C0
Complementary color
Monochromatic Colors of #0709C0
Black with #0709C0
Text Example
Text Example
White with #0709C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0709C0; }
p { color: rgb(7,9,192); }
H1.HeaderClassName
{
color: #0709C0;
}
.AnyTagClassName
{
color: #0709C0;
}
</style>
background-color css
<style>
a { background-color: #0709C0; }
a { background-color: rgb(7,9,192); }
div.DivClassName
{
background-color: #0709C0;
}
.BgClassName
{
background-color: #0709C0;
}
</style>
border-color css
<style>
span { border-color: #0709C0; }
span { border-color: rgb(7,9,192); }
td.TdClassName
{
border-color: #0709C0;
}
.TagClassName
{
border-color: #0709C0;
}
</style>