Shades of Persian Blue #1635DA
Tints of Persian Blue #1635DA
RGB
CMYK
RGB Variations
Color information
#1635DA (or 0x1635DA) is known color: Persian Blue. HEX triplet: 16, 35 and DA. RGB value is (22,53,218). Sum of RGB (Red+Green+Blue) = 22+53+218=293 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.51% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 218 (85.55% from 255 or 74.40% from 293); Max value from RGB is 218 - color contains mainly: blue. Hex color #1635DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1635DA is #E9CA25. Grayscale: #3D3D3D. Windows color (decimal): -15321638 or 14300438. OLE color: 14300438.
HSL color Cylindrical-coordinate representation of color #1635DA: hue angle of 230.51º 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 #1635DA is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 53 | 218 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.15 |
| HSL | 230.51º | 0.82% | 0.47% | - |
| HSV(B) | 230.51º | 0.9% | 0.85% | - |
| XYZ | 14.26 | 7.78 | 67.08 | - |
| YUV | 62.54 | 215.73 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 218 | 0.90 | 0.76 | 0 | 0.15 | 230.51 | 0.82 | 0.47 |
| Hex | 16 | 35 | DA | 5A | 4C | 0 | F | E7 | 52 | 2F |
| Octal | 26 | 65 | 332 | 132 | 114 | 0 | 17 | 347 | 122 | 57 |
| Binary | 10110 | 110101 | 11011010 | 1011010 | 1001100 | 0 | 1111 | 11100111 | 1010010 | 101111 |
Color Harmonies of #1635DA
Complementary color
Monochromatic Colors of #1635DA
Black with #1635DA
Text Example
Text Example
White with #1635DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1635DA; }
p { color: rgb(22,53,218); }
H1.HeaderClassName
{
color: #1635DA;
}
.AnyTagClassName
{
color: #1635DA;
}
</style>
background-color css
<style>
a { background-color: #1635DA; }
a { background-color: rgb(22,53,218); }
div.DivClassName
{
background-color: #1635DA;
}
.BgClassName
{
background-color: #1635DA;
}
</style>
border-color css
<style>
span { border-color: #1635DA; }
span { border-color: rgb(22,53,218); }
td.TdClassName
{
border-color: #1635DA;
}
.TagClassName
{
border-color: #1635DA;
}
</style>