Shades of Persian Blue #163FC9
Tints of Persian Blue #163FC9
RGB
CMYK
RGB Variations
Color information
#163FC9 (or 0x163FC9) is known color: Persian Blue. HEX triplet: 16, 3F and C9. RGB value is (22,63,201). Sum of RGB (Red+Green+Blue) = 22+63+201=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 201 (78.91% from 255 or 70.28% from 286); Max value from RGB is 201 - color contains mainly: blue. Hex color #163FC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163FC9 is #E9C036. Grayscale: #414141. Windows color (decimal): -15319095 or 13188886. OLE color: 13188886.
HSL color Cylindrical-coordinate representation of color #163FC9: hue angle of 226.26º 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 #163FC9 is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 63 | 201 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.21 |
| HSL | 226.26º | 0.8% | 0.44% | - |
| HSV(B) | 226.26º | 0.89% | 0.79% | - |
| XYZ | 12.65 | 7.94 | 56.12 | - |
| YUV | 66.47 | 203.92 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 201 | 0.89 | 0.69 | 0 | 0.21 | 226.26 | 0.8 | 0.44 |
| Hex | 16 | 3F | C9 | 59 | 45 | 0 | 15 | E2 | 50 | 2C |
| Octal | 26 | 77 | 311 | 131 | 105 | 0 | 25 | 342 | 120 | 54 |
| Binary | 10110 | 111111 | 11001001 | 1011001 | 1000101 | 0 | 10101 | 11100010 | 1010000 | 101100 |
Color Harmonies of #163FC9
Complementary color
Monochromatic Colors of #163FC9
Black with #163FC9
Text Example
Text Example
White with #163FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163FC9; }
p { color: rgb(22,63,201); }
H1.HeaderClassName
{
color: #163FC9;
}
.AnyTagClassName
{
color: #163FC9;
}
</style>
background-color css
<style>
a { background-color: #163FC9; }
a { background-color: rgb(22,63,201); }
div.DivClassName
{
background-color: #163FC9;
}
.BgClassName
{
background-color: #163FC9;
}
</style>
border-color css
<style>
span { border-color: #163FC9; }
span { border-color: rgb(22,63,201); }
td.TdClassName
{
border-color: #163FC9;
}
.TagClassName
{
border-color: #163FC9;
}
</style>