Shades of Persian Blue #163BEB
Tints of Persian Blue #163BEB
RGB
CMYK
RGB Variations
Color information
#163BEB (or 0x163BEB) is known color: Persian Blue. HEX triplet: 16, 3B and EB. RGB value is (22,59,235). Sum of RGB (Red+Green+Blue) = 22+59+235=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 235 (92.19% from 255 or 74.37% from 316); Max value from RGB is 235 - color contains mainly: blue. Hex color #163BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163BEB is #E9C414. Grayscale: #434343. Windows color (decimal): -15320085 or 15416086. OLE color: 15416086.
HSL color Cylindrical-coordinate representation of color #163BEB: hue angle of 229.58º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #163BEB is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 59 | 235 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.08 |
| HSL | 229.58º | 0.84% | 0.5% | - |
| HSV(B) | 229.58º | 0.91% | 0.92% | - |
| XYZ | 16.89 | 9.3 | 79.5 | - |
| YUV | 68 | 222.24 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 235 | 0.91 | 0.75 | 0 | 0.08 | 229.58 | 0.84 | 0.5 |
| Hex | 16 | 3B | EB | 5B | 4B | 0 | 8 | E6 | 54 | 32 |
| Octal | 26 | 73 | 353 | 133 | 113 | 0 | 10 | 346 | 124 | 62 |
| Binary | 10110 | 111011 | 11101011 | 1011011 | 1001011 | 0 | 1000 | 11100110 | 1010100 | 110010 |
Color Harmonies of #163BEB
Complementary color
Monochromatic Colors of #163BEB
Black with #163BEB
Text Example
Text Example
White with #163BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163BEB; }
p { color: rgb(22,59,235); }
H1.HeaderClassName
{
color: #163BEB;
}
.AnyTagClassName
{
color: #163BEB;
}
</style>
background-color css
<style>
a { background-color: #163BEB; }
a { background-color: rgb(22,59,235); }
div.DivClassName
{
background-color: #163BEB;
}
.BgClassName
{
background-color: #163BEB;
}
</style>
border-color css
<style>
span { border-color: #163BEB; }
span { border-color: rgb(22,59,235); }
td.TdClassName
{
border-color: #163BEB;
}
.TagClassName
{
border-color: #163BEB;
}
</style>