Shades of Persian Blue #1740E1
Tints of Persian Blue #1740E1
RGB
CMYK
RGB Variations
Color information
#1740E1 (or 0x1740E1) is known color: Persian Blue. HEX triplet: 17, 40 and E1. RGB value is (23,64,225). Sum of RGB (Red+Green+Blue) = 23+64+225=312 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.37% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 225 (88.28% from 255 or 72.12% from 312); Max value from RGB is 225 - color contains mainly: blue. Hex color #1740E1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1740E1 is #E8BF1E. Grayscale: #454545. Windows color (decimal): -15253279 or 14762007. OLE color: 14762007.
HSL color Cylindrical-coordinate representation of color #1740E1: hue angle of 227.82º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1740E1 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 64 | 225 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.12 |
| HSL | 227.82º | 0.81% | 0.49% | - |
| HSV(B) | 227.82º | 0.9% | 0.88% | - |
| XYZ | 15.78 | 9.29 | 72.19 | - |
| YUV | 70.1 | 215.42 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 225 | 0.90 | 0.72 | 0 | 0.12 | 227.82 | 0.81 | 0.49 |
| Hex | 17 | 40 | E1 | 5A | 48 | 0 | C | E4 | 51 | 31 |
| Octal | 27 | 100 | 341 | 132 | 110 | 0 | 14 | 344 | 121 | 61 |
| Binary | 10111 | 1000000 | 11100001 | 1011010 | 1001000 | 0 | 1100 | 11100100 | 1010001 | 110001 |
Color Harmonies of #1740E1
Complementary color
Monochromatic Colors of #1740E1
Black with #1740E1
Text Example
Text Example
White with #1740E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1740E1; }
p { color: rgb(23,64,225); }
H1.HeaderClassName
{
color: #1740E1;
}
.AnyTagClassName
{
color: #1740E1;
}
</style>
background-color css
<style>
a { background-color: #1740E1; }
a { background-color: rgb(23,64,225); }
div.DivClassName
{
background-color: #1740E1;
}
.BgClassName
{
background-color: #1740E1;
}
</style>
border-color css
<style>
span { border-color: #1740E1; }
span { border-color: rgb(23,64,225); }
td.TdClassName
{
border-color: #1740E1;
}
.TagClassName
{
border-color: #1740E1;
}
</style>