Shades of Persian Blue #163DD7
Tints of Persian Blue #163DD7
RGB
CMYK
RGB Variations
Color information
#163DD7 (or 0x163DD7) is known color: Persian Blue. HEX triplet: 16, 3D and D7. RGB value is (22,61,215). Sum of RGB (Red+Green+Blue) = 22+61+215=298 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.38% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 215 (84.38% from 255 or 72.15% from 298); Max value from RGB is 215 - color contains mainly: blue. Hex color #163DD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163DD7 is #E9C228. Grayscale: #424242. Windows color (decimal): -15319593 or 14105878. OLE color: 14105878.
HSL color Cylindrical-coordinate representation of color #163DD7: hue angle of 227.88º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #163DD7 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 61 | 215 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.16 |
| HSL | 227.88º | 0.81% | 0.46% | - |
| HSV(B) | 227.88º | 0.9% | 0.84% | - |
| XYZ | 14.27 | 8.41 | 65.16 | - |
| YUV | 66.9 | 211.58 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 215 | 0.90 | 0.72 | 0 | 0.16 | 227.88 | 0.81 | 0.46 |
| Hex | 16 | 3D | D7 | 5A | 48 | 0 | 10 | E4 | 51 | 2E |
| Octal | 26 | 75 | 327 | 132 | 110 | 0 | 20 | 344 | 121 | 56 |
| Binary | 10110 | 111101 | 11010111 | 1011010 | 1001000 | 0 | 10000 | 11100100 | 1010001 | 101110 |
Color Harmonies of #163DD7
Complementary color
Monochromatic Colors of #163DD7
Black with #163DD7
Text Example
Text Example
White with #163DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163DD7; }
p { color: rgb(22,61,215); }
H1.HeaderClassName
{
color: #163DD7;
}
.AnyTagClassName
{
color: #163DD7;
}
</style>
background-color css
<style>
a { background-color: #163DD7; }
a { background-color: rgb(22,61,215); }
div.DivClassName
{
background-color: #163DD7;
}
.BgClassName
{
background-color: #163DD7;
}
</style>
border-color css
<style>
span { border-color: #163DD7; }
span { border-color: rgb(22,61,215); }
td.TdClassName
{
border-color: #163DD7;
}
.TagClassName
{
border-color: #163DD7;
}
</style>