Shades of Persian Blue #163AF0
Tints of Persian Blue #163AF0
RGB
CMYK
RGB Variations
Color information
#163AF0 (or 0x163AF0) is known color: Persian Blue. HEX triplet: 16, 3A and F0. RGB value is (22,58,240). Sum of RGB (Red+Green+Blue) = 22+58+240=320 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.88% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 240 (94.14% from 255 or 75% from 320); Max value from RGB is 240 - color contains mainly: blue. Hex color #163AF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163AF0 is #E9C50F. Grayscale: #434343. Windows color (decimal): -15320336 or 15743510. OLE color: 15743510.
HSL color Cylindrical-coordinate representation of color #163AF0: hue angle of 230.09º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #163AF0 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 58 | 240 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.06 |
| HSL | 230.09º | 0.88% | 0.51% | - |
| HSV(B) | 230.09º | 0.91% | 0.94% | - |
| XYZ | 17.57 | 9.49 | 83.34 | - |
| YUV | 67.98 | 225.07 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 240 | 0.91 | 0.76 | 0 | 0.06 | 230.09 | 0.88 | 0.51 |
| Hex | 16 | 3A | F0 | 5B | 4C | 0 | 6 | E6 | 58 | 33 |
| Octal | 26 | 72 | 360 | 133 | 114 | 0 | 6 | 346 | 130 | 63 |
| Binary | 10110 | 111010 | 11110000 | 1011011 | 1001100 | 0 | 110 | 11100110 | 1011000 | 110011 |
Color Harmonies of #163AF0
Complementary color
Monochromatic Colors of #163AF0
Black with #163AF0
Text Example
Text Example
White with #163AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163AF0; }
p { color: rgb(22,58,240); }
H1.HeaderClassName
{
color: #163AF0;
}
.AnyTagClassName
{
color: #163AF0;
}
</style>
background-color css
<style>
a { background-color: #163AF0; }
a { background-color: rgb(22,58,240); }
div.DivClassName
{
background-color: #163AF0;
}
.BgClassName
{
background-color: #163AF0;
}
</style>
border-color css
<style>
span { border-color: #163AF0; }
span { border-color: rgb(22,58,240); }
td.TdClassName
{
border-color: #163AF0;
}
.TagClassName
{
border-color: #163AF0;
}
</style>