Shades of Persian Blue #1349DB
Tints of Persian Blue #1349DB
RGB
CMYK
RGB Variations
Color information
#1349DB (or 0x1349DB) is known color: Persian Blue. HEX triplet: 13, 49 and DB. RGB value is (19,73,219). Sum of RGB (Red+Green+Blue) = 19+73+219=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #1349DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1349DB is #ECB624. Grayscale: #484848. Windows color (decimal): -15513125 or 14371091. OLE color: 14371091.
HSL color Cylindrical-coordinate representation of color #1349DB: hue angle of 223.8º 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 #1349DB is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 73 | 219 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.14 |
| HSL | 223.8º | 0.84% | 0.47% | - |
| HSV(B) | 223.8º | 0.91% | 0.86% | - |
| XYZ | 15.44 | 10.02 | 68.14 | - |
| YUV | 73.5 | 210.11 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 219 | 0.91 | 0.67 | 0 | 0.14 | 223.8 | 0.84 | 0.47 |
| Hex | 13 | 49 | DB | 5B | 43 | 0 | E | E0 | 54 | 2F |
| Octal | 23 | 111 | 333 | 133 | 103 | 0 | 16 | 340 | 124 | 57 |
| Binary | 10011 | 1001001 | 11011011 | 1011011 | 1000011 | 0 | 1110 | 11100000 | 1010100 | 101111 |
Color Harmonies of #1349DB
Complementary color
Monochromatic Colors of #1349DB
Black with #1349DB
Text Example
Text Example
White with #1349DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1349DB; }
p { color: rgb(19,73,219); }
H1.HeaderClassName
{
color: #1349DB;
}
.AnyTagClassName
{
color: #1349DB;
}
</style>
background-color css
<style>
a { background-color: #1349DB; }
a { background-color: rgb(19,73,219); }
div.DivClassName
{
background-color: #1349DB;
}
.BgClassName
{
background-color: #1349DB;
}
</style>
border-color css
<style>
span { border-color: #1349DB; }
span { border-color: rgb(19,73,219); }
td.TdClassName
{
border-color: #1349DB;
}
.TagClassName
{
border-color: #1349DB;
}
</style>