Shades of Persian Blue #1732DF
Tints of Persian Blue #1732DF
RGB
CMYK
RGB Variations
Color information
#1732DF (or 0x1732DF) is known color: Persian Blue. HEX triplet: 17, 32 and DF. RGB value is (23,50,223). Sum of RGB (Red+Green+Blue) = 23+50+223=296 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.77% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 223 (87.5% from 255 or 75.34% from 296); Max value from RGB is 223 - color contains mainly: blue. Hex color #1732DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1732DF is #E8CD20. Grayscale: #3C3C3C. Windows color (decimal): -15256865 or 14627351. OLE color: 14627351.
HSL color Cylindrical-coordinate representation of color #1732DF: hue angle of 231.9º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1732DF is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 50 | 223 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.13 |
| HSL | 231.9º | 0.81% | 0.48% | - |
| HSV(B) | 231.9º | 0.9% | 0.87% | - |
| XYZ | 14.81 | 7.79 | 70.54 | - |
| YUV | 61.65 | 219.05 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 50 | 223 | 0.90 | 0.78 | 0 | 0.13 | 231.9 | 0.81 | 0.48 |
| Hex | 17 | 32 | DF | 5A | 4E | 0 | D | E8 | 51 | 30 |
| Octal | 27 | 62 | 337 | 132 | 116 | 0 | 15 | 350 | 121 | 60 |
| Binary | 10111 | 110010 | 11011111 | 1011010 | 1001110 | 0 | 1101 | 11101000 | 1010001 | 110000 |
Color Harmonies of #1732DF
Complementary color
Monochromatic Colors of #1732DF
Black with #1732DF
Text Example
Text Example
White with #1732DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1732DF; }
p { color: rgb(23,50,223); }
H1.HeaderClassName
{
color: #1732DF;
}
.AnyTagClassName
{
color: #1732DF;
}
</style>
background-color css
<style>
a { background-color: #1732DF; }
a { background-color: rgb(23,50,223); }
div.DivClassName
{
background-color: #1732DF;
}
.BgClassName
{
background-color: #1732DF;
}
</style>
border-color css
<style>
span { border-color: #1732DF; }
span { border-color: rgb(23,50,223); }
td.TdClassName
{
border-color: #1732DF;
}
.TagClassName
{
border-color: #1732DF;
}
</style>