Shades of Persian Blue #1640E6
Tints of Persian Blue #1640E6
RGB
CMYK
RGB Variations
Color information
#1640E6 (or 0x1640E6) is known color: Persian Blue. HEX triplet: 16, 40 and E6. RGB value is (22,64,230). Sum of RGB (Red+Green+Blue) = 22+64+230=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 230 (90.23% from 255 or 72.78% from 316); Max value from RGB is 230 - color contains mainly: blue. Hex color #1640E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1640E6 is #E9BF19. Grayscale: #454545. Windows color (decimal): -15318810 or 15089686. OLE color: 15089686.
HSL color Cylindrical-coordinate representation of color #1640E6: hue angle of 227.88º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1640E6 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 64 | 230 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.10 |
| HSL | 227.88º | 0.83% | 0.49% | - |
| HSV(B) | 227.88º | 0.9% | 0.9% | - |
| XYZ | 16.45 | 9.55 | 75.84 | - |
| YUV | 70.37 | 218.09 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 230 | 0.90 | 0.72 | 0 | 0.10 | 227.88 | 0.83 | 0.49 |
| Hex | 16 | 40 | E6 | 5A | 48 | 0 | A | E4 | 53 | 31 |
| Octal | 26 | 100 | 346 | 132 | 110 | 0 | 12 | 344 | 123 | 61 |
| Binary | 10110 | 1000000 | 11100110 | 1011010 | 1001000 | 0 | 1010 | 11100100 | 1010011 | 110001 |
Color Harmonies of #1640E6
Complementary color
Monochromatic Colors of #1640E6
Black with #1640E6
Text Example
Text Example
White with #1640E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1640E6; }
p { color: rgb(22,64,230); }
H1.HeaderClassName
{
color: #1640E6;
}
.AnyTagClassName
{
color: #1640E6;
}
</style>
background-color css
<style>
a { background-color: #1640E6; }
a { background-color: rgb(22,64,230); }
div.DivClassName
{
background-color: #1640E6;
}
.BgClassName
{
background-color: #1640E6;
}
</style>
border-color css
<style>
span { border-color: #1640E6; }
span { border-color: rgb(22,64,230); }
td.TdClassName
{
border-color: #1640E6;
}
.TagClassName
{
border-color: #1640E6;
}
</style>