Shades of Persian Blue #1329CF
Tints of Persian Blue #1329CF
RGB
CMYK
RGB Variations
Color information
#1329CF (or 0x1329CF) is known color: Persian Blue. HEX triplet: 13, 29 and CF. RGB value is (19,41,207). Sum of RGB (Red+Green+Blue) = 19+41+207=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 207 (81.25% from 255 or 77.53% from 267); Max value from RGB is 207 - color contains mainly: blue. Hex color #1329CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1329CF is #ECD630. Grayscale: #343434. Windows color (decimal): -15521329 or 13576467. OLE color: 13576467.
HSL color Cylindrical-coordinate representation of color #1329CF: hue angle of 232.98º 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 #1329CF is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 41 | 207 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.19 |
| HSL | 232.98º | 0.83% | 0.44% | - |
| HSV(B) | 232.98º | 0.91% | 0.81% | - |
| XYZ | 12.32 | 6.23 | 59.58 | - |
| YUV | 53.35 | 214.71 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 207 | 0.91 | 0.80 | 0 | 0.19 | 232.98 | 0.83 | 0.44 |
| Hex | 13 | 29 | CF | 5B | 50 | 0 | 13 | E9 | 53 | 2C |
| Octal | 23 | 51 | 317 | 133 | 120 | 0 | 23 | 351 | 123 | 54 |
| Binary | 10011 | 101001 | 11001111 | 1011011 | 1010000 | 0 | 10011 | 11101001 | 1010011 | 101100 |
Color Harmonies of #1329CF
Complementary color
Monochromatic Colors of #1329CF
Black with #1329CF
Text Example
Text Example
White with #1329CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1329CF; }
p { color: rgb(19,41,207); }
H1.HeaderClassName
{
color: #1329CF;
}
.AnyTagClassName
{
color: #1329CF;
}
</style>
background-color css
<style>
a { background-color: #1329CF; }
a { background-color: rgb(19,41,207); }
div.DivClassName
{
background-color: #1329CF;
}
.BgClassName
{
background-color: #1329CF;
}
</style>
border-color css
<style>
span { border-color: #1329CF; }
span { border-color: rgb(19,41,207); }
td.TdClassName
{
border-color: #1329CF;
}
.TagClassName
{
border-color: #1329CF;
}
</style>