Shades of Persian Blue #1347DD
Tints of Persian Blue #1347DD
RGB
CMYK
RGB Variations
Color information
#1347DD (or 0x1347DD) is known color: Persian Blue. HEX triplet: 13, 47 and DD. RGB value is (19,71,221). Sum of RGB (Red+Green+Blue) = 19+71+221=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #1347DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1347DD is #ECB822. Grayscale: #474747. Windows color (decimal): -15513635 or 14501651. OLE color: 14501651.
HSL color Cylindrical-coordinate representation of color #1347DD: hue angle of 224.55º 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 #1347DD is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 71 | 221 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.13 |
| HSL | 224.55º | 0.84% | 0.47% | - |
| HSV(B) | 224.55º | 0.91% | 0.87% | - |
| XYZ | 15.57 | 9.87 | 69.49 | - |
| YUV | 72.55 | 211.77 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 71 | 221 | 0.91 | 0.68 | 0 | 0.13 | 224.55 | 0.84 | 0.47 |
| Hex | 13 | 47 | DD | 5B | 44 | 0 | D | E1 | 54 | 2F |
| Octal | 23 | 107 | 335 | 133 | 104 | 0 | 15 | 341 | 124 | 57 |
| Binary | 10011 | 1000111 | 11011101 | 1011011 | 1000100 | 0 | 1101 | 11100001 | 1010100 | 101111 |
Color Harmonies of #1347DD
Complementary color
Monochromatic Colors of #1347DD
Black with #1347DD
Text Example
Text Example
White with #1347DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1347DD; }
p { color: rgb(19,71,221); }
H1.HeaderClassName
{
color: #1347DD;
}
.AnyTagClassName
{
color: #1347DD;
}
</style>
background-color css
<style>
a { background-color: #1347DD; }
a { background-color: rgb(19,71,221); }
div.DivClassName
{
background-color: #1347DD;
}
.BgClassName
{
background-color: #1347DD;
}
</style>
border-color css
<style>
span { border-color: #1347DD; }
span { border-color: rgb(19,71,221); }
td.TdClassName
{
border-color: #1347DD;
}
.TagClassName
{
border-color: #1347DD;
}
</style>