Shades of Medium Blue #010FC6
Tints of Medium Blue #010FC6
RGB
CMYK
RGB Variations
Color information
#010FC6 (or 0x010FC6) is known color: Medium Blue. HEX triplet: 01, 0F and C6. RGB value is (1,15,198). Sum of RGB (Red+Green+Blue) = 1+15+198=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 198 (77.73% from 255 or 92.52% from 214); Max value from RGB is 198 - color contains mainly: blue. Hex color #010FC6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010FC6 is #FEF039. Grayscale: #1E1E1E. Windows color (decimal): -16707642 or 12979969. OLE color: 12979969.
HSL color Cylindrical-coordinate representation of color #010FC6: hue angle of 235.74º 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 #010FC6 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 15 | 198 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.22 |
| HSL | 235.74º | 0.99% | 0.39% | - |
| HSV(B) | 235.74º | 0.99% | 0.78% | - |
| XYZ | 10.38 | 4.43 | 53.73 | - |
| YUV | 31.68 | 221.86 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 198 | 0.99 | 0.92 | 0 | 0.22 | 235.74 | 0.99 | 0.39 |
| Hex | 1 | F | C6 | 63 | 5C | 0 | 16 | EC | 63 | 27 |
| Octal | 1 | 17 | 306 | 143 | 134 | 0 | 26 | 354 | 143 | 47 |
| Binary | 1 | 1111 | 11000110 | 1100011 | 1011100 | 0 | 10110 | 11101100 | 1100011 | 100111 |
Color Harmonies of #010FC6
Complementary color
Monochromatic Colors of #010FC6
Black with #010FC6
Text Example
Text Example
White with #010FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010FC6; }
p { color: rgb(1,15,198); }
H1.HeaderClassName
{
color: #010FC6;
}
.AnyTagClassName
{
color: #010FC6;
}
</style>
background-color css
<style>
a { background-color: #010FC6; }
a { background-color: rgb(1,15,198); }
div.DivClassName
{
background-color: #010FC6;
}
.BgClassName
{
background-color: #010FC6;
}
</style>
border-color css
<style>
span { border-color: #010FC6; }
span { border-color: rgb(1,15,198); }
td.TdClassName
{
border-color: #010FC6;
}
.TagClassName
{
border-color: #010FC6;
}
</style>