Shades of Persian Blue #1346DB
Tints of Persian Blue #1346DB
RGB
CMYK
RGB Variations
Color information
#1346DB (or 0x1346DB) is known color: Persian Blue. HEX triplet: 13, 46 and DB. RGB value is (19,70,219). Sum of RGB (Red+Green+Blue) = 19+70+219=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #1346DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1346DB is #ECB924. Grayscale: #474747. Windows color (decimal): -15513893 or 14370323. OLE color: 14370323.
HSL color Cylindrical-coordinate representation of color #1346DB: hue angle of 224.7º 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 #1346DB is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 70 | 219 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.14 |
| HSL | 224.7º | 0.84% | 0.47% | - |
| HSV(B) | 224.7º | 0.91% | 0.86% | - |
| XYZ | 15.24 | 9.63 | 68.07 | - |
| YUV | 71.74 | 211.1 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 219 | 0.91 | 0.68 | 0 | 0.14 | 224.7 | 0.84 | 0.47 |
| Hex | 13 | 46 | DB | 5B | 44 | 0 | E | E1 | 54 | 2F |
| Octal | 23 | 106 | 333 | 133 | 104 | 0 | 16 | 341 | 124 | 57 |
| Binary | 10011 | 1000110 | 11011011 | 1011011 | 1000100 | 0 | 1110 | 11100001 | 1010100 | 101111 |
Color Harmonies of #1346DB
Complementary color
Monochromatic Colors of #1346DB
Black with #1346DB
Text Example
Text Example
White with #1346DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1346DB; }
p { color: rgb(19,70,219); }
H1.HeaderClassName
{
color: #1346DB;
}
.AnyTagClassName
{
color: #1346DB;
}
</style>
background-color css
<style>
a { background-color: #1346DB; }
a { background-color: rgb(19,70,219); }
div.DivClassName
{
background-color: #1346DB;
}
.BgClassName
{
background-color: #1346DB;
}
</style>
border-color css
<style>
span { border-color: #1346DB; }
span { border-color: rgb(19,70,219); }
td.TdClassName
{
border-color: #1346DB;
}
.TagClassName
{
border-color: #1346DB;
}
</style>