Shades of Medium Blue #1604BD
Tints of Medium Blue #1604BD
RGB
CMYK
RGB Variations
Color information
#1604BD (or 0x1604BD) is known color: Medium Blue. HEX triplet: 16, 04 and BD. RGB value is (22,4,189). Sum of RGB (Red+Green+Blue) = 22+4+189=215 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.23% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 189 (74.22% from 255 or 87.91% from 215); Max value from RGB is 189 - color contains mainly: blue. Hex color #1604BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1604BD is #E9FB42. Grayscale: #1D1D1D. Windows color (decimal): -15334211 or 12387350. OLE color: 12387350.
HSL color Cylindrical-coordinate representation of color #1604BD: hue angle of 245.84º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1604BD is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 4 | 189 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.26 |
| HSL | 245.84º | 0.96% | 0.38% | - |
| HSV(B) | 245.84º | 0.98% | 0.74% | - |
| XYZ | 9.56 | 3.93 | 48.4 | - |
| YUV | 30.47 | 217.46 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 4 | 189 | 0.88 | 0.98 | 0 | 0.26 | 245.84 | 0.96 | 0.38 |
| Hex | 16 | 4 | BD | 58 | 62 | 0 | 1A | F6 | 60 | 26 |
| Octal | 26 | 4 | 275 | 130 | 142 | 0 | 32 | 366 | 140 | 46 |
| Binary | 10110 | 100 | 10111101 | 1011000 | 1100010 | 0 | 11010 | 11110110 | 1100000 | 100110 |
Color Harmonies of #1604BD
Complementary color
Monochromatic Colors of #1604BD
Black with #1604BD
Text Example
Text Example
White with #1604BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1604BD; }
p { color: rgb(22,4,189); }
H1.HeaderClassName
{
color: #1604BD;
}
.AnyTagClassName
{
color: #1604BD;
}
</style>
background-color css
<style>
a { background-color: #1604BD; }
a { background-color: rgb(22,4,189); }
div.DivClassName
{
background-color: #1604BD;
}
.BgClassName
{
background-color: #1604BD;
}
</style>
border-color css
<style>
span { border-color: #1604BD; }
span { border-color: rgb(22,4,189); }
td.TdClassName
{
border-color: #1604BD;
}
.TagClassName
{
border-color: #1604BD;
}
</style>