Shades of Medium Blue #0106C1
Tints of Medium Blue #0106C1
RGB
CMYK
RGB Variations
Color information
#0106C1 (or 0x0106C1) is known color: Medium Blue. HEX triplet: 01, 06 and C1. RGB value is (1,6,193). Sum of RGB (Red+Green+Blue) = 1+6+193=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 193 (75.78% from 255 or 96.5% from 200); Max value from RGB is 193 - color contains mainly: blue. Hex color #0106C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0106C1 is #FEF93E. Grayscale: #191919. Windows color (decimal): -16709951 or 12649985. OLE color: 12649985.
HSL color Cylindrical-coordinate representation of color #0106C1: hue angle of 238.44º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0106C1 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 6 | 193 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.24 |
| HSL | 238.44º | 0.99% | 0.38% | - |
| HSV(B) | 238.44º | 0.99% | 0.76% | - |
| XYZ | 9.7 | 3.99 | 50.71 | - |
| YUV | 25.82 | 222.34 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 6 | 193 | 0.99 | 0.97 | 0 | 0.24 | 238.44 | 0.99 | 0.38 |
| Hex | 1 | 6 | C1 | 63 | 61 | 0 | 18 | EE | 63 | 26 |
| Octal | 1 | 6 | 301 | 143 | 141 | 0 | 30 | 356 | 143 | 46 |
| Binary | 1 | 110 | 11000001 | 1100011 | 1100001 | 0 | 11000 | 11101110 | 1100011 | 100110 |
Color Harmonies of #0106C1
Complementary color
Monochromatic Colors of #0106C1
Black with #0106C1
Text Example
Text Example
White with #0106C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0106C1; }
p { color: rgb(1,6,193); }
H1.HeaderClassName
{
color: #0106C1;
}
.AnyTagClassName
{
color: #0106C1;
}
</style>
background-color css
<style>
a { background-color: #0106C1; }
a { background-color: rgb(1,6,193); }
div.DivClassName
{
background-color: #0106C1;
}
.BgClassName
{
background-color: #0106C1;
}
</style>
border-color css
<style>
span { border-color: #0106C1; }
span { border-color: rgb(1,6,193); }
td.TdClassName
{
border-color: #0106C1;
}
.TagClassName
{
border-color: #0106C1;
}
</style>