Shades of Persian Blue #1329C0
Tints of Persian Blue #1329C0
RGB
CMYK
RGB Variations
Color information
#1329C0 (or 0x1329C0) is known color: Persian Blue. HEX triplet: 13, 29 and C0. RGB value is (19,41,192). Sum of RGB (Red+Green+Blue) = 19+41+192=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 192 (75.39% from 255 or 76.19% from 252); Max value from RGB is 192 - color contains mainly: blue. Hex color #1329C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1329C0 is #ECD63F. Grayscale: #333333. Windows color (decimal): -15521344 or 12593427. OLE color: 12593427.
HSL color Cylindrical-coordinate representation of color #1329C0: hue angle of 232.37º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1329C0 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 41 | 192 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.25 |
| HSL | 232.37º | 0.82% | 0.41% | - |
| HSV(B) | 232.37º | 0.9% | 0.75% | - |
| XYZ | 10.58 | 5.53 | 50.38 | - |
| YUV | 51.64 | 207.21 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 192 | 0.90 | 0.79 | 0 | 0.25 | 232.37 | 0.82 | 0.41 |
| Hex | 13 | 29 | C0 | 5A | 4F | 0 | 19 | E8 | 52 | 29 |
| Octal | 23 | 51 | 300 | 132 | 117 | 0 | 31 | 350 | 122 | 51 |
| Binary | 10011 | 101001 | 11000000 | 1011010 | 1001111 | 0 | 11001 | 11101000 | 1010010 | 101001 |
Color Harmonies of #1329C0
Complementary color
Monochromatic Colors of #1329C0
Black with #1329C0
Text Example
Text Example
White with #1329C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1329C0; }
p { color: rgb(19,41,192); }
H1.HeaderClassName
{
color: #1329C0;
}
.AnyTagClassName
{
color: #1329C0;
}
</style>
background-color css
<style>
a { background-color: #1329C0; }
a { background-color: rgb(19,41,192); }
div.DivClassName
{
background-color: #1329C0;
}
.BgClassName
{
background-color: #1329C0;
}
</style>
border-color css
<style>
span { border-color: #1329C0; }
span { border-color: rgb(19,41,192); }
td.TdClassName
{
border-color: #1329C0;
}
.TagClassName
{
border-color: #1329C0;
}
</style>