Shades of Persian Blue #163BCC
Tints of Persian Blue #163BCC
RGB
CMYK
RGB Variations
Color information
#163BCC (or 0x163BCC) is known color: Persian Blue. HEX triplet: 16, 3B and CC. RGB value is (22,59,204). Sum of RGB (Red+Green+Blue) = 22+59+204=285 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.72% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #163BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163BCC is #E9C433. Grayscale: #3F3F3F. Windows color (decimal): -15320116 or 13384470. OLE color: 13384470.
HSL color Cylindrical-coordinate representation of color #163BCC: hue angle of 227.8º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #163BCC is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 59 | 204 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.2 |
| HSL | 227.8º | 0.81% | 0.44% | - |
| HSV(B) | 227.8º | 0.89% | 0.8% | - |
| XYZ | 12.79 | 7.66 | 57.93 | - |
| YUV | 64.47 | 206.74 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 204 | 0.89 | 0.71 | 0 | 0.2 | 227.8 | 0.81 | 0.44 |
| Hex | 16 | 3B | CC | 59 | 47 | 0 | 14 | E4 | 51 | 2C |
| Octal | 26 | 73 | 314 | 131 | 107 | 0 | 24 | 344 | 121 | 54 |
| Binary | 10110 | 111011 | 11001100 | 1011001 | 1000111 | 0 | 10100 | 11100100 | 1010001 | 101100 |
Color Harmonies of #163BCC
Complementary color
Monochromatic Colors of #163BCC
Black with #163BCC
Text Example
Text Example
White with #163BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163BCC; }
p { color: rgb(22,59,204); }
H1.HeaderClassName
{
color: #163BCC;
}
.AnyTagClassName
{
color: #163BCC;
}
</style>
background-color css
<style>
a { background-color: #163BCC; }
a { background-color: rgb(22,59,204); }
div.DivClassName
{
background-color: #163BCC;
}
.BgClassName
{
background-color: #163BCC;
}
</style>
border-color css
<style>
span { border-color: #163BCC; }
span { border-color: rgb(22,59,204); }
td.TdClassName
{
border-color: #163BCC;
}
.TagClassName
{
border-color: #163BCC;
}
</style>