Shades of Persian Blue #1640B2
Tints of Persian Blue #1640B2
RGB
CMYK
RGB Variations
Color information
#1640B2 (or 0x1640B2) is known color: Persian Blue. HEX triplet: 16, 40 and B2. RGB value is (22,64,178). Sum of RGB (Red+Green+Blue) = 22+64+178=264 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.33% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 178 (69.92% from 255 or 67.42% from 264); Max value from RGB is 178 - color contains mainly: blue. Hex color #1640B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1640B2 is #E9BF4D. Grayscale: #3F3F3F. Windows color (decimal): -15318862 or 11681814. OLE color: 11681814.
HSL color Cylindrical-coordinate representation of color #1640B2: hue angle of 223.85º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1640B2 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 22 | 64 | 178 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.30 |
| HSL | 223.85º | 0.78% | 0.39% | - |
| HSV(B) | 223.85º | 0.88% | 0.7% | - |
| XYZ | 10.2 | 7.05 | 42.94 | - |
| YUV | 64.44 | 192.09 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 178 | 0.88 | 0.64 | 0 | 0.30 | 223.85 | 0.78 | 0.39 |
| Hex | 16 | 40 | B2 | 58 | 40 | 0 | 1E | E0 | 4E | 27 |
| Octal | 26 | 100 | 262 | 130 | 100 | 0 | 36 | 340 | 116 | 47 |
| Binary | 10110 | 1000000 | 10110010 | 1011000 | 1000000 | 0 | 11110 | 11100000 | 1001110 | 100111 |
Color Harmonies of #1640B2
Complementary color
Monochromatic Colors of #1640B2
Black with #1640B2
Text Example
Text Example
White with #1640B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1640B2; }
p { color: rgb(22,64,178); }
H1.HeaderClassName
{
color: #1640B2;
}
.AnyTagClassName
{
color: #1640B2;
}
</style>
background-color css
<style>
a { background-color: #1640B2; }
a { background-color: rgb(22,64,178); }
div.DivClassName
{
background-color: #1640B2;
}
.BgClassName
{
background-color: #1640B2;
}
</style>
border-color css
<style>
span { border-color: #1640B2; }
span { border-color: rgb(22,64,178); }
td.TdClassName
{
border-color: #1640B2;
}
.TagClassName
{
border-color: #1640B2;
}
</style>