Shades of Persian Blue #1329CC
Tints of Persian Blue #1329CC
RGB
CMYK
RGB Variations
Color information
#1329CC (or 0x1329CC) is known color: Persian Blue. HEX triplet: 13, 29 and CC. RGB value is (19,41,204). Sum of RGB (Red+Green+Blue) = 19+41+204=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 204 (80.08% from 255 or 77.27% from 264); Max value from RGB is 204 - color contains mainly: blue. Hex color #1329CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1329CC is #ECD633. Grayscale: #343434. Windows color (decimal): -15521332 or 13379859. OLE color: 13379859.
HSL color Cylindrical-coordinate representation of color #1329CC: hue angle of 232.86º 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 #1329CC is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 41 | 204 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.2 |
| HSL | 232.86º | 0.83% | 0.44% | - |
| HSV(B) | 232.86º | 0.91% | 0.8% | - |
| XYZ | 11.96 | 6.08 | 57.67 | - |
| YUV | 53 | 213.21 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 204 | 0.91 | 0.80 | 0 | 0.2 | 232.86 | 0.83 | 0.44 |
| Hex | 13 | 29 | CC | 5B | 50 | 0 | 14 | E9 | 53 | 2C |
| Octal | 23 | 51 | 314 | 133 | 120 | 0 | 24 | 351 | 123 | 54 |
| Binary | 10011 | 101001 | 11001100 | 1011011 | 1010000 | 0 | 10100 | 11101001 | 1010011 | 101100 |
Color Harmonies of #1329CC
Complementary color
Monochromatic Colors of #1329CC
Black with #1329CC
Text Example
Text Example
White with #1329CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1329CC; }
p { color: rgb(19,41,204); }
H1.HeaderClassName
{
color: #1329CC;
}
.AnyTagClassName
{
color: #1329CC;
}
</style>
background-color css
<style>
a { background-color: #1329CC; }
a { background-color: rgb(19,41,204); }
div.DivClassName
{
background-color: #1329CC;
}
.BgClassName
{
background-color: #1329CC;
}
</style>
border-color css
<style>
span { border-color: #1329CC; }
span { border-color: rgb(19,41,204); }
td.TdClassName
{
border-color: #1329CC;
}
.TagClassName
{
border-color: #1329CC;
}
</style>