Shades of Persian Blue #1348DB
Tints of Persian Blue #1348DB
RGB
CMYK
RGB Variations
Color information
#1348DB (or 0x1348DB) is known color: Persian Blue. HEX triplet: 13, 48 and DB. RGB value is (19,72,219). Sum of RGB (Red+Green+Blue) = 19+72+219=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #1348DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1348DB is #ECB724. Grayscale: #484848. Windows color (decimal): -15513381 or 14370835. OLE color: 14370835.
HSL color Cylindrical-coordinate representation of color #1348DB: hue angle of 224.1º 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 #1348DB is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 72 | 219 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.14 |
| HSL | 224.1º | 0.84% | 0.47% | - |
| HSV(B) | 224.1º | 0.91% | 0.86% | - |
| XYZ | 15.37 | 9.89 | 68.12 | - |
| YUV | 72.91 | 210.44 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 219 | 0.91 | 0.67 | 0 | 0.14 | 224.1 | 0.84 | 0.47 |
| Hex | 13 | 48 | DB | 5B | 43 | 0 | E | E0 | 54 | 2F |
| Octal | 23 | 110 | 333 | 133 | 103 | 0 | 16 | 340 | 124 | 57 |
| Binary | 10011 | 1001000 | 11011011 | 1011011 | 1000011 | 0 | 1110 | 11100000 | 1010100 | 101111 |
Color Harmonies of #1348DB
Complementary color
Monochromatic Colors of #1348DB
Black with #1348DB
Text Example
Text Example
White with #1348DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1348DB; }
p { color: rgb(19,72,219); }
H1.HeaderClassName
{
color: #1348DB;
}
.AnyTagClassName
{
color: #1348DB;
}
</style>
background-color css
<style>
a { background-color: #1348DB; }
a { background-color: rgb(19,72,219); }
div.DivClassName
{
background-color: #1348DB;
}
.BgClassName
{
background-color: #1348DB;
}
</style>
border-color css
<style>
span { border-color: #1348DB; }
span { border-color: rgb(19,72,219); }
td.TdClassName
{
border-color: #1348DB;
}
.TagClassName
{
border-color: #1348DB;
}
</style>