Shades of Persian Blue #1440E7
Tints of Persian Blue #1440E7
RGB
CMYK
RGB Variations
Color information
#1440E7 (or 0x1440E7) is known color: Persian Blue. HEX triplet: 14, 40 and E7. RGB value is (20,64,231). Sum of RGB (Red+Green+Blue) = 20+64+231=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 231 (90.62% from 255 or 73.33% from 315); Max value from RGB is 231 - color contains mainly: blue. Hex color #1440E7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1440E7 is #EBBF18. Grayscale: #454545. Windows color (decimal): -15449881 or 15155220. OLE color: 15155220.
HSL color Cylindrical-coordinate representation of color #1440E7: hue angle of 227.49º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1440E7 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 64 | 231 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.09 |
| HSL | 227.49º | 0.84% | 0.49% | - |
| HSV(B) | 227.49º | 0.91% | 0.91% | - |
| XYZ | 16.55 | 9.59 | 76.58 | - |
| YUV | 69.88 | 218.92 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 64 | 231 | 0.91 | 0.72 | 0 | 0.09 | 227.49 | 0.84 | 0.49 |
| Hex | 14 | 40 | E7 | 5B | 48 | 0 | 9 | E3 | 54 | 31 |
| Octal | 24 | 100 | 347 | 133 | 110 | 0 | 11 | 343 | 124 | 61 |
| Binary | 10100 | 1000000 | 11100111 | 1011011 | 1001000 | 0 | 1001 | 11100011 | 1010100 | 110001 |
Color Harmonies of #1440E7
Complementary color
Monochromatic Colors of #1440E7
Black with #1440E7
Text Example
Text Example
White with #1440E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1440E7; }
p { color: rgb(20,64,231); }
H1.HeaderClassName
{
color: #1440E7;
}
.AnyTagClassName
{
color: #1440E7;
}
</style>
background-color css
<style>
a { background-color: #1440E7; }
a { background-color: rgb(20,64,231); }
div.DivClassName
{
background-color: #1440E7;
}
.BgClassName
{
background-color: #1440E7;
}
</style>
border-color css
<style>
span { border-color: #1440E7; }
span { border-color: rgb(20,64,231); }
td.TdClassName
{
border-color: #1440E7;
}
.TagClassName
{
border-color: #1440E7;
}
</style>