Shades of Persian Blue #1732CF
Tints of Persian Blue #1732CF
RGB
CMYK
RGB Variations
Color information
#1732CF (or 0x1732CF) is known color: Persian Blue. HEX triplet: 17, 32 and CF. RGB value is (23,50,207). Sum of RGB (Red+Green+Blue) = 23+50+207=280 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.21% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 207 (81.25% from 255 or 73.93% from 280); Max value from RGB is 207 - color contains mainly: blue. Hex color #1732CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1732CF is #E8CD30. Grayscale: #3B3B3B. Windows color (decimal): -15256881 or 13578775. OLE color: 13578775.
HSL color Cylindrical-coordinate representation of color #1732CF: hue angle of 231.2º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1732CF is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 50 | 207 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.19 |
| HSL | 231.2º | 0.8% | 0.45% | - |
| HSV(B) | 231.2º | 0.89% | 0.81% | - |
| XYZ | 12.76 | 6.97 | 59.7 | - |
| YUV | 59.83 | 211.05 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 50 | 207 | 0.89 | 0.76 | 0 | 0.19 | 231.2 | 0.8 | 0.45 |
| Hex | 17 | 32 | CF | 59 | 4C | 0 | 13 | E7 | 50 | 2D |
| Octal | 27 | 62 | 317 | 131 | 114 | 0 | 23 | 347 | 120 | 55 |
| Binary | 10111 | 110010 | 11001111 | 1011001 | 1001100 | 0 | 10011 | 11100111 | 1010000 | 101101 |
Color Harmonies of #1732CF
Complementary color
Monochromatic Colors of #1732CF
Black with #1732CF
Text Example
Text Example
White with #1732CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1732CF; }
p { color: rgb(23,50,207); }
H1.HeaderClassName
{
color: #1732CF;
}
.AnyTagClassName
{
color: #1732CF;
}
</style>
background-color css
<style>
a { background-color: #1732CF; }
a { background-color: rgb(23,50,207); }
div.DivClassName
{
background-color: #1732CF;
}
.BgClassName
{
background-color: #1732CF;
}
</style>
border-color css
<style>
span { border-color: #1732CF; }
span { border-color: rgb(23,50,207); }
td.TdClassName
{
border-color: #1732CF;
}
.TagClassName
{
border-color: #1732CF;
}
</style>