Shades of Persian Blue #163FED
Tints of Persian Blue #163FED
RGB
CMYK
RGB Variations
Color information
#163FED (or 0x163FED) is known color: Persian Blue. HEX triplet: 16, 3F and ED. RGB value is (22,63,237). Sum of RGB (Red+Green+Blue) = 22+63+237=322 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.83% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 237 (92.97% from 255 or 73.60% from 322); Max value from RGB is 237 - color contains mainly: blue. Hex color #163FED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163FED is #E9C012. Grayscale: #454545. Windows color (decimal): -15319059 or 15548182. OLE color: 15548182.
HSL color Cylindrical-coordinate representation of color #163FED: hue angle of 228.56º degrees, saturation: 0.86, 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 #163FED is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 63 | 237 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.07 |
| HSL | 228.56º | 0.86% | 0.51% | - |
| HSV(B) | 228.56º | 0.91% | 0.93% | - |
| XYZ | 17.39 | 9.84 | 81.1 | - |
| YUV | 70.58 | 221.92 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 237 | 0.91 | 0.73 | 0 | 0.07 | 228.56 | 0.86 | 0.51 |
| Hex | 16 | 3F | ED | 5B | 49 | 0 | 7 | E5 | 56 | 33 |
| Octal | 26 | 77 | 355 | 133 | 111 | 0 | 7 | 345 | 126 | 63 |
| Binary | 10110 | 111111 | 11101101 | 1011011 | 1001001 | 0 | 111 | 11100101 | 1010110 | 110011 |
Color Harmonies of #163FED
Complementary color
Monochromatic Colors of #163FED
Black with #163FED
Text Example
Text Example
White with #163FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163FED; }
p { color: rgb(22,63,237); }
H1.HeaderClassName
{
color: #163FED;
}
.AnyTagClassName
{
color: #163FED;
}
</style>
background-color css
<style>
a { background-color: #163FED; }
a { background-color: rgb(22,63,237); }
div.DivClassName
{
background-color: #163FED;
}
.BgClassName
{
background-color: #163FED;
}
</style>
border-color css
<style>
span { border-color: #163FED; }
span { border-color: rgb(22,63,237); }
td.TdClassName
{
border-color: #163FED;
}
.TagClassName
{
border-color: #163FED;
}
</style>