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