Shades of Persian Blue #1334DF
Tints of Persian Blue #1334DF
RGB
CMYK
RGB Variations
Color information
#1334DF (or 0x1334DF) is known color: Persian Blue. HEX triplet: 13, 34 and DF. RGB value is (19,52,223). Sum of RGB (Red+Green+Blue) = 19+52+223=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 223 (87.5% from 255 or 75.85% from 294); Max value from RGB is 223 - color contains mainly: blue. Hex color #1334DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1334DF is #ECCB20. Grayscale: #3C3C3C. Windows color (decimal): -15518497 or 14627859. OLE color: 14627859.
HSL color Cylindrical-coordinate representation of color #1334DF: hue angle of 230.29º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1334DF is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 52 | 223 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.13 |
| HSL | 230.29º | 0.84% | 0.47% | - |
| HSV(B) | 230.29º | 0.91% | 0.87% | - |
| XYZ | 14.82 | 7.92 | 70.56 | - |
| YUV | 61.63 | 219.07 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 223 | 0.91 | 0.77 | 0 | 0.13 | 230.29 | 0.84 | 0.47 |
| Hex | 13 | 34 | DF | 5B | 4D | 0 | D | E6 | 54 | 2F |
| Octal | 23 | 64 | 337 | 133 | 115 | 0 | 15 | 346 | 124 | 57 |
| Binary | 10011 | 110100 | 11011111 | 1011011 | 1001101 | 0 | 1101 | 11100110 | 1010100 | 101111 |
Color Harmonies of #1334DF
Complementary color
Monochromatic Colors of #1334DF
Black with #1334DF
Text Example
Text Example
White with #1334DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1334DF; }
p { color: rgb(19,52,223); }
H1.HeaderClassName
{
color: #1334DF;
}
.AnyTagClassName
{
color: #1334DF;
}
</style>
background-color css
<style>
a { background-color: #1334DF; }
a { background-color: rgb(19,52,223); }
div.DivClassName
{
background-color: #1334DF;
}
.BgClassName
{
background-color: #1334DF;
}
</style>
border-color css
<style>
span { border-color: #1334DF; }
span { border-color: rgb(19,52,223); }
td.TdClassName
{
border-color: #1334DF;
}
.TagClassName
{
border-color: #1334DF;
}
</style>