Shades of Persian Blue #163BC7
Tints of Persian Blue #163BC7
RGB
CMYK
RGB Variations
Color information
#163BC7 (or 0x163BC7) is known color: Persian Blue. HEX triplet: 16, 3B and C7. RGB value is (22,59,199). Sum of RGB (Red+Green+Blue) = 22+59+199=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 199 (78.12% from 255 or 71.07% from 280); Max value from RGB is 199 - color contains mainly: blue. Hex color #163BC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163BC7 is #E9C438. Grayscale: #3F3F3F. Windows color (decimal): -15320121 or 13056790. OLE color: 13056790.
HSL color Cylindrical-coordinate representation of color #163BC7: hue angle of 227.46º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #163BC7 is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 59 | 199 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.22 |
| HSL | 227.46º | 0.8% | 0.43% | - |
| HSV(B) | 227.46º | 0.89% | 0.78% | - |
| XYZ | 12.2 | 7.42 | 54.82 | - |
| YUV | 63.9 | 204.24 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 199 | 0.89 | 0.70 | 0 | 0.22 | 227.46 | 0.8 | 0.43 |
| Hex | 16 | 3B | C7 | 59 | 46 | 0 | 16 | E3 | 50 | 2B |
| Octal | 26 | 73 | 307 | 131 | 106 | 0 | 26 | 343 | 120 | 53 |
| Binary | 10110 | 111011 | 11000111 | 1011001 | 1000110 | 0 | 10110 | 11100011 | 1010000 | 101011 |
Color Harmonies of #163BC7
Complementary color
Monochromatic Colors of #163BC7
Black with #163BC7
Text Example
Text Example
White with #163BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163BC7; }
p { color: rgb(22,59,199); }
H1.HeaderClassName
{
color: #163BC7;
}
.AnyTagClassName
{
color: #163BC7;
}
</style>
background-color css
<style>
a { background-color: #163BC7; }
a { background-color: rgb(22,59,199); }
div.DivClassName
{
background-color: #163BC7;
}
.BgClassName
{
background-color: #163BC7;
}
</style>
border-color css
<style>
span { border-color: #163BC7; }
span { border-color: rgb(22,59,199); }
td.TdClassName
{
border-color: #163BC7;
}
.TagClassName
{
border-color: #163BC7;
}
</style>