Shades of Medium Blue #1604BA
Tints of Medium Blue #1604BA
RGB
CMYK
RGB Variations
Color information
#1604BA (or 0x1604BA) is known color: Medium Blue. HEX triplet: 16, 04 and BA. RGB value is (22,4,186). Sum of RGB (Red+Green+Blue) = 22+4+186=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 186 (73.05% from 255 or 87.74% from 212); Max value from RGB is 186 - color contains mainly: blue. Hex color #1604BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1604BA is #E9FB45. Grayscale: #1D1D1D. Windows color (decimal): -15334214 or 12190742. OLE color: 12190742.
HSL color Cylindrical-coordinate representation of color #1604BA: hue angle of 245.93º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1604BA is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 4 | 186 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.27 |
| HSL | 245.93º | 0.96% | 0.37% | - |
| HSV(B) | 245.93º | 0.98% | 0.73% | - |
| XYZ | 9.24 | 3.8 | 46.7 | - |
| YUV | 30.13 | 215.96 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 4 | 186 | 0.88 | 0.98 | 0 | 0.27 | 245.93 | 0.96 | 0.37 |
| Hex | 16 | 4 | BA | 58 | 62 | 0 | 1B | F6 | 60 | 25 |
| Octal | 26 | 4 | 272 | 130 | 142 | 0 | 33 | 366 | 140 | 45 |
| Binary | 10110 | 100 | 10111010 | 1011000 | 1100010 | 0 | 11011 | 11110110 | 1100000 | 100101 |
Color Harmonies of #1604BA
Complementary color
Monochromatic Colors of #1604BA
Black with #1604BA
Text Example
Text Example
White with #1604BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1604BA; }
p { color: rgb(22,4,186); }
H1.HeaderClassName
{
color: #1604BA;
}
.AnyTagClassName
{
color: #1604BA;
}
</style>
background-color css
<style>
a { background-color: #1604BA; }
a { background-color: rgb(22,4,186); }
div.DivClassName
{
background-color: #1604BA;
}
.BgClassName
{
background-color: #1604BA;
}
</style>
border-color css
<style>
span { border-color: #1604BA; }
span { border-color: rgb(22,4,186); }
td.TdClassName
{
border-color: #1604BA;
}
.TagClassName
{
border-color: #1604BA;
}
</style>