Shades of Persian Blue #1632B5
Tints of Persian Blue #1632B5
RGB
CMYK
RGB Variations
Color information
#1632B5 (or 0x1632B5) is known color: Persian Blue. HEX triplet: 16, 32 and B5. RGB value is (22,50,181). Sum of RGB (Red+Green+Blue) = 22+50+181=253 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.70% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 181 (71.09% from 255 or 71.54% from 253); Max value from RGB is 181 - color contains mainly: blue. Hex color #1632B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1632B5 is #E9CD4A. Grayscale: #383838. Windows color (decimal): -15322443 or 11874838. OLE color: 11874838.
HSL color Cylindrical-coordinate representation of color #1632B5: hue angle of 229.43º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1632B5 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 50 | 181 | - |
| CMYK | 0.88 | 0.72 | 0 | 0.29 |
| HSL | 229.43º | 0.78% | 0.4% | - |
| HSV(B) | 229.43º | 0.88% | 0.71% | - |
| XYZ | 9.81 | 5.79 | 44.32 | - |
| YUV | 56.56 | 198.22 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 181 | 0.88 | 0.72 | 0 | 0.29 | 229.43 | 0.78 | 0.4 |
| Hex | 16 | 32 | B5 | 58 | 48 | 0 | 1D | E5 | 4E | 28 |
| Octal | 26 | 62 | 265 | 130 | 110 | 0 | 35 | 345 | 116 | 50 |
| Binary | 10110 | 110010 | 10110101 | 1011000 | 1001000 | 0 | 11101 | 11100101 | 1001110 | 101000 |
Color Harmonies of #1632B5
Complementary color
Monochromatic Colors of #1632B5
Black with #1632B5
Text Example
Text Example
White with #1632B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1632B5; }
p { color: rgb(22,50,181); }
H1.HeaderClassName
{
color: #1632B5;
}
.AnyTagClassName
{
color: #1632B5;
}
</style>
background-color css
<style>
a { background-color: #1632B5; }
a { background-color: rgb(22,50,181); }
div.DivClassName
{
background-color: #1632B5;
}
.BgClassName
{
background-color: #1632B5;
}
</style>
border-color css
<style>
span { border-color: #1632B5; }
span { border-color: rgb(22,50,181); }
td.TdClassName
{
border-color: #1632B5;
}
.TagClassName
{
border-color: #1632B5;
}
</style>