Shades of Persian Blue #163FE6
Tints of Persian Blue #163FE6
RGB
CMYK
RGB Variations
Color information
#163FE6 (or 0x163FE6) is known color: Persian Blue. HEX triplet: 16, 3F and E6. RGB value is (22,63,230). Sum of RGB (Red+Green+Blue) = 22+63+230=315 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.98% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 230 (90.23% from 255 or 73.02% from 315); Max value from RGB is 230 - color contains mainly: blue. Hex color #163FE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163FE6 is #E9C019. Grayscale: #454545. Windows color (decimal): -15319066 or 15089430. OLE color: 15089430.
HSL color Cylindrical-coordinate representation of color #163FE6: hue angle of 228.17º degrees, saturation: 0.83, 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 #163FE6 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 63 | 230 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.10 |
| HSL | 228.17º | 0.83% | 0.49% | - |
| HSV(B) | 228.17º | 0.9% | 0.9% | - |
| XYZ | 16.39 | 9.44 | 75.82 | - |
| YUV | 69.78 | 218.42 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 230 | 0.90 | 0.73 | 0 | 0.10 | 228.17 | 0.83 | 0.49 |
| Hex | 16 | 3F | E6 | 5A | 49 | 0 | A | E4 | 53 | 31 |
| Octal | 26 | 77 | 346 | 132 | 111 | 0 | 12 | 344 | 123 | 61 |
| Binary | 10110 | 111111 | 11100110 | 1011010 | 1001001 | 0 | 1010 | 11100100 | 1010011 | 110001 |
Color Harmonies of #163FE6
Complementary color
Monochromatic Colors of #163FE6
Black with #163FE6
Text Example
Text Example
White with #163FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163FE6; }
p { color: rgb(22,63,230); }
H1.HeaderClassName
{
color: #163FE6;
}
.AnyTagClassName
{
color: #163FE6;
}
</style>
background-color css
<style>
a { background-color: #163FE6; }
a { background-color: rgb(22,63,230); }
div.DivClassName
{
background-color: #163FE6;
}
.BgClassName
{
background-color: #163FE6;
}
</style>
border-color css
<style>
span { border-color: #163FE6; }
span { border-color: rgb(22,63,230); }
td.TdClassName
{
border-color: #163FE6;
}
.TagClassName
{
border-color: #163FE6;
}
</style>