Shades of Persian Blue #163FEC
Tints of Persian Blue #163FEC
RGB
CMYK
RGB Variations
Color information
#163FEC (or 0x163FEC) is known color: Persian Blue. HEX triplet: 16, 3F and EC. RGB value is (22,63,236). Sum of RGB (Red+Green+Blue) = 22+63+236=321 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.85% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 236 (92.58% from 255 or 73.52% from 321); Max value from RGB is 236 - color contains mainly: blue. Hex color #163FEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163FEC is #E9C013. Grayscale: #454545. Windows color (decimal): -15319060 or 15482646. OLE color: 15482646.
HSL color Cylindrical-coordinate representation of color #163FEC: hue angle of 228.5º 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 #163FEC is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 63 | 236 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.07 |
| HSL | 228.5º | 0.85% | 0.51% | - |
| HSV(B) | 228.5º | 0.91% | 0.93% | - |
| XYZ | 17.25 | 9.78 | 80.34 | - |
| YUV | 70.46 | 221.42 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 236 | 0.91 | 0.73 | 0 | 0.07 | 228.5 | 0.85 | 0.51 |
| Hex | 16 | 3F | EC | 5B | 49 | 0 | 7 | E5 | 55 | 33 |
| Octal | 26 | 77 | 354 | 133 | 111 | 0 | 7 | 345 | 125 | 63 |
| Binary | 10110 | 111111 | 11101100 | 1011011 | 1001001 | 0 | 111 | 11100101 | 1010101 | 110011 |
Color Harmonies of #163FEC
Complementary color
Monochromatic Colors of #163FEC
Black with #163FEC
Text Example
Text Example
White with #163FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163FEC; }
p { color: rgb(22,63,236); }
H1.HeaderClassName
{
color: #163FEC;
}
.AnyTagClassName
{
color: #163FEC;
}
</style>
background-color css
<style>
a { background-color: #163FEC; }
a { background-color: rgb(22,63,236); }
div.DivClassName
{
background-color: #163FEC;
}
.BgClassName
{
background-color: #163FEC;
}
</style>
border-color css
<style>
span { border-color: #163FEC; }
span { border-color: rgb(22,63,236); }
td.TdClassName
{
border-color: #163FEC;
}
.TagClassName
{
border-color: #163FEC;
}
</style>