Shades of Medium Blue #1608BA
Tints of Medium Blue #1608BA
RGB
CMYK
RGB Variations
Color information
#1608BA (or 0x1608BA) is known color: Medium Blue. HEX triplet: 16, 08 and BA. RGB value is (22,8,186). Sum of RGB (Red+Green+Blue) = 22+8+186=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 186 (73.05% from 255 or 86.11% from 216); Max value from RGB is 186 - color contains mainly: blue. Hex color #1608BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1608BA is #E9F745. Grayscale: #1F1F1F. Windows color (decimal): -15333190 or 12191766. OLE color: 12191766.
HSL color Cylindrical-coordinate representation of color #1608BA: hue angle of 244.72º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1608BA is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 8 | 186 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.27 |
| HSL | 244.72º | 0.92% | 0.38% | - |
| HSV(B) | 244.72º | 0.96% | 0.73% | - |
| XYZ | 9.28 | 3.89 | 46.72 | - |
| YUV | 32.48 | 214.64 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 8 | 186 | 0.88 | 0.96 | 0 | 0.27 | 244.72 | 0.92 | 0.38 |
| Hex | 16 | 8 | BA | 58 | 60 | 0 | 1B | F5 | 5C | 26 |
| Octal | 26 | 10 | 272 | 130 | 140 | 0 | 33 | 365 | 134 | 46 |
| Binary | 10110 | 1000 | 10111010 | 1011000 | 1100000 | 0 | 11011 | 11110101 | 1011100 | 100110 |
Color Harmonies of #1608BA
Complementary color
Monochromatic Colors of #1608BA
Black with #1608BA
Text Example
Text Example
White with #1608BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1608BA; }
p { color: rgb(22,8,186); }
H1.HeaderClassName
{
color: #1608BA;
}
.AnyTagClassName
{
color: #1608BA;
}
</style>
background-color css
<style>
a { background-color: #1608BA; }
a { background-color: rgb(22,8,186); }
div.DivClassName
{
background-color: #1608BA;
}
.BgClassName
{
background-color: #1608BA;
}
</style>
border-color css
<style>
span { border-color: #1608BA; }
span { border-color: rgb(22,8,186); }
td.TdClassName
{
border-color: #1608BA;
}
.TagClassName
{
border-color: #1608BA;
}
</style>