Shades of Persian Blue #1635D0
Tints of Persian Blue #1635D0
RGB
CMYK
RGB Variations
Color information
#1635D0 (or 0x1635D0) is known color: Persian Blue. HEX triplet: 16, 35 and D0. RGB value is (22,53,208). Sum of RGB (Red+Green+Blue) = 22+53+208=283 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.77% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 208 (81.64% from 255 or 73.50% from 283); Max value from RGB is 208 - color contains mainly: blue. Hex color #1635D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1635D0 is #E9CA2F. Grayscale: #3C3C3C. Windows color (decimal): -15321648 or 13645078. OLE color: 13645078.
HSL color Cylindrical-coordinate representation of color #1635D0: hue angle of 230º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1635D0 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 53 | 208 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.18 |
| HSL | 230º | 0.81% | 0.45% | - |
| HSV(B) | 230º | 0.89% | 0.82% | - |
| XYZ | 12.99 | 7.27 | 60.39 | - |
| YUV | 61.4 | 210.73 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 208 | 0.89 | 0.75 | 0 | 0.18 | 230 | 0.81 | 0.45 |
| Hex | 16 | 35 | D0 | 59 | 4B | 0 | 12 | E6 | 51 | 2D |
| Octal | 26 | 65 | 320 | 131 | 113 | 0 | 22 | 346 | 121 | 55 |
| Binary | 10110 | 110101 | 11010000 | 1011001 | 1001011 | 0 | 10010 | 11100110 | 1010001 | 101101 |
Color Harmonies of #1635D0
Complementary color
Monochromatic Colors of #1635D0
Black with #1635D0
Text Example
Text Example
White with #1635D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1635D0; }
p { color: rgb(22,53,208); }
H1.HeaderClassName
{
color: #1635D0;
}
.AnyTagClassName
{
color: #1635D0;
}
</style>
background-color css
<style>
a { background-color: #1635D0; }
a { background-color: rgb(22,53,208); }
div.DivClassName
{
background-color: #1635D0;
}
.BgClassName
{
background-color: #1635D0;
}
</style>
border-color css
<style>
span { border-color: #1635D0; }
span { border-color: rgb(22,53,208); }
td.TdClassName
{
border-color: #1635D0;
}
.TagClassName
{
border-color: #1635D0;
}
</style>