Shades of Persian Blue #1349DC
Tints of Persian Blue #1349DC
RGB
CMYK
RGB Variations
Color information
#1349DC (or 0x1349DC) is known color: Persian Blue. HEX triplet: 13, 49 and DC. RGB value is (19,73,220). Sum of RGB (Red+Green+Blue) = 19+73+220=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #1349DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1349DC is #ECB623. Grayscale: #484848. Windows color (decimal): -15513124 or 14436627. OLE color: 14436627.
HSL color Cylindrical-coordinate representation of color #1349DC: hue angle of 223.88º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1349DC is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 73 | 220 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.14 |
| HSL | 223.88º | 0.84% | 0.47% | - |
| HSV(B) | 223.88º | 0.91% | 0.86% | - |
| XYZ | 15.57 | 10.07 | 68.83 | - |
| YUV | 73.61 | 210.61 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 220 | 0.91 | 0.67 | 0 | 0.14 | 223.88 | 0.84 | 0.47 |
| Hex | 13 | 49 | DC | 5B | 43 | 0 | E | E0 | 54 | 2F |
| Octal | 23 | 111 | 334 | 133 | 103 | 0 | 16 | 340 | 124 | 57 |
| Binary | 10011 | 1001001 | 11011100 | 1011011 | 1000011 | 0 | 1110 | 11100000 | 1010100 | 101111 |
Color Harmonies of #1349DC
Complementary color
Monochromatic Colors of #1349DC
Black with #1349DC
Text Example
Text Example
White with #1349DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1349DC; }
p { color: rgb(19,73,220); }
H1.HeaderClassName
{
color: #1349DC;
}
.AnyTagClassName
{
color: #1349DC;
}
</style>
background-color css
<style>
a { background-color: #1349DC; }
a { background-color: rgb(19,73,220); }
div.DivClassName
{
background-color: #1349DC;
}
.BgClassName
{
background-color: #1349DC;
}
</style>
border-color css
<style>
span { border-color: #1349DC; }
span { border-color: rgb(19,73,220); }
td.TdClassName
{
border-color: #1349DC;
}
.TagClassName
{
border-color: #1349DC;
}
</style>