Shades of Persian Blue #163BEC
Tints of Persian Blue #163BEC
RGB
CMYK
RGB Variations
Color information
#163BEC (or 0x163BEC) is known color: Persian Blue. HEX triplet: 16, 3B and EC. RGB value is (22,59,236). Sum of RGB (Red+Green+Blue) = 22+59+236=317 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.94% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 236 (92.58% from 255 or 74.45% from 317); Max value from RGB is 236 - color contains mainly: blue. Hex color #163BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163BEC is #E9C413. Grayscale: #434343. Windows color (decimal): -15320084 or 15481622. OLE color: 15481622.
HSL color Cylindrical-coordinate representation of color #163BEC: hue angle of 229.63º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #163BEC is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 59 | 236 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.07 |
| HSL | 229.63º | 0.85% | 0.51% | - |
| HSV(B) | 229.63º | 0.91% | 0.93% | - |
| XYZ | 17.04 | 9.35 | 80.26 | - |
| YUV | 68.12 | 222.74 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 236 | 0.91 | 0.75 | 0 | 0.07 | 229.63 | 0.85 | 0.51 |
| Hex | 16 | 3B | EC | 5B | 4B | 0 | 7 | E6 | 55 | 33 |
| Octal | 26 | 73 | 354 | 133 | 113 | 0 | 7 | 346 | 125 | 63 |
| Binary | 10110 | 111011 | 11101100 | 1011011 | 1001011 | 0 | 111 | 11100110 | 1010101 | 110011 |
Color Harmonies of #163BEC
Complementary color
Monochromatic Colors of #163BEC
Black with #163BEC
Text Example
Text Example
White with #163BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163BEC; }
p { color: rgb(22,59,236); }
H1.HeaderClassName
{
color: #163BEC;
}
.AnyTagClassName
{
color: #163BEC;
}
</style>
background-color css
<style>
a { background-color: #163BEC; }
a { background-color: rgb(22,59,236); }
div.DivClassName
{
background-color: #163BEC;
}
.BgClassName
{
background-color: #163BEC;
}
</style>
border-color css
<style>
span { border-color: #163BEC; }
span { border-color: rgb(22,59,236); }
td.TdClassName
{
border-color: #163BEC;
}
.TagClassName
{
border-color: #163BEC;
}
</style>