Shades of Medium Blue #1611C1
Tints of Medium Blue #1611C1
RGB
CMYK
RGB Variations
Color information
#1611C1 (or 0x1611C1) is known color: Medium Blue. HEX triplet: 16, 11 and C1. RGB value is (22,17,193). Sum of RGB (Red+Green+Blue) = 22+17+193=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 193 (75.78% from 255 or 83.19% from 232); Max value from RGB is 193 - color contains mainly: blue. Hex color #1611C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1611C1 is #E9EE3E. Grayscale: #252525. Windows color (decimal): -15330879 or 12652822. OLE color: 12652822.
HSL color Cylindrical-coordinate representation of color #1611C1: hue angle of 241.7º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1611C1 is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 17 | 193 | - |
| CMYK | 0.89 | 0.91 | 0 | 0.24 |
| HSL | 241.7º | 0.84% | 0.41% | - |
| HSV(B) | 241.7º | 0.91% | 0.76% | - |
| XYZ | 10.16 | 4.42 | 50.77 | - |
| YUV | 38.56 | 215.16 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 17 | 193 | 0.89 | 0.91 | 0 | 0.24 | 241.7 | 0.84 | 0.41 |
| Hex | 16 | 11 | C1 | 59 | 5B | 0 | 18 | F2 | 54 | 29 |
| Octal | 26 | 21 | 301 | 131 | 133 | 0 | 30 | 362 | 124 | 51 |
| Binary | 10110 | 10001 | 11000001 | 1011001 | 1011011 | 0 | 11000 | 11110010 | 1010100 | 101001 |
Color Harmonies of #1611C1
Complementary color
Monochromatic Colors of #1611C1
Black with #1611C1
Text Example
Text Example
White with #1611C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1611C1; }
p { color: rgb(22,17,193); }
H1.HeaderClassName
{
color: #1611C1;
}
.AnyTagClassName
{
color: #1611C1;
}
</style>
background-color css
<style>
a { background-color: #1611C1; }
a { background-color: rgb(22,17,193); }
div.DivClassName
{
background-color: #1611C1;
}
.BgClassName
{
background-color: #1611C1;
}
</style>
border-color css
<style>
span { border-color: #1611C1; }
span { border-color: rgb(22,17,193); }
td.TdClassName
{
border-color: #1611C1;
}
.TagClassName
{
border-color: #1611C1;
}
</style>