Shades of Persian Blue #1635ED
Tints of Persian Blue #1635ED
RGB
CMYK
RGB Variations
Color information
#1635ED (or 0x1635ED) is known color: Persian Blue. HEX triplet: 16, 35 and ED. RGB value is (22,53,237). Sum of RGB (Red+Green+Blue) = 22+53+237=312 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.05% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 237 (92.97% from 255 or 75.96% from 312); Max value from RGB is 237 - color contains mainly: blue. Hex color #1635ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1635ED is #E9CA12. Grayscale: #3F3F3F. Windows color (decimal): -15321619 or 15545622. OLE color: 15545622.
HSL color Cylindrical-coordinate representation of color #1635ED: hue angle of 231.35º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1635ED is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 53 | 237 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.07 |
| HSL | 231.35º | 0.86% | 0.51% | - |
| HSV(B) | 231.35º | 0.91% | 0.93% | - |
| XYZ | 16.89 | 8.83 | 80.94 | - |
| YUV | 64.71 | 225.23 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 237 | 0.91 | 0.78 | 0 | 0.07 | 231.35 | 0.86 | 0.51 |
| Hex | 16 | 35 | ED | 5B | 4E | 0 | 7 | E7 | 56 | 33 |
| Octal | 26 | 65 | 355 | 133 | 116 | 0 | 7 | 347 | 126 | 63 |
| Binary | 10110 | 110101 | 11101101 | 1011011 | 1001110 | 0 | 111 | 11100111 | 1010110 | 110011 |
Color Harmonies of #1635ED
Complementary color
Monochromatic Colors of #1635ED
Black with #1635ED
Text Example
Text Example
White with #1635ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1635ED; }
p { color: rgb(22,53,237); }
H1.HeaderClassName
{
color: #1635ED;
}
.AnyTagClassName
{
color: #1635ED;
}
</style>
background-color css
<style>
a { background-color: #1635ED; }
a { background-color: rgb(22,53,237); }
div.DivClassName
{
background-color: #1635ED;
}
.BgClassName
{
background-color: #1635ED;
}
</style>
border-color css
<style>
span { border-color: #1635ED; }
span { border-color: rgb(22,53,237); }
td.TdClassName
{
border-color: #1635ED;
}
.TagClassName
{
border-color: #1635ED;
}
</style>