Shades of Persian Blue #1341F1
Tints of Persian Blue #1341F1
RGB
CMYK
RGB Variations
Color information
#1341F1 (or 0x1341F1) is known color: Persian Blue. HEX triplet: 13, 41 and F1. RGB value is (19,65,241). Sum of RGB (Red+Green+Blue) = 19+65+241=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 241 (94.53% from 255 or 74.15% from 325); Max value from RGB is 241 - color contains mainly: blue. Hex color #1341F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1341F1 is #ECBE0E. Grayscale: #464646. Windows color (decimal): -15515151 or 15810835. OLE color: 15810835.
HSL color Cylindrical-coordinate representation of color #1341F1: hue angle of 227.57º 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 #1341F1 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 65 | 241 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.05 |
| HSL | 227.57º | 0.89% | 0.51% | - |
| HSV(B) | 227.57º | 0.92% | 0.95% | - |
| XYZ | 18.04 | 10.27 | 84.25 | - |
| YUV | 71.31 | 223.76 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 241 | 0.92 | 0.73 | 0 | 0.05 | 227.57 | 0.89 | 0.51 |
| Hex | 13 | 41 | F1 | 5C | 49 | 0 | 5 | E4 | 59 | 33 |
| Octal | 23 | 101 | 361 | 134 | 111 | 0 | 5 | 344 | 131 | 63 |
| Binary | 10011 | 1000001 | 11110001 | 1011100 | 1001001 | 0 | 101 | 11100100 | 1011001 | 110011 |
Color Harmonies of #1341F1
Complementary color
Monochromatic Colors of #1341F1
Black with #1341F1
Text Example
Text Example
White with #1341F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1341F1; }
p { color: rgb(19,65,241); }
H1.HeaderClassName
{
color: #1341F1;
}
.AnyTagClassName
{
color: #1341F1;
}
</style>
background-color css
<style>
a { background-color: #1341F1; }
a { background-color: rgb(19,65,241); }
div.DivClassName
{
background-color: #1341F1;
}
.BgClassName
{
background-color: #1341F1;
}
</style>
border-color css
<style>
span { border-color: #1341F1; }
span { border-color: rgb(19,65,241); }
td.TdClassName
{
border-color: #1341F1;
}
.TagClassName
{
border-color: #1341F1;
}
</style>