Shades of Persian Blue #1340CE
Tints of Persian Blue #1340CE
RGB
CMYK
RGB Variations
Color information
#1340CE (or 0x1340CE) is known color: Persian Blue. HEX triplet: 13, 40 and CE. RGB value is (19,64,206). Sum of RGB (Red+Green+Blue) = 19+64+206=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #1340CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1340CE is #ECBF31. Grayscale: #424242. Windows color (decimal): -15515442 or 13516819. OLE color: 13516819.
HSL color Cylindrical-coordinate representation of color #1340CE: hue angle of 225.56º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1340CE is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 64 | 206 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.19 |
| HSL | 225.56º | 0.83% | 0.44% | - |
| HSV(B) | 225.56º | 0.91% | 0.81% | - |
| XYZ | 13.24 | 8.26 | 59.29 | - |
| YUV | 66.73 | 206.59 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 206 | 0.91 | 0.69 | 0 | 0.19 | 225.56 | 0.83 | 0.44 |
| Hex | 13 | 40 | CE | 5B | 45 | 0 | 13 | E2 | 53 | 2C |
| Octal | 23 | 100 | 316 | 133 | 105 | 0 | 23 | 342 | 123 | 54 |
| Binary | 10011 | 1000000 | 11001110 | 1011011 | 1000101 | 0 | 10011 | 11100010 | 1010011 | 101100 |
Color Harmonies of #1340CE
Complementary color
Monochromatic Colors of #1340CE
Black with #1340CE
Text Example
Text Example
White with #1340CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1340CE; }
p { color: rgb(19,64,206); }
H1.HeaderClassName
{
color: #1340CE;
}
.AnyTagClassName
{
color: #1340CE;
}
</style>
background-color css
<style>
a { background-color: #1340CE; }
a { background-color: rgb(19,64,206); }
div.DivClassName
{
background-color: #1340CE;
}
.BgClassName
{
background-color: #1340CE;
}
</style>
border-color css
<style>
span { border-color: #1340CE; }
span { border-color: rgb(19,64,206); }
td.TdClassName
{
border-color: #1340CE;
}
.TagClassName
{
border-color: #1340CE;
}
</style>