Shades of Persian Blue #1343F3
Tints of Persian Blue #1343F3
RGB
CMYK
RGB Variations
Color information
#1343F3 (or 0x1343F3) is known color: Persian Blue. HEX triplet: 13, 43 and F3. RGB value is (19,67,243). Sum of RGB (Red+Green+Blue) = 19+67+243=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 243 (95.31% from 255 or 73.86% from 329); Max value from RGB is 243 - color contains mainly: blue. Hex color #1343F3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1343F3 is #ECBC0C. Grayscale: #474747. Windows color (decimal): -15514637 or 15942419. OLE color: 15942419.
HSL color Cylindrical-coordinate representation of color #1343F3: hue angle of 227.14º 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 #1343F3 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 67 | 243 | - |
| CMYK | 0.92 | 0.72 | 0 | 0.05 |
| HSL | 227.14º | 0.9% | 0.51% | - |
| HSV(B) | 227.14º | 0.92% | 0.95% | - |
| XYZ | 18.45 | 10.62 | 85.87 | - |
| YUV | 72.71 | 224.1 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 243 | 0.92 | 0.72 | 0 | 0.05 | 227.14 | 0.9 | 0.51 |
| Hex | 13 | 43 | F3 | 5C | 48 | 0 | 5 | E3 | 5A | 33 |
| Octal | 23 | 103 | 363 | 134 | 110 | 0 | 5 | 343 | 132 | 63 |
| Binary | 10011 | 1000011 | 11110011 | 1011100 | 1001000 | 0 | 101 | 11100011 | 1011010 | 110011 |
Color Harmonies of #1343F3
Complementary color
Monochromatic Colors of #1343F3
Black with #1343F3
Text Example
Text Example
White with #1343F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1343F3; }
p { color: rgb(19,67,243); }
H1.HeaderClassName
{
color: #1343F3;
}
.AnyTagClassName
{
color: #1343F3;
}
</style>
background-color css
<style>
a { background-color: #1343F3; }
a { background-color: rgb(19,67,243); }
div.DivClassName
{
background-color: #1343F3;
}
.BgClassName
{
background-color: #1343F3;
}
</style>
border-color css
<style>
span { border-color: #1343F3; }
span { border-color: rgb(19,67,243); }
td.TdClassName
{
border-color: #1343F3;
}
.TagClassName
{
border-color: #1343F3;
}
</style>