Shades of Persian Blue #163BDB
Tints of Persian Blue #163BDB
RGB
CMYK
RGB Variations
Color information
#163BDB (or 0x163BDB) is known color: Persian Blue. HEX triplet: 16, 3B and DB. RGB value is (22,59,219). Sum of RGB (Red+Green+Blue) = 22+59+219=300 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.33% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #163BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163BDB is #E9C424. Grayscale: #414141. Windows color (decimal): -15320101 or 14367510. OLE color: 14367510.
HSL color Cylindrical-coordinate representation of color #163BDB: hue angle of 228.73º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #163BDB is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 59 | 219 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.14 |
| HSL | 228.73º | 0.82% | 0.47% | - |
| HSV(B) | 228.73º | 0.9% | 0.86% | - |
| XYZ | 14.68 | 8.41 | 67.87 | - |
| YUV | 66.18 | 214.24 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 219 | 0.90 | 0.73 | 0 | 0.14 | 228.73 | 0.82 | 0.47 |
| Hex | 16 | 3B | DB | 5A | 49 | 0 | E | E5 | 52 | 2F |
| Octal | 26 | 73 | 333 | 132 | 111 | 0 | 16 | 345 | 122 | 57 |
| Binary | 10110 | 111011 | 11011011 | 1011010 | 1001001 | 0 | 1110 | 11100101 | 1010010 | 101111 |
Color Harmonies of #163BDB
Complementary color
Monochromatic Colors of #163BDB
Black with #163BDB
Text Example
Text Example
White with #163BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163BDB; }
p { color: rgb(22,59,219); }
H1.HeaderClassName
{
color: #163BDB;
}
.AnyTagClassName
{
color: #163BDB;
}
</style>
background-color css
<style>
a { background-color: #163BDB; }
a { background-color: rgb(22,59,219); }
div.DivClassName
{
background-color: #163BDB;
}
.BgClassName
{
background-color: #163BDB;
}
</style>
border-color css
<style>
span { border-color: #163BDB; }
span { border-color: rgb(22,59,219); }
td.TdClassName
{
border-color: #163BDB;
}
.TagClassName
{
border-color: #163BDB;
}
</style>