Shades of Persian Blue #1726CF
Tints of Persian Blue #1726CF
RGB
CMYK
RGB Variations
Color information
#1726CF (or 0x1726CF) is known color: Persian Blue. HEX triplet: 17, 26 and CF. RGB value is (23,38,207). Sum of RGB (Red+Green+Blue) = 23+38+207=268 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.58% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 207 (81.25% from 255 or 77.24% from 268); Max value from RGB is 207 - color contains mainly: blue. Hex color #1726CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1726CF is #E8D930. Grayscale: #343434. Windows color (decimal): -15259953 or 13575703. OLE color: 13575703.
HSL color Cylindrical-coordinate representation of color #1726CF: hue angle of 235.11º 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 #1726CF is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 38 | 207 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.19 |
| HSL | 235.11º | 0.8% | 0.45% | - |
| HSV(B) | 235.11º | 0.89% | 0.81% | - |
| XYZ | 12.31 | 6.07 | 59.56 | - |
| YUV | 52.78 | 215.03 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 38 | 207 | 0.89 | 0.82 | 0 | 0.19 | 235.11 | 0.8 | 0.45 |
| Hex | 17 | 26 | CF | 59 | 52 | 0 | 13 | EB | 50 | 2D |
| Octal | 27 | 46 | 317 | 131 | 122 | 0 | 23 | 353 | 120 | 55 |
| Binary | 10111 | 100110 | 11001111 | 1011001 | 1010010 | 0 | 10011 | 11101011 | 1010000 | 101101 |
Color Harmonies of #1726CF
Complementary color
Monochromatic Colors of #1726CF
Black with #1726CF
Text Example
Text Example
White with #1726CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1726CF; }
p { color: rgb(23,38,207); }
H1.HeaderClassName
{
color: #1726CF;
}
.AnyTagClassName
{
color: #1726CF;
}
</style>
background-color css
<style>
a { background-color: #1726CF; }
a { background-color: rgb(23,38,207); }
div.DivClassName
{
background-color: #1726CF;
}
.BgClassName
{
background-color: #1726CF;
}
</style>
border-color css
<style>
span { border-color: #1726CF; }
span { border-color: rgb(23,38,207); }
td.TdClassName
{
border-color: #1726CF;
}
.TagClassName
{
border-color: #1726CF;
}
</style>