Shades of Medium Blue #010FC7
Tints of Medium Blue #010FC7
RGB
CMYK
RGB Variations
Color information
#010FC7 (or 0x010FC7) is known color: Medium Blue. HEX triplet: 01, 0F and C7. RGB value is (1,15,199). Sum of RGB (Red+Green+Blue) = 1+15+199=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 199 (78.12% from 255 or 92.56% from 215); Max value from RGB is 199 - color contains mainly: blue. Hex color #010FC7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010FC7 is #FEF038. Grayscale: #1F1F1F. Windows color (decimal): -16707641 or 13045505. OLE color: 13045505.
HSL color Cylindrical-coordinate representation of color #010FC7: hue angle of 235.76º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010FC7 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 15 | 199 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.22 |
| HSL | 235.76º | 0.99% | 0.39% | - |
| HSV(B) | 235.76º | 0.99% | 0.78% | - |
| XYZ | 10.49 | 4.47 | 54.34 | - |
| YUV | 31.79 | 222.36 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 199 | 0.99 | 0.92 | 0 | 0.22 | 235.76 | 0.99 | 0.39 |
| Hex | 1 | F | C7 | 63 | 5C | 0 | 16 | EC | 63 | 27 |
| Octal | 1 | 17 | 307 | 143 | 134 | 0 | 26 | 354 | 143 | 47 |
| Binary | 1 | 1111 | 11000111 | 1100011 | 1011100 | 0 | 10110 | 11101100 | 1100011 | 100111 |
Color Harmonies of #010FC7
Complementary color
Monochromatic Colors of #010FC7
Black with #010FC7
Text Example
Text Example
White with #010FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010FC7; }
p { color: rgb(1,15,199); }
H1.HeaderClassName
{
color: #010FC7;
}
.AnyTagClassName
{
color: #010FC7;
}
</style>
background-color css
<style>
a { background-color: #010FC7; }
a { background-color: rgb(1,15,199); }
div.DivClassName
{
background-color: #010FC7;
}
.BgClassName
{
background-color: #010FC7;
}
</style>
border-color css
<style>
span { border-color: #010FC7; }
span { border-color: rgb(1,15,199); }
td.TdClassName
{
border-color: #010FC7;
}
.TagClassName
{
border-color: #010FC7;
}
</style>