Shades of Persian Blue #163FBB
Tints of Persian Blue #163FBB
RGB
CMYK
RGB Variations
Color information
#163FBB (or 0x163FBB) is known color: Persian Blue. HEX triplet: 16, 3F and BB. RGB value is (22,63,187). Sum of RGB (Red+Green+Blue) = 22+63+187=272 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.09% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 187 (73.44% from 255 or 68.75% from 272); Max value from RGB is 187 - color contains mainly: blue. Hex color #163FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163FBB is #E9C044. Grayscale: #404040. Windows color (decimal): -15319109 or 12271382. OLE color: 12271382.
HSL color Cylindrical-coordinate representation of color #163FBB: hue angle of 225.09º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #163FBB is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 63 | 187 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.27 |
| HSL | 225.09º | 0.79% | 0.41% | - |
| HSV(B) | 225.09º | 0.88% | 0.73% | - |
| XYZ | 11.08 | 7.31 | 47.84 | - |
| YUV | 64.88 | 196.92 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 187 | 0.88 | 0.66 | 0 | 0.27 | 225.09 | 0.79 | 0.41 |
| Hex | 16 | 3F | BB | 58 | 42 | 0 | 1B | E1 | 4F | 29 |
| Octal | 26 | 77 | 273 | 130 | 102 | 0 | 33 | 341 | 117 | 51 |
| Binary | 10110 | 111111 | 10111011 | 1011000 | 1000010 | 0 | 11011 | 11100001 | 1001111 | 101001 |
Color Harmonies of #163FBB
Complementary color
Monochromatic Colors of #163FBB
Black with #163FBB
Text Example
Text Example
White with #163FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163FBB; }
p { color: rgb(22,63,187); }
H1.HeaderClassName
{
color: #163FBB;
}
.AnyTagClassName
{
color: #163FBB;
}
</style>
background-color css
<style>
a { background-color: #163FBB; }
a { background-color: rgb(22,63,187); }
div.DivClassName
{
background-color: #163FBB;
}
.BgClassName
{
background-color: #163FBB;
}
</style>
border-color css
<style>
span { border-color: #163FBB; }
span { border-color: rgb(22,63,187); }
td.TdClassName
{
border-color: #163FBB;
}
.TagClassName
{
border-color: #163FBB;
}
</style>