Shades of Persian Blue #1343DB
Tints of Persian Blue #1343DB
RGB
CMYK
RGB Variations
Color information
#1343DB (or 0x1343DB) is known color: Persian Blue. HEX triplet: 13, 43 and DB. RGB value is (19,67,219). Sum of RGB (Red+Green+Blue) = 19+67+219=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 219 (85.94% from 255 or 71.80% from 305); Max value from RGB is 219 - color contains mainly: blue. Hex color #1343DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1343DB is #ECBC24. Grayscale: #454545. Windows color (decimal): -15514661 or 14369555. OLE color: 14369555.
HSL color Cylindrical-coordinate representation of color #1343DB: hue angle of 225.6º 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 #1343DB is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 67 | 219 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.14 |
| HSL | 225.6º | 0.84% | 0.47% | - |
| HSV(B) | 225.6º | 0.91% | 0.86% | - |
| XYZ | 15.06 | 9.27 | 68.01 | - |
| YUV | 69.98 | 212.1 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 219 | 0.91 | 0.69 | 0 | 0.14 | 225.6 | 0.84 | 0.47 |
| Hex | 13 | 43 | DB | 5B | 45 | 0 | E | E2 | 54 | 2F |
| Octal | 23 | 103 | 333 | 133 | 105 | 0 | 16 | 342 | 124 | 57 |
| Binary | 10011 | 1000011 | 11011011 | 1011011 | 1000101 | 0 | 1110 | 11100010 | 1010100 | 101111 |
Color Harmonies of #1343DB
Complementary color
Monochromatic Colors of #1343DB
Black with #1343DB
Text Example
Text Example
White with #1343DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1343DB; }
p { color: rgb(19,67,219); }
H1.HeaderClassName
{
color: #1343DB;
}
.AnyTagClassName
{
color: #1343DB;
}
</style>
background-color css
<style>
a { background-color: #1343DB; }
a { background-color: rgb(19,67,219); }
div.DivClassName
{
background-color: #1343DB;
}
.BgClassName
{
background-color: #1343DB;
}
</style>
border-color css
<style>
span { border-color: #1343DB; }
span { border-color: rgb(19,67,219); }
td.TdClassName
{
border-color: #1343DB;
}
.TagClassName
{
border-color: #1343DB;
}
</style>