Shades of Persian Blue #163AEC
Tints of Persian Blue #163AEC
RGB
CMYK
RGB Variations
Color information
#163AEC (or 0x163AEC) is known color: Persian Blue. HEX triplet: 16, 3A and EC. RGB value is (22,58,236). Sum of RGB (Red+Green+Blue) = 22+58+236=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 236 (92.58% from 255 or 74.68% from 316); Max value from RGB is 236 - color contains mainly: blue. Hex color #163AEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163AEC is #E9C513. Grayscale: #424242. Windows color (decimal): -15320340 or 15481366. OLE color: 15481366.
HSL color Cylindrical-coordinate representation of color #163AEC: hue angle of 229.91º 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 #163AEC is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 58 | 236 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.07 |
| HSL | 229.91º | 0.85% | 0.51% | - |
| HSV(B) | 229.91º | 0.91% | 0.93% | - |
| XYZ | 16.98 | 9.25 | 80.25 | - |
| YUV | 67.53 | 223.07 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 236 | 0.91 | 0.75 | 0 | 0.07 | 229.91 | 0.85 | 0.51 |
| Hex | 16 | 3A | EC | 5B | 4B | 0 | 7 | E6 | 55 | 33 |
| Octal | 26 | 72 | 354 | 133 | 113 | 0 | 7 | 346 | 125 | 63 |
| Binary | 10110 | 111010 | 11101100 | 1011011 | 1001011 | 0 | 111 | 11100110 | 1010101 | 110011 |
Color Harmonies of #163AEC
Complementary color
Monochromatic Colors of #163AEC
Black with #163AEC
Text Example
Text Example
White with #163AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163AEC; }
p { color: rgb(22,58,236); }
H1.HeaderClassName
{
color: #163AEC;
}
.AnyTagClassName
{
color: #163AEC;
}
</style>
background-color css
<style>
a { background-color: #163AEC; }
a { background-color: rgb(22,58,236); }
div.DivClassName
{
background-color: #163AEC;
}
.BgClassName
{
background-color: #163AEC;
}
</style>
border-color css
<style>
span { border-color: #163AEC; }
span { border-color: rgb(22,58,236); }
td.TdClassName
{
border-color: #163AEC;
}
.TagClassName
{
border-color: #163AEC;
}
</style>