Shades of Persian Blue #163FB4
Tints of Persian Blue #163FB4
RGB
CMYK
RGB Variations
Color information
#163FB4 (or 0x163FB4) is known color: Persian Blue. HEX triplet: 16, 3F and B4. RGB value is (22,63,180). Sum of RGB (Red+Green+Blue) = 22+63+180=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 180 (70.70% from 255 or 67.92% from 265); Max value from RGB is 180 - color contains mainly: blue. Hex color #163FB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163FB4 is #E9C04B. Grayscale: #3F3F3F. Windows color (decimal): -15319116 or 11812630. OLE color: 11812630.
HSL color Cylindrical-coordinate representation of color #163FB4: hue angle of 224.43º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #163FB4 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 63 | 180 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.29 |
| HSL | 224.43º | 0.78% | 0.4% | - |
| HSV(B) | 224.43º | 0.88% | 0.71% | - |
| XYZ | 10.35 | 7.02 | 43.99 | - |
| YUV | 64.08 | 193.42 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 180 | 0.88 | 0.65 | 0 | 0.29 | 224.43 | 0.78 | 0.4 |
| Hex | 16 | 3F | B4 | 58 | 41 | 0 | 1D | E0 | 4E | 28 |
| Octal | 26 | 77 | 264 | 130 | 101 | 0 | 35 | 340 | 116 | 50 |
| Binary | 10110 | 111111 | 10110100 | 1011000 | 1000001 | 0 | 11101 | 11100000 | 1001110 | 101000 |
Color Harmonies of #163FB4
Complementary color
Monochromatic Colors of #163FB4
Black with #163FB4
Text Example
Text Example
White with #163FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163FB4; }
p { color: rgb(22,63,180); }
H1.HeaderClassName
{
color: #163FB4;
}
.AnyTagClassName
{
color: #163FB4;
}
</style>
background-color css
<style>
a { background-color: #163FB4; }
a { background-color: rgb(22,63,180); }
div.DivClassName
{
background-color: #163FB4;
}
.BgClassName
{
background-color: #163FB4;
}
</style>
border-color css
<style>
span { border-color: #163FB4; }
span { border-color: rgb(22,63,180); }
td.TdClassName
{
border-color: #163FB4;
}
.TagClassName
{
border-color: #163FB4;
}
</style>