Shades of Persian Blue #1640EB
Tints of Persian Blue #1640EB
RGB
CMYK
RGB Variations
Color information
#1640EB (or 0x1640EB) is known color: Persian Blue. HEX triplet: 16, 40 and EB. RGB value is (22,64,235). Sum of RGB (Red+Green+Blue) = 22+64+235=321 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.85% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 235 (92.19% from 255 or 73.21% from 321); Max value from RGB is 235 - color contains mainly: blue. Hex color #1640EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1640EB is #E9BF14. Grayscale: #464646. Windows color (decimal): -15318805 or 15417366. OLE color: 15417366.
HSL color Cylindrical-coordinate representation of color #1640EB: hue angle of 228.17º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1640EB is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 64 | 235 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.08 |
| HSL | 228.17º | 0.84% | 0.5% | - |
| HSV(B) | 228.17º | 0.91% | 0.92% | - |
| XYZ | 17.16 | 9.84 | 79.59 | - |
| YUV | 70.94 | 220.59 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 235 | 0.91 | 0.73 | 0 | 0.08 | 228.17 | 0.84 | 0.5 |
| Hex | 16 | 40 | EB | 5B | 49 | 0 | 8 | E4 | 54 | 32 |
| Octal | 26 | 100 | 353 | 133 | 111 | 0 | 10 | 344 | 124 | 62 |
| Binary | 10110 | 1000000 | 11101011 | 1011011 | 1001001 | 0 | 1000 | 11100100 | 1010100 | 110010 |
Color Harmonies of #1640EB
Complementary color
Monochromatic Colors of #1640EB
Black with #1640EB
Text Example
Text Example
White with #1640EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1640EB; }
p { color: rgb(22,64,235); }
H1.HeaderClassName
{
color: #1640EB;
}
.AnyTagClassName
{
color: #1640EB;
}
</style>
background-color css
<style>
a { background-color: #1640EB; }
a { background-color: rgb(22,64,235); }
div.DivClassName
{
background-color: #1640EB;
}
.BgClassName
{
background-color: #1640EB;
}
</style>
border-color css
<style>
span { border-color: #1640EB; }
span { border-color: rgb(22,64,235); }
td.TdClassName
{
border-color: #1640EB;
}
.TagClassName
{
border-color: #1640EB;
}
</style>