Shades of Persian Blue #1341DB
Tints of Persian Blue #1341DB
RGB
CMYK
RGB Variations
Color information
#1341DB (or 0x1341DB) is known color: Persian Blue. HEX triplet: 13, 41 and DB. RGB value is (19,65,219). Sum of RGB (Red+Green+Blue) = 19+65+219=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #1341DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1341DB is #ECBE24. Grayscale: #444444. Windows color (decimal): -15515173 or 14369043. OLE color: 14369043.
HSL color Cylindrical-coordinate representation of color #1341DB: hue angle of 226.2º 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 #1341DB is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 65 | 219 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.14 |
| HSL | 226.2º | 0.84% | 0.47% | - |
| HSV(B) | 226.2º | 0.91% | 0.86% | - |
| XYZ | 14.95 | 9.03 | 67.97 | - |
| YUV | 68.8 | 212.76 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 219 | 0.91 | 0.70 | 0 | 0.14 | 226.2 | 0.84 | 0.47 |
| Hex | 13 | 41 | DB | 5B | 46 | 0 | E | E2 | 54 | 2F |
| Octal | 23 | 101 | 333 | 133 | 106 | 0 | 16 | 342 | 124 | 57 |
| Binary | 10011 | 1000001 | 11011011 | 1011011 | 1000110 | 0 | 1110 | 11100010 | 1010100 | 101111 |
Color Harmonies of #1341DB
Complementary color
Monochromatic Colors of #1341DB
Black with #1341DB
Text Example
Text Example
White with #1341DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1341DB; }
p { color: rgb(19,65,219); }
H1.HeaderClassName
{
color: #1341DB;
}
.AnyTagClassName
{
color: #1341DB;
}
</style>
background-color css
<style>
a { background-color: #1341DB; }
a { background-color: rgb(19,65,219); }
div.DivClassName
{
background-color: #1341DB;
}
.BgClassName
{
background-color: #1341DB;
}
</style>
border-color css
<style>
span { border-color: #1341DB; }
span { border-color: rgb(19,65,219); }
td.TdClassName
{
border-color: #1341DB;
}
.TagClassName
{
border-color: #1341DB;
}
</style>