Shades of Persian Blue #163DB1
Tints of Persian Blue #163DB1
RGB
CMYK
RGB Variations
Color information
#163DB1 (or 0x163DB1) is known color: Persian Blue. HEX triplet: 16, 3D and B1. RGB value is (22,61,177). Sum of RGB (Red+Green+Blue) = 22+61+177=260 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.46% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 177 (69.53% from 255 or 68.08% from 260); Max value from RGB is 177 - color contains mainly: blue. Hex color #163DB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163DB1 is #E9C24E. Grayscale: #3E3E3E. Windows color (decimal): -15319631 or 11615510. OLE color: 11615510.
HSL color Cylindrical-coordinate representation of color #163DB1: hue angle of 224.9º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #163DB1 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 61 | 177 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.31 |
| HSL | 224.9º | 0.78% | 0.39% | - |
| HSV(B) | 224.9º | 0.88% | 0.69% | - |
| XYZ | 9.94 | 6.68 | 42.36 | - |
| YUV | 62.56 | 192.58 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 177 | 0.88 | 0.66 | 0 | 0.31 | 224.9 | 0.78 | 0.39 |
| Hex | 16 | 3D | B1 | 58 | 42 | 0 | 1F | E1 | 4E | 27 |
| Octal | 26 | 75 | 261 | 130 | 102 | 0 | 37 | 341 | 116 | 47 |
| Binary | 10110 | 111101 | 10110001 | 1011000 | 1000010 | 0 | 11111 | 11100001 | 1001110 | 100111 |
Color Harmonies of #163DB1
Complementary color
Monochromatic Colors of #163DB1
Black with #163DB1
Text Example
Text Example
White with #163DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163DB1; }
p { color: rgb(22,61,177); }
H1.HeaderClassName
{
color: #163DB1;
}
.AnyTagClassName
{
color: #163DB1;
}
</style>
background-color css
<style>
a { background-color: #163DB1; }
a { background-color: rgb(22,61,177); }
div.DivClassName
{
background-color: #163DB1;
}
.BgClassName
{
background-color: #163DB1;
}
</style>
border-color css
<style>
span { border-color: #163DB1; }
span { border-color: rgb(22,61,177); }
td.TdClassName
{
border-color: #163DB1;
}
.TagClassName
{
border-color: #163DB1;
}
</style>