Shades of Medium Blue #0700C5
Tints of Medium Blue #0700C5
RGB
CMYK
RGB Variations
Color information
#0700C5 (or 0x0700C5) is known color: Medium Blue. HEX triplet: 07, 00 and C5. RGB value is (7,0,197). Sum of RGB (Red+Green+Blue) = 7+0+197=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 197 (77.34% from 255 or 96.57% from 204); Max value from RGB is 197 - color contains mainly: blue. Hex color #0700C5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0700C5 is #F8FF3A. Grayscale: #171717. Windows color (decimal): -16318267 or 12910599. OLE color: 12910599.
HSL color Cylindrical-coordinate representation of color #0700C5: hue angle of 242.13º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0700C5 is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 0 | 197 | - |
| CMYK | 0.96 | 1 | 0 | 0.23 |
| HSL | 242.13º | 1% | 0.39% | - |
| HSV(B) | 242.13º | 1% | 0.77% | - |
| XYZ | 10.17 | 4.08 | 53.07 | - |
| YUV | 24.55 | 225.32 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 197 | 0.96 | 1 | 0 | 0.23 | 242.13 | 1 | 0.39 |
| Hex | 7 | 0 | C5 | 60 | 64 | 0 | 17 | F2 | 64 | 27 |
| Octal | 7 | 0 | 305 | 140 | 144 | 0 | 27 | 362 | 144 | 47 |
| Binary | 111 | 0 | 11000101 | 1100000 | 1100100 | 0 | 10111 | 11110010 | 1100100 | 100111 |
Color Harmonies of #0700C5
Complementary color
Monochromatic Colors of #0700C5
Black with #0700C5
Text Example
Text Example
White with #0700C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0700C5; }
p { color: rgb(7,0,197); }
H1.HeaderClassName
{
color: #0700C5;
}
.AnyTagClassName
{
color: #0700C5;
}
</style>
background-color css
<style>
a { background-color: #0700C5; }
a { background-color: rgb(7,0,197); }
div.DivClassName
{
background-color: #0700C5;
}
.BgClassName
{
background-color: #0700C5;
}
</style>
border-color css
<style>
span { border-color: #0700C5; }
span { border-color: rgb(7,0,197); }
td.TdClassName
{
border-color: #0700C5;
}
.TagClassName
{
border-color: #0700C5;
}
</style>