Shades of Persian Blue #163BDE
Tints of Persian Blue #163BDE
RGB
CMYK
RGB Variations
Color information
#163BDE (or 0x163BDE) is known color: Persian Blue. HEX triplet: 16, 3B and DE. RGB value is (22,59,222). Sum of RGB (Red+Green+Blue) = 22+59+222=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 222 (87.11% from 255 or 73.27% from 303); Max value from RGB is 222 - color contains mainly: blue. Hex color #163BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163BDE is #E9C421. Grayscale: #414141. Windows color (decimal): -15320098 or 14564118. OLE color: 14564118.
HSL color Cylindrical-coordinate representation of color #163BDE: hue angle of 228.9º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #163BDE is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 59 | 222 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.13 |
| HSL | 228.9º | 0.82% | 0.48% | - |
| HSV(B) | 228.9º | 0.9% | 0.87% | - |
| XYZ | 15.08 | 8.57 | 69.97 | - |
| YUV | 66.52 | 215.74 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 222 | 0.90 | 0.73 | 0 | 0.13 | 228.9 | 0.82 | 0.48 |
| Hex | 16 | 3B | DE | 5A | 49 | 0 | D | E5 | 52 | 30 |
| Octal | 26 | 73 | 336 | 132 | 111 | 0 | 15 | 345 | 122 | 60 |
| Binary | 10110 | 111011 | 11011110 | 1011010 | 1001001 | 0 | 1101 | 11100101 | 1010010 | 110000 |
Color Harmonies of #163BDE
Complementary color
Monochromatic Colors of #163BDE
Black with #163BDE
Text Example
Text Example
White with #163BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163BDE; }
p { color: rgb(22,59,222); }
H1.HeaderClassName
{
color: #163BDE;
}
.AnyTagClassName
{
color: #163BDE;
}
</style>
background-color css
<style>
a { background-color: #163BDE; }
a { background-color: rgb(22,59,222); }
div.DivClassName
{
background-color: #163BDE;
}
.BgClassName
{
background-color: #163BDE;
}
</style>
border-color css
<style>
span { border-color: #163BDE; }
span { border-color: rgb(22,59,222); }
td.TdClassName
{
border-color: #163BDE;
}
.TagClassName
{
border-color: #163BDE;
}
</style>