Shades of Medium Blue #1606BC
Tints of Medium Blue #1606BC
RGB
CMYK
RGB Variations
Color information
#1606BC (or 0x1606BC) is known color: Medium Blue. HEX triplet: 16, 06 and BC. RGB value is (22,6,188). Sum of RGB (Red+Green+Blue) = 22+6+188=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 188 (73.83% from 255 or 87.04% from 216); Max value from RGB is 188 - color contains mainly: blue. Hex color #1606BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1606BC is #E9F943. Grayscale: #1E1E1E. Windows color (decimal): -15333700 or 12322326. OLE color: 12322326.
HSL color Cylindrical-coordinate representation of color #1606BC: hue angle of 245.27º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1606BC is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 6 | 188 | - |
| CMYK | 0.88 | 0.97 | 0 | 0.26 |
| HSL | 245.27º | 0.94% | 0.38% | - |
| HSV(B) | 245.27º | 0.97% | 0.74% | - |
| XYZ | 9.47 | 3.93 | 47.84 | - |
| YUV | 31.53 | 216.3 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 6 | 188 | 0.88 | 0.97 | 0 | 0.26 | 245.27 | 0.94 | 0.38 |
| Hex | 16 | 6 | BC | 58 | 61 | 0 | 1A | F5 | 5E | 26 |
| Octal | 26 | 6 | 274 | 130 | 141 | 0 | 32 | 365 | 136 | 46 |
| Binary | 10110 | 110 | 10111100 | 1011000 | 1100001 | 0 | 11010 | 11110101 | 1011110 | 100110 |
Color Harmonies of #1606BC
Complementary color
Monochromatic Colors of #1606BC
Black with #1606BC
Text Example
Text Example
White with #1606BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1606BC; }
p { color: rgb(22,6,188); }
H1.HeaderClassName
{
color: #1606BC;
}
.AnyTagClassName
{
color: #1606BC;
}
</style>
background-color css
<style>
a { background-color: #1606BC; }
a { background-color: rgb(22,6,188); }
div.DivClassName
{
background-color: #1606BC;
}
.BgClassName
{
background-color: #1606BC;
}
</style>
border-color css
<style>
span { border-color: #1606BC; }
span { border-color: rgb(22,6,188); }
td.TdClassName
{
border-color: #1606BC;
}
.TagClassName
{
border-color: #1606BC;
}
</style>