Shades of Persian Blue #163ADD
Tints of Persian Blue #163ADD
RGB
CMYK
RGB Variations
Color information
#163ADD (or 0x163ADD) is known color: Persian Blue. HEX triplet: 16, 3A and DD. RGB value is (22,58,221). Sum of RGB (Red+Green+Blue) = 22+58+221=301 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.31% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 221 (86.72% from 255 or 73.42% from 301); Max value from RGB is 221 - color contains mainly: blue. Hex color #163ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163ADD is #E9C522. Grayscale: #414141. Windows color (decimal): -15320355 or 14498326. OLE color: 14498326.
HSL color Cylindrical-coordinate representation of color #163ADD: hue angle of 229.15º 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 #163ADD is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 58 | 221 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.13 |
| HSL | 229.15º | 0.82% | 0.48% | - |
| HSV(B) | 229.15º | 0.9% | 0.87% | - |
| XYZ | 14.9 | 8.42 | 69.25 | - |
| YUV | 65.82 | 215.57 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 221 | 0.90 | 0.74 | 0 | 0.13 | 229.15 | 0.82 | 0.48 |
| Hex | 16 | 3A | DD | 5A | 4A | 0 | D | E5 | 52 | 30 |
| Octal | 26 | 72 | 335 | 132 | 112 | 0 | 15 | 345 | 122 | 60 |
| Binary | 10110 | 111010 | 11011101 | 1011010 | 1001010 | 0 | 1101 | 11100101 | 1010010 | 110000 |
Color Harmonies of #163ADD
Complementary color
Monochromatic Colors of #163ADD
Black with #163ADD
Text Example
Text Example
White with #163ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163ADD; }
p { color: rgb(22,58,221); }
H1.HeaderClassName
{
color: #163ADD;
}
.AnyTagClassName
{
color: #163ADD;
}
</style>
background-color css
<style>
a { background-color: #163ADD; }
a { background-color: rgb(22,58,221); }
div.DivClassName
{
background-color: #163ADD;
}
.BgClassName
{
background-color: #163ADD;
}
</style>
border-color css
<style>
span { border-color: #163ADD; }
span { border-color: rgb(22,58,221); }
td.TdClassName
{
border-color: #163ADD;
}
.TagClassName
{
border-color: #163ADD;
}
</style>