Shades of Persian Blue #163DBD
Tints of Persian Blue #163DBD
RGB
CMYK
RGB Variations
Color information
#163DBD (or 0x163DBD) is known color: Persian Blue. HEX triplet: 16, 3D and BD. RGB value is (22,61,189). Sum of RGB (Red+Green+Blue) = 22+61+189=272 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.09% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 189 (74.22% from 255 or 69.49% from 272); Max value from RGB is 189 - color contains mainly: blue. Hex color #163DBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163DBD is #E9C242. Grayscale: #3F3F3F. Windows color (decimal): -15319619 or 12401942. OLE color: 12401942.
HSL color Cylindrical-coordinate representation of color #163DBD: hue angle of 225.99º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #163DBD is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 61 | 189 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.26 |
| HSL | 225.99º | 0.79% | 0.41% | - |
| HSV(B) | 225.99º | 0.88% | 0.74% | - |
| XYZ | 11.18 | 7.18 | 48.94 | - |
| YUV | 63.93 | 198.58 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 189 | 0.88 | 0.68 | 0 | 0.26 | 225.99 | 0.79 | 0.41 |
| Hex | 16 | 3D | BD | 58 | 44 | 0 | 1A | E2 | 4F | 29 |
| Octal | 26 | 75 | 275 | 130 | 104 | 0 | 32 | 342 | 117 | 51 |
| Binary | 10110 | 111101 | 10111101 | 1011000 | 1000100 | 0 | 11010 | 11100010 | 1001111 | 101001 |
Color Harmonies of #163DBD
Complementary color
Monochromatic Colors of #163DBD
Black with #163DBD
Text Example
Text Example
White with #163DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163DBD; }
p { color: rgb(22,61,189); }
H1.HeaderClassName
{
color: #163DBD;
}
.AnyTagClassName
{
color: #163DBD;
}
</style>
background-color css
<style>
a { background-color: #163DBD; }
a { background-color: rgb(22,61,189); }
div.DivClassName
{
background-color: #163DBD;
}
.BgClassName
{
background-color: #163DBD;
}
</style>
border-color css
<style>
span { border-color: #163DBD; }
span { border-color: rgb(22,61,189); }
td.TdClassName
{
border-color: #163DBD;
}
.TagClassName
{
border-color: #163DBD;
}
</style>