Shades of Persian Blue #163CEB
Tints of Persian Blue #163CEB
RGB
CMYK
RGB Variations
Color information
#163CEB (or 0x163CEB) is known color: Persian Blue. HEX triplet: 16, 3C and EB. RGB value is (22,60,235). Sum of RGB (Red+Green+Blue) = 22+60+235=317 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.94% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 235 (92.19% from 255 or 74.13% from 317); Max value from RGB is 235 - color contains mainly: blue. Hex color #163CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163CEB is #E9C314. Grayscale: #434343. Windows color (decimal): -15319829 or 15416342. OLE color: 15416342.
HSL color Cylindrical-coordinate representation of color #163CEB: hue angle of 229.3º 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 #163CEB is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 60 | 235 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.08 |
| HSL | 229.3º | 0.84% | 0.5% | - |
| HSV(B) | 229.3º | 0.91% | 0.92% | - |
| XYZ | 16.94 | 9.4 | 79.52 | - |
| YUV | 68.59 | 221.91 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 60 | 235 | 0.91 | 0.74 | 0 | 0.08 | 229.3 | 0.84 | 0.5 |
| Hex | 16 | 3C | EB | 5B | 4A | 0 | 8 | E5 | 54 | 32 |
| Octal | 26 | 74 | 353 | 133 | 112 | 0 | 10 | 345 | 124 | 62 |
| Binary | 10110 | 111100 | 11101011 | 1011011 | 1001010 | 0 | 1000 | 11100101 | 1010100 | 110010 |
Color Harmonies of #163CEB
Complementary color
Monochromatic Colors of #163CEB
Black with #163CEB
Text Example
Text Example
White with #163CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163CEB; }
p { color: rgb(22,60,235); }
H1.HeaderClassName
{
color: #163CEB;
}
.AnyTagClassName
{
color: #163CEB;
}
</style>
background-color css
<style>
a { background-color: #163CEB; }
a { background-color: rgb(22,60,235); }
div.DivClassName
{
background-color: #163CEB;
}
.BgClassName
{
background-color: #163CEB;
}
</style>
border-color css
<style>
span { border-color: #163CEB; }
span { border-color: rgb(22,60,235); }
td.TdClassName
{
border-color: #163CEB;
}
.TagClassName
{
border-color: #163CEB;
}
</style>