Shades of Persian Blue #1324DF
Tints of Persian Blue #1324DF
RGB
CMYK
RGB Variations
Color information
#1324DF (or 0x1324DF) is known color: Persian Blue. HEX triplet: 13, 24 and DF. RGB value is (19,36,223). Sum of RGB (Red+Green+Blue) = 19+36+223=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 223 (87.5% from 255 or 80.22% from 278); Max value from RGB is 223 - color contains mainly: blue. Hex color #1324DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1324DF is #ECDB20. Grayscale: #333333. Windows color (decimal): -15522593 or 14623763. OLE color: 14623763.
HSL color Cylindrical-coordinate representation of color #1324DF: hue angle of 235º 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 #1324DF is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 36 | 223 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.13 |
| HSL | 235º | 0.84% | 0.47% | - |
| HSV(B) | 235º | 0.91% | 0.87% | - |
| XYZ | 14.22 | 6.73 | 70.36 | - |
| YUV | 52.24 | 224.37 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 223 | 0.91 | 0.84 | 0 | 0.13 | 235 | 0.84 | 0.47 |
| Hex | 13 | 24 | DF | 5B | 54 | 0 | D | EB | 54 | 2F |
| Octal | 23 | 44 | 337 | 133 | 124 | 0 | 15 | 353 | 124 | 57 |
| Binary | 10011 | 100100 | 11011111 | 1011011 | 1010100 | 0 | 1101 | 11101011 | 1010100 | 101111 |
Color Harmonies of #1324DF
Complementary color
Monochromatic Colors of #1324DF
Black with #1324DF
Text Example
Text Example
White with #1324DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1324DF; }
p { color: rgb(19,36,223); }
H1.HeaderClassName
{
color: #1324DF;
}
.AnyTagClassName
{
color: #1324DF;
}
</style>
background-color css
<style>
a { background-color: #1324DF; }
a { background-color: rgb(19,36,223); }
div.DivClassName
{
background-color: #1324DF;
}
.BgClassName
{
background-color: #1324DF;
}
</style>
border-color css
<style>
span { border-color: #1324DF; }
span { border-color: rgb(19,36,223); }
td.TdClassName
{
border-color: #1324DF;
}
.TagClassName
{
border-color: #1324DF;
}
</style>