Shades of Persian Blue #1341CD
Tints of Persian Blue #1341CD
RGB
CMYK
RGB Variations
Color information
#1341CD (or 0x1341CD) is known color: Persian Blue. HEX triplet: 13, 41 and CD. RGB value is (19,65,205). Sum of RGB (Red+Green+Blue) = 19+65+205=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #1341CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1341CD is #ECBE32. Grayscale: #424242. Windows color (decimal): -15515187 or 13451539. OLE color: 13451539.
HSL color Cylindrical-coordinate representation of color #1341CD: hue angle of 225.16º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1341CD is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 65 | 205 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.20 |
| HSL | 225.16º | 0.83% | 0.44% | - |
| HSV(B) | 225.16º | 0.91% | 0.8% | - |
| XYZ | 13.18 | 8.33 | 58.67 | - |
| YUV | 67.21 | 205.76 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 205 | 0.91 | 0.68 | 0 | 0.20 | 225.16 | 0.83 | 0.44 |
| Hex | 13 | 41 | CD | 5B | 44 | 0 | 14 | E1 | 53 | 2C |
| Octal | 23 | 101 | 315 | 133 | 104 | 0 | 24 | 341 | 123 | 54 |
| Binary | 10011 | 1000001 | 11001101 | 1011011 | 1000100 | 0 | 10100 | 11100001 | 1010011 | 101100 |
Color Harmonies of #1341CD
Complementary color
Monochromatic Colors of #1341CD
Black with #1341CD
Text Example
Text Example
White with #1341CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1341CD; }
p { color: rgb(19,65,205); }
H1.HeaderClassName
{
color: #1341CD;
}
.AnyTagClassName
{
color: #1341CD;
}
</style>
background-color css
<style>
a { background-color: #1341CD; }
a { background-color: rgb(19,65,205); }
div.DivClassName
{
background-color: #1341CD;
}
.BgClassName
{
background-color: #1341CD;
}
</style>
border-color css
<style>
span { border-color: #1341CD; }
span { border-color: rgb(19,65,205); }
td.TdClassName
{
border-color: #1341CD;
}
.TagClassName
{
border-color: #1341CD;
}
</style>