Shades of Persian Blue #1635C0
Tints of Persian Blue #1635C0
RGB
CMYK
RGB Variations
Color information
#1635C0 (or 0x1635C0) is known color: Persian Blue. HEX triplet: 16, 35 and C0. RGB value is (22,53,192). Sum of RGB (Red+Green+Blue) = 22+53+192=267 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.24% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 192 (75.39% from 255 or 71.91% from 267); Max value from RGB is 192 - color contains mainly: blue. Hex color #1635C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1635C0 is #E9CA3F. Grayscale: #3A3A3A. Windows color (decimal): -15321664 or 12596502. OLE color: 12596502.
HSL color Cylindrical-coordinate representation of color #1635C0: hue angle of 229.06º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1635C0 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 53 | 192 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.25 |
| HSL | 229.06º | 0.79% | 0.42% | - |
| HSV(B) | 229.06º | 0.89% | 0.75% | - |
| XYZ | 11.12 | 6.52 | 50.54 | - |
| YUV | 59.58 | 202.73 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 192 | 0.89 | 0.72 | 0 | 0.25 | 229.06 | 0.79 | 0.42 |
| Hex | 16 | 35 | C0 | 59 | 48 | 0 | 19 | E5 | 4F | 2A |
| Octal | 26 | 65 | 300 | 131 | 110 | 0 | 31 | 345 | 117 | 52 |
| Binary | 10110 | 110101 | 11000000 | 1011001 | 1001000 | 0 | 11001 | 11100101 | 1001111 | 101010 |
Color Harmonies of #1635C0
Complementary color
Monochromatic Colors of #1635C0
Black with #1635C0
Text Example
Text Example
White with #1635C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1635C0; }
p { color: rgb(22,53,192); }
H1.HeaderClassName
{
color: #1635C0;
}
.AnyTagClassName
{
color: #1635C0;
}
</style>
background-color css
<style>
a { background-color: #1635C0; }
a { background-color: rgb(22,53,192); }
div.DivClassName
{
background-color: #1635C0;
}
.BgClassName
{
background-color: #1635C0;
}
</style>
border-color css
<style>
span { border-color: #1635C0; }
span { border-color: rgb(22,53,192); }
td.TdClassName
{
border-color: #1635C0;
}
.TagClassName
{
border-color: #1635C0;
}
</style>