Shades of Persian Blue #1347CD
Tints of Persian Blue #1347CD
RGB
CMYK
RGB Variations
Color information
#1347CD (or 0x1347CD) is known color: Persian Blue. HEX triplet: 13, 47 and CD. RGB value is (19,71,205). Sum of RGB (Red+Green+Blue) = 19+71+205=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 205 (80.47% from 255 or 69.49% from 295); Max value from RGB is 205 - color contains mainly: blue. Hex color #1347CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1347CD is #ECB832. Grayscale: #464646. Windows color (decimal): -15513651 or 13453075. OLE color: 13453075.
HSL color Cylindrical-coordinate representation of color #1347CD: hue angle of 223.23º 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 #1347CD is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 71 | 205 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.20 |
| HSL | 223.23º | 0.83% | 0.44% | - |
| HSV(B) | 223.23º | 0.91% | 0.8% | - |
| XYZ | 13.54 | 9.05 | 58.79 | - |
| YUV | 70.73 | 203.77 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 71 | 205 | 0.91 | 0.65 | 0 | 0.20 | 223.23 | 0.83 | 0.44 |
| Hex | 13 | 47 | CD | 5B | 41 | 0 | 14 | DF | 53 | 2C |
| Octal | 23 | 107 | 315 | 133 | 101 | 0 | 24 | 337 | 123 | 54 |
| Binary | 10011 | 1000111 | 11001101 | 1011011 | 1000001 | 0 | 10100 | 11011111 | 1010011 | 101100 |
Color Harmonies of #1347CD
Complementary color
Monochromatic Colors of #1347CD
Black with #1347CD
Text Example
Text Example
White with #1347CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1347CD; }
p { color: rgb(19,71,205); }
H1.HeaderClassName
{
color: #1347CD;
}
.AnyTagClassName
{
color: #1347CD;
}
</style>
background-color css
<style>
a { background-color: #1347CD; }
a { background-color: rgb(19,71,205); }
div.DivClassName
{
background-color: #1347CD;
}
.BgClassName
{
background-color: #1347CD;
}
</style>
border-color css
<style>
span { border-color: #1347CD; }
span { border-color: rgb(19,71,205); }
td.TdClassName
{
border-color: #1347CD;
}
.TagClassName
{
border-color: #1347CD;
}
</style>