Shades of Persian Blue #163BC1
Tints of Persian Blue #163BC1
RGB
CMYK
RGB Variations
Color information
#163BC1 (or 0x163BC1) is known color: Persian Blue. HEX triplet: 16, 3B and C1. RGB value is (22,59,193). Sum of RGB (Red+Green+Blue) = 22+59+193=274 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.03% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 193 (75.78% from 255 or 70.44% from 274); Max value from RGB is 193 - color contains mainly: blue. Hex color #163BC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163BC1 is #E9C43E. Grayscale: #3E3E3E. Windows color (decimal): -15320127 or 12663574. OLE color: 12663574.
HSL color Cylindrical-coordinate representation of color #163BC1: hue angle of 227.02º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #163BC1 is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 59 | 193 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.24 |
| HSL | 227.02º | 0.8% | 0.42% | - |
| HSV(B) | 227.02º | 0.89% | 0.76% | - |
| XYZ | 11.52 | 7.15 | 51.22 | - |
| YUV | 63.21 | 201.24 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 193 | 0.89 | 0.69 | 0 | 0.24 | 227.02 | 0.8 | 0.42 |
| Hex | 16 | 3B | C1 | 59 | 45 | 0 | 18 | E3 | 50 | 2A |
| Octal | 26 | 73 | 301 | 131 | 105 | 0 | 30 | 343 | 120 | 52 |
| Binary | 10110 | 111011 | 11000001 | 1011001 | 1000101 | 0 | 11000 | 11100011 | 1010000 | 101010 |
Color Harmonies of #163BC1
Complementary color
Monochromatic Colors of #163BC1
Black with #163BC1
Text Example
Text Example
White with #163BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163BC1; }
p { color: rgb(22,59,193); }
H1.HeaderClassName
{
color: #163BC1;
}
.AnyTagClassName
{
color: #163BC1;
}
</style>
background-color css
<style>
a { background-color: #163BC1; }
a { background-color: rgb(22,59,193); }
div.DivClassName
{
background-color: #163BC1;
}
.BgClassName
{
background-color: #163BC1;
}
</style>
border-color css
<style>
span { border-color: #163BC1; }
span { border-color: rgb(22,59,193); }
td.TdClassName
{
border-color: #163BC1;
}
.TagClassName
{
border-color: #163BC1;
}
</style>