Shades of Persian Blue #163AC9
Tints of Persian Blue #163AC9
RGB
CMYK
RGB Variations
Color information
#163AC9 (or 0x163AC9) is known color: Persian Blue. HEX triplet: 16, 3A and C9. RGB value is (22,58,201). Sum of RGB (Red+Green+Blue) = 22+58+201=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 201 (78.91% from 255 or 71.53% from 281); Max value from RGB is 201 - color contains mainly: blue. Hex color #163AC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163AC9 is #E9C536. Grayscale: #3E3E3E. Windows color (decimal): -15320375 or 13187606. OLE color: 13187606.
HSL color Cylindrical-coordinate representation of color #163AC9: hue angle of 227.93º 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 #163AC9 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 58 | 201 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.21 |
| HSL | 227.93º | 0.8% | 0.44% | - |
| HSV(B) | 227.93º | 0.89% | 0.79% | - |
| XYZ | 12.39 | 7.41 | 56.04 | - |
| YUV | 63.54 | 205.57 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 201 | 0.89 | 0.71 | 0 | 0.21 | 227.93 | 0.8 | 0.44 |
| Hex | 16 | 3A | C9 | 59 | 47 | 0 | 15 | E4 | 50 | 2C |
| Octal | 26 | 72 | 311 | 131 | 107 | 0 | 25 | 344 | 120 | 54 |
| Binary | 10110 | 111010 | 11001001 | 1011001 | 1000111 | 0 | 10101 | 11100100 | 1010000 | 101100 |
Color Harmonies of #163AC9
Complementary color
Monochromatic Colors of #163AC9
Black with #163AC9
Text Example
Text Example
White with #163AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163AC9; }
p { color: rgb(22,58,201); }
H1.HeaderClassName
{
color: #163AC9;
}
.AnyTagClassName
{
color: #163AC9;
}
</style>
background-color css
<style>
a { background-color: #163AC9; }
a { background-color: rgb(22,58,201); }
div.DivClassName
{
background-color: #163AC9;
}
.BgClassName
{
background-color: #163AC9;
}
</style>
border-color css
<style>
span { border-color: #163AC9; }
span { border-color: rgb(22,58,201); }
td.TdClassName
{
border-color: #163AC9;
}
.TagClassName
{
border-color: #163AC9;
}
</style>