Shades of Persian Blue #163FD0
Tints of Persian Blue #163FD0
RGB
CMYK
RGB Variations
Color information
#163FD0 (or 0x163FD0) is known color: Persian Blue. HEX triplet: 16, 3F and D0. RGB value is (22,63,208). Sum of RGB (Red+Green+Blue) = 22+63+208=293 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.51% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 208 (81.64% from 255 or 70.99% from 293); Max value from RGB is 208 - color contains mainly: blue. Hex color #163FD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163FD0 is #E9C02F. Grayscale: #424242. Windows color (decimal): -15319088 or 13647638. OLE color: 13647638.
HSL color Cylindrical-coordinate representation of color #163FD0: hue angle of 226.77º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #163FD0 is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 63 | 208 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.18 |
| HSL | 226.77º | 0.81% | 0.45% | - |
| HSV(B) | 226.77º | 0.89% | 0.82% | - |
| XYZ | 13.49 | 8.28 | 60.56 | - |
| YUV | 67.27 | 207.42 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 208 | 0.89 | 0.70 | 0 | 0.18 | 226.77 | 0.81 | 0.45 |
| Hex | 16 | 3F | D0 | 59 | 46 | 0 | 12 | E3 | 51 | 2D |
| Octal | 26 | 77 | 320 | 131 | 106 | 0 | 22 | 343 | 121 | 55 |
| Binary | 10110 | 111111 | 11010000 | 1011001 | 1000110 | 0 | 10010 | 11100011 | 1010001 | 101101 |
Color Harmonies of #163FD0
Complementary color
Monochromatic Colors of #163FD0
Black with #163FD0
Text Example
Text Example
White with #163FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163FD0; }
p { color: rgb(22,63,208); }
H1.HeaderClassName
{
color: #163FD0;
}
.AnyTagClassName
{
color: #163FD0;
}
</style>
background-color css
<style>
a { background-color: #163FD0; }
a { background-color: rgb(22,63,208); }
div.DivClassName
{
background-color: #163FD0;
}
.BgClassName
{
background-color: #163FD0;
}
</style>
border-color css
<style>
span { border-color: #163FD0; }
span { border-color: rgb(22,63,208); }
td.TdClassName
{
border-color: #163FD0;
}
.TagClassName
{
border-color: #163FD0;
}
</style>