Shades of Persian Blue #163AE1
Tints of Persian Blue #163AE1
RGB
CMYK
RGB Variations
Color information
#163AE1 (or 0x163AE1) is known color: Persian Blue. HEX triplet: 16, 3A and E1. RGB value is (22,58,225). Sum of RGB (Red+Green+Blue) = 22+58+225=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 225 (88.28% from 255 or 73.77% from 305); Max value from RGB is 225 - color contains mainly: blue. Hex color #163AE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163AE1 is #E9C51E. Grayscale: #414141. Windows color (decimal): -15320351 or 14760470. OLE color: 14760470.
HSL color Cylindrical-coordinate representation of color #163AE1: hue angle of 229.36º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #163AE1 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 58 | 225 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.12 |
| HSL | 229.36º | 0.82% | 0.48% | - |
| HSV(B) | 229.36º | 0.9% | 0.88% | - |
| XYZ | 15.43 | 8.63 | 72.09 | - |
| YUV | 66.27 | 217.57 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 225 | 0.90 | 0.74 | 0 | 0.12 | 229.36 | 0.82 | 0.48 |
| Hex | 16 | 3A | E1 | 5A | 4A | 0 | C | E5 | 52 | 30 |
| Octal | 26 | 72 | 341 | 132 | 112 | 0 | 14 | 345 | 122 | 60 |
| Binary | 10110 | 111010 | 11100001 | 1011010 | 1001010 | 0 | 1100 | 11100101 | 1010010 | 110000 |
Color Harmonies of #163AE1
Complementary color
Monochromatic Colors of #163AE1
Black with #163AE1
Text Example
Text Example
White with #163AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163AE1; }
p { color: rgb(22,58,225); }
H1.HeaderClassName
{
color: #163AE1;
}
.AnyTagClassName
{
color: #163AE1;
}
</style>
background-color css
<style>
a { background-color: #163AE1; }
a { background-color: rgb(22,58,225); }
div.DivClassName
{
background-color: #163AE1;
}
.BgClassName
{
background-color: #163AE1;
}
</style>
border-color css
<style>
span { border-color: #163AE1; }
span { border-color: rgb(22,58,225); }
td.TdClassName
{
border-color: #163AE1;
}
.TagClassName
{
border-color: #163AE1;
}
</style>