Shades of Persian Blue #1440E9
Tints of Persian Blue #1440E9
RGB
CMYK
RGB Variations
Color information
#1440E9 (or 0x1440E9) is known color: Persian Blue. HEX triplet: 14, 40 and E9. RGB value is (20,64,233). Sum of RGB (Red+Green+Blue) = 20+64+233=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 233 (91.41% from 255 or 73.50% from 317); Max value from RGB is 233 - color contains mainly: blue. Hex color #1440E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1440E9 is #EBBF16. Grayscale: #454545. Windows color (decimal): -15449879 or 15286292. OLE color: 15286292.
HSL color Cylindrical-coordinate representation of color #1440E9: hue angle of 227.61º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1440E9 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 64 | 233 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.09 |
| HSL | 227.61º | 0.84% | 0.5% | - |
| HSV(B) | 227.61º | 0.91% | 0.91% | - |
| XYZ | 16.83 | 9.7 | 78.08 | - |
| YUV | 70.11 | 219.92 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 64 | 233 | 0.91 | 0.73 | 0 | 0.09 | 227.61 | 0.84 | 0.5 |
| Hex | 14 | 40 | E9 | 5B | 49 | 0 | 9 | E4 | 54 | 32 |
| Octal | 24 | 100 | 351 | 133 | 111 | 0 | 11 | 344 | 124 | 62 |
| Binary | 10100 | 1000000 | 11101001 | 1011011 | 1001001 | 0 | 1001 | 11100100 | 1010100 | 110010 |
Color Harmonies of #1440E9
Complementary color
Monochromatic Colors of #1440E9
Black with #1440E9
Text Example
Text Example
White with #1440E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1440E9; }
p { color: rgb(20,64,233); }
H1.HeaderClassName
{
color: #1440E9;
}
.AnyTagClassName
{
color: #1440E9;
}
</style>
background-color css
<style>
a { background-color: #1440E9; }
a { background-color: rgb(20,64,233); }
div.DivClassName
{
background-color: #1440E9;
}
.BgClassName
{
background-color: #1440E9;
}
</style>
border-color css
<style>
span { border-color: #1440E9; }
span { border-color: rgb(20,64,233); }
td.TdClassName
{
border-color: #1440E9;
}
.TagClassName
{
border-color: #1440E9;
}
</style>