Shades of Persian Blue #1635D9
Tints of Persian Blue #1635D9
RGB
CMYK
RGB Variations
Color information
#1635D9 (or 0x1635D9) is known color: Persian Blue. HEX triplet: 16, 35 and D9. RGB value is (22,53,217). Sum of RGB (Red+Green+Blue) = 22+53+217=292 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.53% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 217 (85.16% from 255 or 74.32% from 292); Max value from RGB is 217 - color contains mainly: blue. Hex color #1635D9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1635D9 is #E9CA26. Grayscale: #3D3D3D. Windows color (decimal): -15321639 or 14234902. OLE color: 14234902.
HSL color Cylindrical-coordinate representation of color #1635D9: hue angle of 230.46º 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 #1635D9 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 53 | 217 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.15 |
| HSL | 230.46º | 0.82% | 0.47% | - |
| HSV(B) | 230.46º | 0.9% | 0.85% | - |
| XYZ | 14.13 | 7.73 | 66.39 | - |
| YUV | 62.43 | 215.23 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 217 | 0.90 | 0.76 | 0 | 0.15 | 230.46 | 0.82 | 0.47 |
| Hex | 16 | 35 | D9 | 5A | 4C | 0 | F | E6 | 52 | 2F |
| Octal | 26 | 65 | 331 | 132 | 114 | 0 | 17 | 346 | 122 | 57 |
| Binary | 10110 | 110101 | 11011001 | 1011010 | 1001100 | 0 | 1111 | 11100110 | 1010010 | 101111 |
Color Harmonies of #1635D9
Complementary color
Monochromatic Colors of #1635D9
Black with #1635D9
Text Example
Text Example
White with #1635D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1635D9; }
p { color: rgb(22,53,217); }
H1.HeaderClassName
{
color: #1635D9;
}
.AnyTagClassName
{
color: #1635D9;
}
</style>
background-color css
<style>
a { background-color: #1635D9; }
a { background-color: rgb(22,53,217); }
div.DivClassName
{
background-color: #1635D9;
}
.BgClassName
{
background-color: #1635D9;
}
</style>
border-color css
<style>
span { border-color: #1635D9; }
span { border-color: rgb(22,53,217); }
td.TdClassName
{
border-color: #1635D9;
}
.TagClassName
{
border-color: #1635D9;
}
</style>