Shades of Medium Blue #1601BA
Tints of Medium Blue #1601BA
RGB
CMYK
RGB Variations
Color information
#1601BA (or 0x1601BA) is known color: Medium Blue. HEX triplet: 16, 01 and BA. RGB value is (22,1,186). Sum of RGB (Red+Green+Blue) = 22+1+186=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 186 (73.05% from 255 or 89.00% from 209); Max value from RGB is 186 - color contains mainly: blue. Hex color #1601BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1601BA is #E9FE45. Grayscale: #1B1B1B. Windows color (decimal): -15334982 or 12189974. OLE color: 12189974.
HSL color Cylindrical-coordinate representation of color #1601BA: hue angle of 246.81º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1601BA is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 1 | 186 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.27 |
| HSL | 246.81º | 0.99% | 0.37% | - |
| HSV(B) | 246.81º | 0.99% | 0.73% | - |
| XYZ | 9.2 | 3.74 | 46.69 | - |
| YUV | 28.37 | 216.96 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 186 | 0.88 | 0.99 | 0 | 0.27 | 246.81 | 0.99 | 0.37 |
| Hex | 16 | 1 | BA | 58 | 63 | 0 | 1B | F7 | 63 | 25 |
| Octal | 26 | 1 | 272 | 130 | 143 | 0 | 33 | 367 | 143 | 45 |
| Binary | 10110 | 1 | 10111010 | 1011000 | 1100011 | 0 | 11011 | 11110111 | 1100011 | 100101 |
Color Harmonies of #1601BA
Complementary color
Monochromatic Colors of #1601BA
Black with #1601BA
Text Example
Text Example
White with #1601BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1601BA; }
p { color: rgb(22,1,186); }
H1.HeaderClassName
{
color: #1601BA;
}
.AnyTagClassName
{
color: #1601BA;
}
</style>
background-color css
<style>
a { background-color: #1601BA; }
a { background-color: rgb(22,1,186); }
div.DivClassName
{
background-color: #1601BA;
}
.BgClassName
{
background-color: #1601BA;
}
</style>
border-color css
<style>
span { border-color: #1601BA; }
span { border-color: rgb(22,1,186); }
td.TdClassName
{
border-color: #1601BA;
}
.TagClassName
{
border-color: #1601BA;
}
</style>