Shades of Persian Blue #1341F3
Tints of Persian Blue #1341F3
RGB
CMYK
RGB Variations
Color information
#1341F3 (or 0x1341F3) is known color: Persian Blue. HEX triplet: 13, 41 and F3. RGB value is (19,65,243). Sum of RGB (Red+Green+Blue) = 19+65+243=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 243 (95.31% from 255 or 74.31% from 327); Max value from RGB is 243 - color contains mainly: blue. Hex color #1341F3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1341F3 is #ECBE0C. Grayscale: #464646. Windows color (decimal): -15515149 or 15941907. OLE color: 15941907.
HSL color Cylindrical-coordinate representation of color #1341F3: hue angle of 227.68º degrees, saturation: 0.9, 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 #1341F3 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 65 | 243 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.05 |
| HSL | 227.68º | 0.9% | 0.51% | - |
| HSV(B) | 227.68º | 0.92% | 0.95% | - |
| XYZ | 18.34 | 10.39 | 85.83 | - |
| YUV | 71.54 | 224.76 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 243 | 0.92 | 0.73 | 0 | 0.05 | 227.68 | 0.9 | 0.51 |
| Hex | 13 | 41 | F3 | 5C | 49 | 0 | 5 | E4 | 5A | 33 |
| Octal | 23 | 101 | 363 | 134 | 111 | 0 | 5 | 344 | 132 | 63 |
| Binary | 10011 | 1000001 | 11110011 | 1011100 | 1001001 | 0 | 101 | 11100100 | 1011010 | 110011 |
Color Harmonies of #1341F3
Complementary color
Monochromatic Colors of #1341F3
Black with #1341F3
Text Example
Text Example
White with #1341F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1341F3; }
p { color: rgb(19,65,243); }
H1.HeaderClassName
{
color: #1341F3;
}
.AnyTagClassName
{
color: #1341F3;
}
</style>
background-color css
<style>
a { background-color: #1341F3; }
a { background-color: rgb(19,65,243); }
div.DivClassName
{
background-color: #1341F3;
}
.BgClassName
{
background-color: #1341F3;
}
</style>
border-color css
<style>
span { border-color: #1341F3; }
span { border-color: rgb(19,65,243); }
td.TdClassName
{
border-color: #1341F3;
}
.TagClassName
{
border-color: #1341F3;
}
</style>