Shades of Persian Blue #1640EF
Tints of Persian Blue #1640EF
RGB
CMYK
RGB Variations
Color information
#1640EF (or 0x1640EF) is known color: Persian Blue. HEX triplet: 16, 40 and EF. RGB value is (22,64,239). Sum of RGB (Red+Green+Blue) = 22+64+239=325 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.77% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 239 (93.75% from 255 or 73.54% from 325); Max value from RGB is 239 - color contains mainly: blue. Hex color #1640EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1640EF is #E9BF10. Grayscale: #464646. Windows color (decimal): -15318801 or 15679510. OLE color: 15679510.
HSL color Cylindrical-coordinate representation of color #1640EF: hue angle of 228.39º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1640EF is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 64 | 239 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.06 |
| HSL | 228.39º | 0.87% | 0.51% | - |
| HSV(B) | 228.39º | 0.91% | 0.94% | - |
| XYZ | 17.74 | 10.07 | 82.67 | - |
| YUV | 71.39 | 222.59 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 239 | 0.91 | 0.73 | 0 | 0.06 | 228.39 | 0.87 | 0.51 |
| Hex | 16 | 40 | EF | 5B | 49 | 0 | 6 | E4 | 57 | 33 |
| Octal | 26 | 100 | 357 | 133 | 111 | 0 | 6 | 344 | 127 | 63 |
| Binary | 10110 | 1000000 | 11101111 | 1011011 | 1001001 | 0 | 110 | 11100100 | 1010111 | 110011 |
Color Harmonies of #1640EF
Complementary color
Monochromatic Colors of #1640EF
Black with #1640EF
Text Example
Text Example
White with #1640EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1640EF; }
p { color: rgb(22,64,239); }
H1.HeaderClassName
{
color: #1640EF;
}
.AnyTagClassName
{
color: #1640EF;
}
</style>
background-color css
<style>
a { background-color: #1640EF; }
a { background-color: rgb(22,64,239); }
div.DivClassName
{
background-color: #1640EF;
}
.BgClassName
{
background-color: #1640EF;
}
</style>
border-color css
<style>
span { border-color: #1640EF; }
span { border-color: rgb(22,64,239); }
td.TdClassName
{
border-color: #1640EF;
}
.TagClassName
{
border-color: #1640EF;
}
</style>