Shades of Persian Blue #163FBF
Tints of Persian Blue #163FBF
RGB
CMYK
RGB Variations
Color information
#163FBF (or 0x163FBF) is known color: Persian Blue. HEX triplet: 16, 3F and BF. RGB value is (22,63,191). Sum of RGB (Red+Green+Blue) = 22+63+191=276 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.97% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 191 (75% from 255 or 69.20% from 276); Max value from RGB is 191 - color contains mainly: blue. Hex color #163FBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163FBF is #E9C040. Grayscale: #404040. Windows color (decimal): -15319105 or 12533526. OLE color: 12533526.
HSL color Cylindrical-coordinate representation of color #163FBF: hue angle of 225.44º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #163FBF is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 63 | 191 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.25 |
| HSL | 225.44º | 0.79% | 0.42% | - |
| HSV(B) | 225.44º | 0.88% | 0.75% | - |
| XYZ | 11.51 | 7.49 | 50.13 | - |
| YUV | 65.33 | 198.92 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 191 | 0.88 | 0.67 | 0 | 0.25 | 225.44 | 0.79 | 0.42 |
| Hex | 16 | 3F | BF | 58 | 43 | 0 | 19 | E1 | 4F | 2A |
| Octal | 26 | 77 | 277 | 130 | 103 | 0 | 31 | 341 | 117 | 52 |
| Binary | 10110 | 111111 | 10111111 | 1011000 | 1000011 | 0 | 11001 | 11100001 | 1001111 | 101010 |
Color Harmonies of #163FBF
Complementary color
Monochromatic Colors of #163FBF
Black with #163FBF
Text Example
Text Example
White with #163FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163FBF; }
p { color: rgb(22,63,191); }
H1.HeaderClassName
{
color: #163FBF;
}
.AnyTagClassName
{
color: #163FBF;
}
</style>
background-color css
<style>
a { background-color: #163FBF; }
a { background-color: rgb(22,63,191); }
div.DivClassName
{
background-color: #163FBF;
}
.BgClassName
{
background-color: #163FBF;
}
</style>
border-color css
<style>
span { border-color: #163FBF; }
span { border-color: rgb(22,63,191); }
td.TdClassName
{
border-color: #163FBF;
}
.TagClassName
{
border-color: #163FBF;
}
</style>