Shades of Persian Blue #1342F1
Tints of Persian Blue #1342F1
RGB
CMYK
RGB Variations
Color information
#1342F1 (or 0x1342F1) is known color: Persian Blue. HEX triplet: 13, 42 and F1. RGB value is (19,66,241). Sum of RGB (Red+Green+Blue) = 19+66+241=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 241 (94.53% from 255 or 73.93% from 326); Max value from RGB is 241 - color contains mainly: blue. Hex color #1342F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1342F1 is #ECBD0E. Grayscale: #474747. Windows color (decimal): -15514895 or 15811091. OLE color: 15811091.
HSL color Cylindrical-coordinate representation of color #1342F1: hue angle of 227.3º 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 #1342F1 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 66 | 241 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.05 |
| HSL | 227.3º | 0.89% | 0.51% | - |
| HSV(B) | 227.3º | 0.92% | 0.95% | - |
| XYZ | 18.09 | 10.39 | 84.27 | - |
| YUV | 71.9 | 223.43 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 66 | 241 | 0.92 | 0.73 | 0 | 0.05 | 227.3 | 0.89 | 0.51 |
| Hex | 13 | 42 | F1 | 5C | 49 | 0 | 5 | E3 | 59 | 33 |
| Octal | 23 | 102 | 361 | 134 | 111 | 0 | 5 | 343 | 131 | 63 |
| Binary | 10011 | 1000010 | 11110001 | 1011100 | 1001001 | 0 | 101 | 11100011 | 1011001 | 110011 |
Color Harmonies of #1342F1
Complementary color
Monochromatic Colors of #1342F1
Black with #1342F1
Text Example
Text Example
White with #1342F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1342F1; }
p { color: rgb(19,66,241); }
H1.HeaderClassName
{
color: #1342F1;
}
.AnyTagClassName
{
color: #1342F1;
}
</style>
background-color css
<style>
a { background-color: #1342F1; }
a { background-color: rgb(19,66,241); }
div.DivClassName
{
background-color: #1342F1;
}
.BgClassName
{
background-color: #1342F1;
}
</style>
border-color css
<style>
span { border-color: #1342F1; }
span { border-color: rgb(19,66,241); }
td.TdClassName
{
border-color: #1342F1;
}
.TagClassName
{
border-color: #1342F1;
}
</style>