Shades of Persian Blue #163BC9
Tints of Persian Blue #163BC9
RGB
CMYK
RGB Variations
Color information
#163BC9 (or 0x163BC9) is known color: Persian Blue. HEX triplet: 16, 3B and C9. RGB value is (22,59,201). Sum of RGB (Red+Green+Blue) = 22+59+201=282 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.80% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 201 (78.91% from 255 or 71.28% from 282); Max value from RGB is 201 - color contains mainly: blue. Hex color #163BC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163BC9 is #E9C436. Grayscale: #3F3F3F. Windows color (decimal): -15320119 or 13187862. OLE color: 13187862.
HSL color Cylindrical-coordinate representation of color #163BC9: hue angle of 227.6º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #163BC9 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 59 | 201 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.21 |
| HSL | 227.6º | 0.8% | 0.44% | - |
| HSV(B) | 227.6º | 0.89% | 0.79% | - |
| XYZ | 12.44 | 7.52 | 56.05 | - |
| YUV | 64.13 | 205.24 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 201 | 0.89 | 0.71 | 0 | 0.21 | 227.6 | 0.8 | 0.44 |
| Hex | 16 | 3B | C9 | 59 | 47 | 0 | 15 | E4 | 50 | 2C |
| Octal | 26 | 73 | 311 | 131 | 107 | 0 | 25 | 344 | 120 | 54 |
| Binary | 10110 | 111011 | 11001001 | 1011001 | 1000111 | 0 | 10101 | 11100100 | 1010000 | 101100 |
Color Harmonies of #163BC9
Complementary color
Monochromatic Colors of #163BC9
Black with #163BC9
Text Example
Text Example
White with #163BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163BC9; }
p { color: rgb(22,59,201); }
H1.HeaderClassName
{
color: #163BC9;
}
.AnyTagClassName
{
color: #163BC9;
}
</style>
background-color css
<style>
a { background-color: #163BC9; }
a { background-color: rgb(22,59,201); }
div.DivClassName
{
background-color: #163BC9;
}
.BgClassName
{
background-color: #163BC9;
}
</style>
border-color css
<style>
span { border-color: #163BC9; }
span { border-color: rgb(22,59,201); }
td.TdClassName
{
border-color: #163BC9;
}
.TagClassName
{
border-color: #163BC9;
}
</style>