Shades of Persian Blue #163EE5
Tints of Persian Blue #163EE5
RGB
CMYK
RGB Variations
Color information
#163EE5 (or 0x163EE5) is known color: Persian Blue. HEX triplet: 16, 3E and E5. RGB value is (22,62,229). Sum of RGB (Red+Green+Blue) = 22+62+229=313 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.03% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 229 (89.84% from 255 or 73.16% from 313); Max value from RGB is 229 - color contains mainly: blue. Hex color #163EE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163EE5 is #E9C11A. Grayscale: #444444. Windows color (decimal): -15319323 or 15023638. OLE color: 15023638.
HSL color Cylindrical-coordinate representation of color #163EE5: hue angle of 228.41º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #163EE5 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 62 | 229 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.10 |
| HSL | 228.41º | 0.82% | 0.49% | - |
| HSV(B) | 228.41º | 0.9% | 0.9% | - |
| XYZ | 16.2 | 9.27 | 75.06 | - |
| YUV | 69.08 | 218.25 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 62 | 229 | 0.90 | 0.73 | 0 | 0.10 | 228.41 | 0.82 | 0.49 |
| Hex | 16 | 3E | E5 | 5A | 49 | 0 | A | E4 | 52 | 31 |
| Octal | 26 | 76 | 345 | 132 | 111 | 0 | 12 | 344 | 122 | 61 |
| Binary | 10110 | 111110 | 11100101 | 1011010 | 1001001 | 0 | 1010 | 11100100 | 1010010 | 110001 |
Color Harmonies of #163EE5
Complementary color
Monochromatic Colors of #163EE5
Black with #163EE5
Text Example
Text Example
White with #163EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163EE5; }
p { color: rgb(22,62,229); }
H1.HeaderClassName
{
color: #163EE5;
}
.AnyTagClassName
{
color: #163EE5;
}
</style>
background-color css
<style>
a { background-color: #163EE5; }
a { background-color: rgb(22,62,229); }
div.DivClassName
{
background-color: #163EE5;
}
.BgClassName
{
background-color: #163EE5;
}
</style>
border-color css
<style>
span { border-color: #163EE5; }
span { border-color: rgb(22,62,229); }
td.TdClassName
{
border-color: #163EE5;
}
.TagClassName
{
border-color: #163EE5;
}
</style>