Shades of Persian Blue #1328CD
Tints of Persian Blue #1328CD
RGB
CMYK
RGB Variations
Color information
#1328CD (or 0x1328CD) is known color: Persian Blue. HEX triplet: 13, 28 and CD. RGB value is (19,40,205). Sum of RGB (Red+Green+Blue) = 19+40+205=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 205 (80.47% from 255 or 77.65% from 264); Max value from RGB is 205 - color contains mainly: blue. Hex color #1328CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1328CD is #ECD732. Grayscale: #333333. Windows color (decimal): -15521587 or 13445139. OLE color: 13445139.
HSL color Cylindrical-coordinate representation of color #1328CD: hue angle of 233.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 #1328CD is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 40 | 205 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.20 |
| HSL | 233.23º | 0.83% | 0.44% | - |
| HSV(B) | 233.23º | 0.91% | 0.8% | - |
| XYZ | 12.05 | 6.06 | 58.29 | - |
| YUV | 52.53 | 214.04 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 205 | 0.91 | 0.80 | 0 | 0.20 | 233.23 | 0.83 | 0.44 |
| Hex | 13 | 28 | CD | 5B | 50 | 0 | 14 | E9 | 53 | 2C |
| Octal | 23 | 50 | 315 | 133 | 120 | 0 | 24 | 351 | 123 | 54 |
| Binary | 10011 | 101000 | 11001101 | 1011011 | 1010000 | 0 | 10100 | 11101001 | 1010011 | 101100 |
Color Harmonies of #1328CD
Complementary color
Monochromatic Colors of #1328CD
Black with #1328CD
Text Example
Text Example
White with #1328CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1328CD; }
p { color: rgb(19,40,205); }
H1.HeaderClassName
{
color: #1328CD;
}
.AnyTagClassName
{
color: #1328CD;
}
</style>
background-color css
<style>
a { background-color: #1328CD; }
a { background-color: rgb(19,40,205); }
div.DivClassName
{
background-color: #1328CD;
}
.BgClassName
{
background-color: #1328CD;
}
</style>
border-color css
<style>
span { border-color: #1328CD; }
span { border-color: rgb(19,40,205); }
td.TdClassName
{
border-color: #1328CD;
}
.TagClassName
{
border-color: #1328CD;
}
</style>