Shades of Medium Blue #000FC7
Tints of Medium Blue #000FC7
RGB
CMYK
RGB Variations
Color information
#000FC7 (or 0x000FC7) is known color: Medium Blue. HEX triplet: 00, 0F and C7. RGB value is (0,15,199). Sum of RGB (Red+Green+Blue) = 0+15+199=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 199 (78.12% from 255 or 92.99% from 214); Max value from RGB is 199 - color contains mainly: blue. Hex color #000FC7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000FC7 is #FFF038. Grayscale: #1E1E1E. Windows color (decimal): -16773177 or 13045504. OLE color: 13045504.
HSL color Cylindrical-coordinate representation of color #000FC7: hue angle of 235.48º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000FC7 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 15 | 199 | - |
| CMYK | 1 | 0.92 | 0 | 0.22 |
| HSL | 235.48º | 1% | 0.39% | - |
| HSV(B) | 235.48º | 1% | 0.78% | - |
| XYZ | 10.48 | 4.47 | 54.34 | - |
| YUV | 31.49 | 222.53 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 199 | 1 | 0.92 | 0 | 0.22 | 235.48 | 1 | 0.39 |
| Hex | 0 | F | C7 | 64 | 5C | 0 | 16 | EB | 64 | 27 |
| Octal | 0 | 17 | 307 | 144 | 134 | 0 | 26 | 353 | 144 | 47 |
| Binary | 0 | 1111 | 11000111 | 1100100 | 1011100 | 0 | 10110 | 11101011 | 1100100 | 100111 |
Color Harmonies of #000FC7
Complementary color
Monochromatic Colors of #000FC7
Black with #000FC7
Text Example
Text Example
White with #000FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000FC7; }
p { color: rgb(0,15,199); }
H1.HeaderClassName
{
color: #000FC7;
}
.AnyTagClassName
{
color: #000FC7;
}
</style>
background-color css
<style>
a { background-color: #000FC7; }
a { background-color: rgb(0,15,199); }
div.DivClassName
{
background-color: #000FC7;
}
.BgClassName
{
background-color: #000FC7;
}
</style>
border-color css
<style>
span { border-color: #000FC7; }
span { border-color: rgb(0,15,199); }
td.TdClassName
{
border-color: #000FC7;
}
.TagClassName
{
border-color: #000FC7;
}
</style>