Shades of Persian Blue #1329DF
Tints of Persian Blue #1329DF
RGB
CMYK
RGB Variations
Color information
#1329DF (or 0x1329DF) is known color: Persian Blue. HEX triplet: 13, 29 and DF. RGB value is (19,41,223). Sum of RGB (Red+Green+Blue) = 19+41+223=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 223 (87.5% from 255 or 78.80% from 283); Max value from RGB is 223 - color contains mainly: blue. Hex color #1329DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1329DF is #ECD620. Grayscale: #363636. Windows color (decimal): -15521313 or 14625043. OLE color: 14625043.
HSL color Cylindrical-coordinate representation of color #1329DF: hue angle of 233.53º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1329DF is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 41 | 223 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.13 |
| HSL | 233.53º | 0.84% | 0.47% | - |
| HSV(B) | 233.53º | 0.91% | 0.87% | - |
| XYZ | 14.38 | 7.05 | 70.42 | - |
| YUV | 55.17 | 222.71 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 223 | 0.91 | 0.82 | 0 | 0.13 | 233.53 | 0.84 | 0.47 |
| Hex | 13 | 29 | DF | 5B | 52 | 0 | D | EA | 54 | 2F |
| Octal | 23 | 51 | 337 | 133 | 122 | 0 | 15 | 352 | 124 | 57 |
| Binary | 10011 | 101001 | 11011111 | 1011011 | 1010010 | 0 | 1101 | 11101010 | 1010100 | 101111 |
Color Harmonies of #1329DF
Complementary color
Monochromatic Colors of #1329DF
Black with #1329DF
Text Example
Text Example
White with #1329DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1329DF; }
p { color: rgb(19,41,223); }
H1.HeaderClassName
{
color: #1329DF;
}
.AnyTagClassName
{
color: #1329DF;
}
</style>
background-color css
<style>
a { background-color: #1329DF; }
a { background-color: rgb(19,41,223); }
div.DivClassName
{
background-color: #1329DF;
}
.BgClassName
{
background-color: #1329DF;
}
</style>
border-color css
<style>
span { border-color: #1329DF; }
span { border-color: rgb(19,41,223); }
td.TdClassName
{
border-color: #1329DF;
}
.TagClassName
{
border-color: #1329DF;
}
</style>