Shades of Persian Blue #1340F1
Tints of Persian Blue #1340F1
RGB
CMYK
RGB Variations
Color information
#1340F1 (or 0x1340F1) is known color: Persian Blue. HEX triplet: 13, 40 and F1. RGB value is (19,64,241). Sum of RGB (Red+Green+Blue) = 19+64+241=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 241 (94.53% from 255 or 74.38% from 324); Max value from RGB is 241 - color contains mainly: blue. Hex color #1340F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1340F1 is #ECBF0E. Grayscale: #454545. Windows color (decimal): -15515407 or 15810579. OLE color: 15810579.
HSL color Cylindrical-coordinate representation of color #1340F1: hue angle of 227.84º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1340F1 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 64 | 241 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.05 |
| HSL | 227.84º | 0.89% | 0.51% | - |
| HSV(B) | 227.84º | 0.92% | 0.95% | - |
| XYZ | 17.98 | 10.16 | 84.23 | - |
| YUV | 70.72 | 224.09 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 241 | 0.92 | 0.73 | 0 | 0.05 | 227.84 | 0.89 | 0.51 |
| Hex | 13 | 40 | F1 | 5C | 49 | 0 | 5 | E4 | 59 | 33 |
| Octal | 23 | 100 | 361 | 134 | 111 | 0 | 5 | 344 | 131 | 63 |
| Binary | 10011 | 1000000 | 11110001 | 1011100 | 1001001 | 0 | 101 | 11100100 | 1011001 | 110011 |
Color Harmonies of #1340F1
Complementary color
Monochromatic Colors of #1340F1
Black with #1340F1
Text Example
Text Example
White with #1340F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1340F1; }
p { color: rgb(19,64,241); }
H1.HeaderClassName
{
color: #1340F1;
}
.AnyTagClassName
{
color: #1340F1;
}
</style>
background-color css
<style>
a { background-color: #1340F1; }
a { background-color: rgb(19,64,241); }
div.DivClassName
{
background-color: #1340F1;
}
.BgClassName
{
background-color: #1340F1;
}
</style>
border-color css
<style>
span { border-color: #1340F1; }
span { border-color: rgb(19,64,241); }
td.TdClassName
{
border-color: #1340F1;
}
.TagClassName
{
border-color: #1340F1;
}
</style>