Shades of Persian Blue #163DCF
Tints of Persian Blue #163DCF
RGB
CMYK
RGB Variations
Color information
#163DCF (or 0x163DCF) is known color: Persian Blue. HEX triplet: 16, 3D and CF. RGB value is (22,61,207). Sum of RGB (Red+Green+Blue) = 22+61+207=290 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.59% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 207 (81.25% from 255 or 71.38% from 290); Max value from RGB is 207 - color contains mainly: blue. Hex color #163DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163DCF is #E9C230. Grayscale: #414141. Windows color (decimal): -15319601 or 13581590. OLE color: 13581590.
HSL color Cylindrical-coordinate representation of color #163DCF: hue angle of 227.35º 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 #163DCF is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 61 | 207 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.19 |
| HSL | 227.35º | 0.81% | 0.45% | - |
| HSV(B) | 227.35º | 0.89% | 0.81% | - |
| XYZ | 13.26 | 8.01 | 59.88 | - |
| YUV | 65.98 | 207.58 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 207 | 0.89 | 0.71 | 0 | 0.19 | 227.35 | 0.81 | 0.45 |
| Hex | 16 | 3D | CF | 59 | 47 | 0 | 13 | E3 | 51 | 2D |
| Octal | 26 | 75 | 317 | 131 | 107 | 0 | 23 | 343 | 121 | 55 |
| Binary | 10110 | 111101 | 11001111 | 1011001 | 1000111 | 0 | 10011 | 11100011 | 1010001 | 101101 |
Color Harmonies of #163DCF
Complementary color
Monochromatic Colors of #163DCF
Black with #163DCF
Text Example
Text Example
White with #163DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163DCF; }
p { color: rgb(22,61,207); }
H1.HeaderClassName
{
color: #163DCF;
}
.AnyTagClassName
{
color: #163DCF;
}
</style>
background-color css
<style>
a { background-color: #163DCF; }
a { background-color: rgb(22,61,207); }
div.DivClassName
{
background-color: #163DCF;
}
.BgClassName
{
background-color: #163DCF;
}
</style>
border-color css
<style>
span { border-color: #163DCF; }
span { border-color: rgb(22,61,207); }
td.TdClassName
{
border-color: #163DCF;
}
.TagClassName
{
border-color: #163DCF;
}
</style>