Shades of Persian Blue #1341EF
Tints of Persian Blue #1341EF
RGB
CMYK
RGB Variations
Color information
#1341EF (or 0x1341EF) is known color: Persian Blue. HEX triplet: 13, 41 and EF. RGB value is (19,65,239). Sum of RGB (Red+Green+Blue) = 19+65+239=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 239 (93.75% from 255 or 73.99% from 323); Max value from RGB is 239 - color contains mainly: blue. Hex color #1341EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1341EF is #ECBE10. Grayscale: #464646. Windows color (decimal): -15515153 or 15679763. OLE color: 15679763.
HSL color Cylindrical-coordinate representation of color #1341EF: hue angle of 227.45º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1341EF is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 65 | 239 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.06 |
| HSL | 227.45º | 0.87% | 0.51% | - |
| HSV(B) | 227.45º | 0.92% | 0.94% | - |
| XYZ | 17.74 | 10.15 | 82.69 | - |
| YUV | 71.08 | 222.76 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 239 | 0.92 | 0.73 | 0 | 0.06 | 227.45 | 0.87 | 0.51 |
| Hex | 13 | 41 | EF | 5C | 49 | 0 | 6 | E3 | 57 | 33 |
| Octal | 23 | 101 | 357 | 134 | 111 | 0 | 6 | 343 | 127 | 63 |
| Binary | 10011 | 1000001 | 11101111 | 1011100 | 1001001 | 0 | 110 | 11100011 | 1010111 | 110011 |
Color Harmonies of #1341EF
Complementary color
Monochromatic Colors of #1341EF
Black with #1341EF
Text Example
Text Example
White with #1341EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1341EF; }
p { color: rgb(19,65,239); }
H1.HeaderClassName
{
color: #1341EF;
}
.AnyTagClassName
{
color: #1341EF;
}
</style>
background-color css
<style>
a { background-color: #1341EF; }
a { background-color: rgb(19,65,239); }
div.DivClassName
{
background-color: #1341EF;
}
.BgClassName
{
background-color: #1341EF;
}
</style>
border-color css
<style>
span { border-color: #1341EF; }
span { border-color: rgb(19,65,239); }
td.TdClassName
{
border-color: #1341EF;
}
.TagClassName
{
border-color: #1341EF;
}
</style>