Shades of Persian Blue #1640EA
Tints of Persian Blue #1640EA
RGB
CMYK
RGB Variations
Color information
#1640EA (or 0x1640EA) is known color: Persian Blue. HEX triplet: 16, 40 and EA. RGB value is (22,64,234). Sum of RGB (Red+Green+Blue) = 22+64+234=320 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.88% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 234 (91.80% from 255 or 73.12% from 320); Max value from RGB is 234 - color contains mainly: blue. Hex color #1640EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1640EA is #E9BF15. Grayscale: #464646. Windows color (decimal): -15318806 or 15351830. OLE color: 15351830.
HSL color Cylindrical-coordinate representation of color #1640EA: hue angle of 228.11º degrees, saturation: 0.83, 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 #1640EA is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 64 | 234 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.08 |
| HSL | 228.11º | 0.83% | 0.5% | - |
| HSV(B) | 228.11º | 0.91% | 0.92% | - |
| XYZ | 17.02 | 9.78 | 78.83 | - |
| YUV | 70.82 | 220.09 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 234 | 0.91 | 0.73 | 0 | 0.08 | 228.11 | 0.83 | 0.5 |
| Hex | 16 | 40 | EA | 5B | 49 | 0 | 8 | E4 | 53 | 32 |
| Octal | 26 | 100 | 352 | 133 | 111 | 0 | 10 | 344 | 123 | 62 |
| Binary | 10110 | 1000000 | 11101010 | 1011011 | 1001001 | 0 | 1000 | 11100100 | 1010011 | 110010 |
Color Harmonies of #1640EA
Complementary color
Monochromatic Colors of #1640EA
Black with #1640EA
Text Example
Text Example
White with #1640EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1640EA; }
p { color: rgb(22,64,234); }
H1.HeaderClassName
{
color: #1640EA;
}
.AnyTagClassName
{
color: #1640EA;
}
</style>
background-color css
<style>
a { background-color: #1640EA; }
a { background-color: rgb(22,64,234); }
div.DivClassName
{
background-color: #1640EA;
}
.BgClassName
{
background-color: #1640EA;
}
</style>
border-color css
<style>
span { border-color: #1640EA; }
span { border-color: rgb(22,64,234); }
td.TdClassName
{
border-color: #1640EA;
}
.TagClassName
{
border-color: #1640EA;
}
</style>