Shades of Persian Blue #1340DD
Tints of Persian Blue #1340DD
RGB
CMYK
RGB Variations
Color information
#1340DD (or 0x1340DD) is known color: Persian Blue. HEX triplet: 13, 40 and DD. RGB value is (19,64,221). Sum of RGB (Red+Green+Blue) = 19+64+221=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #1340DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1340DD is #ECBF22. Grayscale: #434343. Windows color (decimal): -15515427 or 14499859. OLE color: 14499859.
HSL color Cylindrical-coordinate representation of color #1340DD: hue angle of 226.63º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1340DD is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 64 | 221 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.13 |
| HSL | 226.63º | 0.84% | 0.47% | - |
| HSV(B) | 226.63º | 0.91% | 0.87% | - |
| XYZ | 15.15 | 9.03 | 69.35 | - |
| YUV | 68.44 | 214.09 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 221 | 0.91 | 0.71 | 0 | 0.13 | 226.63 | 0.84 | 0.47 |
| Hex | 13 | 40 | DD | 5B | 47 | 0 | D | E3 | 54 | 2F |
| Octal | 23 | 100 | 335 | 133 | 107 | 0 | 15 | 343 | 124 | 57 |
| Binary | 10011 | 1000000 | 11011101 | 1011011 | 1000111 | 0 | 1101 | 11100011 | 1010100 | 101111 |
Color Harmonies of #1340DD
Complementary color
Monochromatic Colors of #1340DD
Black with #1340DD
Text Example
Text Example
White with #1340DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1340DD; }
p { color: rgb(19,64,221); }
H1.HeaderClassName
{
color: #1340DD;
}
.AnyTagClassName
{
color: #1340DD;
}
</style>
background-color css
<style>
a { background-color: #1340DD; }
a { background-color: rgb(19,64,221); }
div.DivClassName
{
background-color: #1340DD;
}
.BgClassName
{
background-color: #1340DD;
}
</style>
border-color css
<style>
span { border-color: #1340DD; }
span { border-color: rgb(19,64,221); }
td.TdClassName
{
border-color: #1340DD;
}
.TagClassName
{
border-color: #1340DD;
}
</style>