Shades of Medium Blue #1603BA
Tints of Medium Blue #1603BA
RGB
CMYK
RGB Variations
Color information
#1603BA (or 0x1603BA) is known color: Medium Blue. HEX triplet: 16, 03 and BA. RGB value is (22,3,186). Sum of RGB (Red+Green+Blue) = 22+3+186=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 186 (73.05% from 255 or 88.15% from 211); Max value from RGB is 186 - color contains mainly: blue. Hex color #1603BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1603BA is #E9FC45. Grayscale: #1C1C1C. Windows color (decimal): -15334470 or 12190486. OLE color: 12190486.
HSL color Cylindrical-coordinate representation of color #1603BA: hue angle of 246.23º degrees, saturation: 0.97, 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 #1603BA is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 3 | 186 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.27 |
| HSL | 246.23º | 0.97% | 0.37% | - |
| HSV(B) | 246.23º | 0.98% | 0.73% | - |
| XYZ | 9.23 | 3.78 | 46.7 | - |
| YUV | 29.54 | 216.29 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 3 | 186 | 0.88 | 0.98 | 0 | 0.27 | 246.23 | 0.97 | 0.37 |
| Hex | 16 | 3 | BA | 58 | 62 | 0 | 1B | F6 | 61 | 25 |
| Octal | 26 | 3 | 272 | 130 | 142 | 0 | 33 | 366 | 141 | 45 |
| Binary | 10110 | 11 | 10111010 | 1011000 | 1100010 | 0 | 11011 | 11110110 | 1100001 | 100101 |
Color Harmonies of #1603BA
Complementary color
Monochromatic Colors of #1603BA
Black with #1603BA
Text Example
Text Example
White with #1603BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1603BA; }
p { color: rgb(22,3,186); }
H1.HeaderClassName
{
color: #1603BA;
}
.AnyTagClassName
{
color: #1603BA;
}
</style>
background-color css
<style>
a { background-color: #1603BA; }
a { background-color: rgb(22,3,186); }
div.DivClassName
{
background-color: #1603BA;
}
.BgClassName
{
background-color: #1603BA;
}
</style>
border-color css
<style>
span { border-color: #1603BA; }
span { border-color: rgb(22,3,186); }
td.TdClassName
{
border-color: #1603BA;
}
.TagClassName
{
border-color: #1603BA;
}
</style>