Shades of Persian Blue #1334F3
Tints of Persian Blue #1334F3
RGB
CMYK
RGB Variations
Color information
#1334F3 (or 0x1334F3) is known color: Persian Blue. HEX triplet: 13, 34 and F3. RGB value is (19,52,243). Sum of RGB (Red+Green+Blue) = 19+52+243=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 243 (95.31% from 255 or 77.39% from 314); Max value from RGB is 243 - color contains mainly: blue. Hex color #1334F3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1334F3 is #ECCB0C. Grayscale: #3F3F3F. Windows color (decimal): -15518477 or 15938579. OLE color: 15938579.
HSL color Cylindrical-coordinate representation of color #1334F3: hue angle of 231.16º 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 #1334F3 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 52 | 243 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.05 |
| HSL | 231.16º | 0.9% | 0.51% | - |
| HSV(B) | 231.16º | 0.92% | 0.95% | - |
| XYZ | 17.67 | 9.07 | 85.61 | - |
| YUV | 63.91 | 229.07 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 243 | 0.92 | 0.79 | 0 | 0.05 | 231.16 | 0.9 | 0.51 |
| Hex | 13 | 34 | F3 | 5C | 4F | 0 | 5 | E7 | 5A | 33 |
| Octal | 23 | 64 | 363 | 134 | 117 | 0 | 5 | 347 | 132 | 63 |
| Binary | 10011 | 110100 | 11110011 | 1011100 | 1001111 | 0 | 101 | 11100111 | 1011010 | 110011 |
Color Harmonies of #1334F3
Complementary color
Monochromatic Colors of #1334F3
Black with #1334F3
Text Example
Text Example
White with #1334F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1334F3; }
p { color: rgb(19,52,243); }
H1.HeaderClassName
{
color: #1334F3;
}
.AnyTagClassName
{
color: #1334F3;
}
</style>
background-color css
<style>
a { background-color: #1334F3; }
a { background-color: rgb(19,52,243); }
div.DivClassName
{
background-color: #1334F3;
}
.BgClassName
{
background-color: #1334F3;
}
</style>
border-color css
<style>
span { border-color: #1334F3; }
span { border-color: rgb(19,52,243); }
td.TdClassName
{
border-color: #1334F3;
}
.TagClassName
{
border-color: #1334F3;
}
</style>