Shades of Persian Blue #1339DB
Tints of Persian Blue #1339DB
RGB
CMYK
RGB Variations
Color information
#1339DB (or 0x1339DB) is known color: Persian Blue. HEX triplet: 13, 39 and DB. RGB value is (19,57,219). Sum of RGB (Red+Green+Blue) = 19+57+219=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #1339DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1339DB is #ECC624. Grayscale: #3F3F3F. Windows color (decimal): -15517221 or 14366995. OLE color: 14366995.
HSL color Cylindrical-coordinate representation of color #1339DB: hue angle of 228.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 #1339DB is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 57 | 219 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.14 |
| HSL | 228.6º | 0.84% | 0.47% | - |
| HSV(B) | 228.6º | 0.91% | 0.86% | - |
| XYZ | 14.52 | 8.18 | 67.83 | - |
| YUV | 64.11 | 215.41 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 219 | 0.91 | 0.74 | 0 | 0.14 | 228.6 | 0.84 | 0.47 |
| Hex | 13 | 39 | DB | 5B | 4A | 0 | E | E5 | 54 | 2F |
| Octal | 23 | 71 | 333 | 133 | 112 | 0 | 16 | 345 | 124 | 57 |
| Binary | 10011 | 111001 | 11011011 | 1011011 | 1001010 | 0 | 1110 | 11100101 | 1010100 | 101111 |
Color Harmonies of #1339DB
Complementary color
Monochromatic Colors of #1339DB
Black with #1339DB
Text Example
Text Example
White with #1339DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1339DB; }
p { color: rgb(19,57,219); }
H1.HeaderClassName
{
color: #1339DB;
}
.AnyTagClassName
{
color: #1339DB;
}
</style>
background-color css
<style>
a { background-color: #1339DB; }
a { background-color: rgb(19,57,219); }
div.DivClassName
{
background-color: #1339DB;
}
.BgClassName
{
background-color: #1339DB;
}
</style>
border-color css
<style>
span { border-color: #1339DB; }
span { border-color: rgb(19,57,219); }
td.TdClassName
{
border-color: #1339DB;
}
.TagClassName
{
border-color: #1339DB;
}
</style>