Shades of Persian Blue #163FBC
Tints of Persian Blue #163FBC
RGB
CMYK
RGB Variations
Color information
#163FBC (or 0x163FBC) is known color: Persian Blue. HEX triplet: 16, 3F and BC. RGB value is (22,63,188). Sum of RGB (Red+Green+Blue) = 22+63+188=273 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.06% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #163FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163FBC is #E9C043. Grayscale: #404040. Windows color (decimal): -15319108 or 12336918. OLE color: 12336918.
HSL color Cylindrical-coordinate representation of color #163FBC: hue angle of 225.18º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #163FBC is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 63 | 188 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.26 |
| HSL | 225.18º | 0.79% | 0.41% | - |
| HSV(B) | 225.18º | 0.88% | 0.74% | - |
| XYZ | 11.19 | 7.36 | 48.41 | - |
| YUV | 64.99 | 197.42 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 188 | 0.88 | 0.66 | 0 | 0.26 | 225.18 | 0.79 | 0.41 |
| Hex | 16 | 3F | BC | 58 | 42 | 0 | 1A | E1 | 4F | 29 |
| Octal | 26 | 77 | 274 | 130 | 102 | 0 | 32 | 341 | 117 | 51 |
| Binary | 10110 | 111111 | 10111100 | 1011000 | 1000010 | 0 | 11010 | 11100001 | 1001111 | 101001 |
Color Harmonies of #163FBC
Complementary color
Monochromatic Colors of #163FBC
Black with #163FBC
Text Example
Text Example
White with #163FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163FBC; }
p { color: rgb(22,63,188); }
H1.HeaderClassName
{
color: #163FBC;
}
.AnyTagClassName
{
color: #163FBC;
}
</style>
background-color css
<style>
a { background-color: #163FBC; }
a { background-color: rgb(22,63,188); }
div.DivClassName
{
background-color: #163FBC;
}
.BgClassName
{
background-color: #163FBC;
}
</style>
border-color css
<style>
span { border-color: #163FBC; }
span { border-color: rgb(22,63,188); }
td.TdClassName
{
border-color: #163FBC;
}
.TagClassName
{
border-color: #163FBC;
}
</style>