Shades of Persian Blue #163CCF
Tints of Persian Blue #163CCF
RGB
CMYK
RGB Variations
Color information
#163CCF (or 0x163CCF) is known color: Persian Blue. HEX triplet: 16, 3C and CF. RGB value is (22,60,207). Sum of RGB (Red+Green+Blue) = 22+60+207=289 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.61% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 207 (81.25% from 255 or 71.63% from 289); Max value from RGB is 207 - color contains mainly: blue. Hex color #163CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163CCF is #E9C330. Grayscale: #404040. Windows color (decimal): -15319857 or 13581334. OLE color: 13581334.
HSL color Cylindrical-coordinate representation of color #163CCF: hue angle of 227.68º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #163CCF is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 60 | 207 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.19 |
| HSL | 227.68º | 0.81% | 0.45% | - |
| HSV(B) | 227.68º | 0.89% | 0.81% | - |
| XYZ | 13.21 | 7.91 | 59.86 | - |
| YUV | 65.4 | 207.91 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 60 | 207 | 0.89 | 0.71 | 0 | 0.19 | 227.68 | 0.81 | 0.45 |
| Hex | 16 | 3C | CF | 59 | 47 | 0 | 13 | E4 | 51 | 2D |
| Octal | 26 | 74 | 317 | 131 | 107 | 0 | 23 | 344 | 121 | 55 |
| Binary | 10110 | 111100 | 11001111 | 1011001 | 1000111 | 0 | 10011 | 11100100 | 1010001 | 101101 |
Color Harmonies of #163CCF
Complementary color
Monochromatic Colors of #163CCF
Black with #163CCF
Text Example
Text Example
White with #163CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163CCF; }
p { color: rgb(22,60,207); }
H1.HeaderClassName
{
color: #163CCF;
}
.AnyTagClassName
{
color: #163CCF;
}
</style>
background-color css
<style>
a { background-color: #163CCF; }
a { background-color: rgb(22,60,207); }
div.DivClassName
{
background-color: #163CCF;
}
.BgClassName
{
background-color: #163CCF;
}
</style>
border-color css
<style>
span { border-color: #163CCF; }
span { border-color: rgb(22,60,207); }
td.TdClassName
{
border-color: #163CCF;
}
.TagClassName
{
border-color: #163CCF;
}
</style>