Shades of Persian Blue #163BDA
Tints of Persian Blue #163BDA
RGB
CMYK
RGB Variations
Color information
#163BDA (or 0x163BDA) is known color: Persian Blue. HEX triplet: 16, 3B and DA. RGB value is (22,59,218). Sum of RGB (Red+Green+Blue) = 22+59+218=299 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.36% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 218 (85.55% from 255 or 72.91% from 299); Max value from RGB is 218 - color contains mainly: blue. Hex color #163BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163BDA is #E9C425. Grayscale: #414141. Windows color (decimal): -15320102 or 14301974. OLE color: 14301974.
HSL color Cylindrical-coordinate representation of color #163BDA: hue angle of 228.67º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #163BDA is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 59 | 218 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.15 |
| HSL | 228.67º | 0.82% | 0.47% | - |
| HSV(B) | 228.67º | 0.9% | 0.85% | - |
| XYZ | 14.55 | 8.36 | 67.18 | - |
| YUV | 66.06 | 213.74 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 218 | 0.90 | 0.73 | 0 | 0.15 | 228.67 | 0.82 | 0.47 |
| Hex | 16 | 3B | DA | 5A | 49 | 0 | F | E5 | 52 | 2F |
| Octal | 26 | 73 | 332 | 132 | 111 | 0 | 17 | 345 | 122 | 57 |
| Binary | 10110 | 111011 | 11011010 | 1011010 | 1001001 | 0 | 1111 | 11100101 | 1010010 | 101111 |
Color Harmonies of #163BDA
Complementary color
Monochromatic Colors of #163BDA
Black with #163BDA
Text Example
Text Example
White with #163BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163BDA; }
p { color: rgb(22,59,218); }
H1.HeaderClassName
{
color: #163BDA;
}
.AnyTagClassName
{
color: #163BDA;
}
</style>
background-color css
<style>
a { background-color: #163BDA; }
a { background-color: rgb(22,59,218); }
div.DivClassName
{
background-color: #163BDA;
}
.BgClassName
{
background-color: #163BDA;
}
</style>
border-color css
<style>
span { border-color: #163BDA; }
span { border-color: rgb(22,59,218); }
td.TdClassName
{
border-color: #163BDA;
}
.TagClassName
{
border-color: #163BDA;
}
</style>