Shades of Persian Blue #1332DF
Tints of Persian Blue #1332DF
RGB
CMYK
RGB Variations
Color information
#1332DF (or 0x1332DF) is known color: Persian Blue. HEX triplet: 13, 32 and DF. RGB value is (19,50,223). Sum of RGB (Red+Green+Blue) = 19+50+223=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 223 (87.5% from 255 or 76.37% from 292); Max value from RGB is 223 - color contains mainly: blue. Hex color #1332DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1332DF is #ECCD20. Grayscale: #3B3B3B. Windows color (decimal): -15519009 or 14627347. OLE color: 14627347.
HSL color Cylindrical-coordinate representation of color #1332DF: hue angle of 230.88º 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 #1332DF is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 50 | 223 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.13 |
| HSL | 230.88º | 0.84% | 0.47% | - |
| HSV(B) | 230.88º | 0.91% | 0.87% | - |
| XYZ | 14.73 | 7.75 | 70.53 | - |
| YUV | 60.45 | 219.73 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 223 | 0.91 | 0.78 | 0 | 0.13 | 230.88 | 0.84 | 0.47 |
| Hex | 13 | 32 | DF | 5B | 4E | 0 | D | E7 | 54 | 2F |
| Octal | 23 | 62 | 337 | 133 | 116 | 0 | 15 | 347 | 124 | 57 |
| Binary | 10011 | 110010 | 11011111 | 1011011 | 1001110 | 0 | 1101 | 11100111 | 1010100 | 101111 |
Color Harmonies of #1332DF
Complementary color
Monochromatic Colors of #1332DF
Black with #1332DF
Text Example
Text Example
White with #1332DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1332DF; }
p { color: rgb(19,50,223); }
H1.HeaderClassName
{
color: #1332DF;
}
.AnyTagClassName
{
color: #1332DF;
}
</style>
background-color css
<style>
a { background-color: #1332DF; }
a { background-color: rgb(19,50,223); }
div.DivClassName
{
background-color: #1332DF;
}
.BgClassName
{
background-color: #1332DF;
}
</style>
border-color css
<style>
span { border-color: #1332DF; }
span { border-color: rgb(19,50,223); }
td.TdClassName
{
border-color: #1332DF;
}
.TagClassName
{
border-color: #1332DF;
}
</style>