Shades of Persian Blue #1728CF
Tints of Persian Blue #1728CF
RGB
CMYK
RGB Variations
Color information
#1728CF (or 0x1728CF) is known color: Persian Blue. HEX triplet: 17, 28 and CF. RGB value is (23,40,207). Sum of RGB (Red+Green+Blue) = 23+40+207=270 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.52% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 207 (81.25% from 255 or 76.67% from 270); Max value from RGB is 207 - color contains mainly: blue. Hex color #1728CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1728CF is #E8D730. Grayscale: #353535. Windows color (decimal): -15259441 or 13576215. OLE color: 13576215.
HSL color Cylindrical-coordinate representation of color #1728CF: hue angle of 234.46º 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 #1728CF is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 40 | 207 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.19 |
| HSL | 234.46º | 0.8% | 0.45% | - |
| HSV(B) | 234.46º | 0.89% | 0.81% | - |
| XYZ | 12.37 | 6.2 | 59.58 | - |
| YUV | 53.96 | 214.37 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 207 | 0.89 | 0.81 | 0 | 0.19 | 234.46 | 0.8 | 0.45 |
| Hex | 17 | 28 | CF | 59 | 51 | 0 | 13 | EA | 50 | 2D |
| Octal | 27 | 50 | 317 | 131 | 121 | 0 | 23 | 352 | 120 | 55 |
| Binary | 10111 | 101000 | 11001111 | 1011001 | 1010001 | 0 | 10011 | 11101010 | 1010000 | 101101 |
Color Harmonies of #1728CF
Complementary color
Monochromatic Colors of #1728CF
Black with #1728CF
Text Example
Text Example
White with #1728CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1728CF; }
p { color: rgb(23,40,207); }
H1.HeaderClassName
{
color: #1728CF;
}
.AnyTagClassName
{
color: #1728CF;
}
</style>
background-color css
<style>
a { background-color: #1728CF; }
a { background-color: rgb(23,40,207); }
div.DivClassName
{
background-color: #1728CF;
}
.BgClassName
{
background-color: #1728CF;
}
</style>
border-color css
<style>
span { border-color: #1728CF; }
span { border-color: rgb(23,40,207); }
td.TdClassName
{
border-color: #1728CF;
}
.TagClassName
{
border-color: #1728CF;
}
</style>