Shades of Medium Blue #1606BA
Tints of Medium Blue #1606BA
RGB
CMYK
RGB Variations
Color information
#1606BA (or 0x1606BA) is known color: Medium Blue. HEX triplet: 16, 06 and BA. RGB value is (22,6,186). Sum of RGB (Red+Green+Blue) = 22+6+186=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 186 (73.05% from 255 or 86.92% from 214); Max value from RGB is 186 - color contains mainly: blue. Hex color #1606BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1606BA is #E9F945. Grayscale: #1E1E1E. Windows color (decimal): -15333702 or 12191254. OLE color: 12191254.
HSL color Cylindrical-coordinate representation of color #1606BA: hue angle of 245.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1606BA is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 6 | 186 | - |
| CMYK | 0.88 | 0.97 | 0 | 0.27 |
| HSL | 245.33º | 0.94% | 0.38% | - |
| HSV(B) | 245.33º | 0.97% | 0.73% | - |
| XYZ | 9.26 | 3.85 | 46.71 | - |
| YUV | 31.3 | 215.3 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 6 | 186 | 0.88 | 0.97 | 0 | 0.27 | 245.33 | 0.94 | 0.38 |
| Hex | 16 | 6 | BA | 58 | 61 | 0 | 1B | F5 | 5E | 26 |
| Octal | 26 | 6 | 272 | 130 | 141 | 0 | 33 | 365 | 136 | 46 |
| Binary | 10110 | 110 | 10111010 | 1011000 | 1100001 | 0 | 11011 | 11110101 | 1011110 | 100110 |
Color Harmonies of #1606BA
Complementary color
Monochromatic Colors of #1606BA
Black with #1606BA
Text Example
Text Example
White with #1606BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1606BA; }
p { color: rgb(22,6,186); }
H1.HeaderClassName
{
color: #1606BA;
}
.AnyTagClassName
{
color: #1606BA;
}
</style>
background-color css
<style>
a { background-color: #1606BA; }
a { background-color: rgb(22,6,186); }
div.DivClassName
{
background-color: #1606BA;
}
.BgClassName
{
background-color: #1606BA;
}
</style>
border-color css
<style>
span { border-color: #1606BA; }
span { border-color: rgb(22,6,186); }
td.TdClassName
{
border-color: #1606BA;
}
.TagClassName
{
border-color: #1606BA;
}
</style>