Shades of Persian Blue #1727DE
Tints of Persian Blue #1727DE
RGB
CMYK
RGB Variations
Color information
#1727DE (or 0x1727DE) is known color: Persian Blue. HEX triplet: 17, 27 and DE. RGB value is (23,39,222). Sum of RGB (Red+Green+Blue) = 23+39+222=284 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.10% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 222 (87.11% from 255 or 78.17% from 284); Max value from RGB is 222 - color contains mainly: blue. Hex color #1727DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1727DE is #E8D821. Grayscale: #363636. Windows color (decimal): -15259682 or 14558999. OLE color: 14558999.
HSL color Cylindrical-coordinate representation of color #1727DE: hue angle of 235.18º 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 #1727DE is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 39 | 222 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.13 |
| HSL | 235.18º | 0.81% | 0.48% | - |
| HSV(B) | 235.18º | 0.9% | 0.87% | - |
| XYZ | 14.26 | 6.91 | 69.69 | - |
| YUV | 55.08 | 222.2 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 39 | 222 | 0.90 | 0.82 | 0 | 0.13 | 235.18 | 0.81 | 0.48 |
| Hex | 17 | 27 | DE | 5A | 52 | 0 | D | EB | 51 | 30 |
| Octal | 27 | 47 | 336 | 132 | 122 | 0 | 15 | 353 | 121 | 60 |
| Binary | 10111 | 100111 | 11011110 | 1011010 | 1010010 | 0 | 1101 | 11101011 | 1010001 | 110000 |
Color Harmonies of #1727DE
Complementary color
Monochromatic Colors of #1727DE
Black with #1727DE
Text Example
Text Example
White with #1727DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1727DE; }
p { color: rgb(23,39,222); }
H1.HeaderClassName
{
color: #1727DE;
}
.AnyTagClassName
{
color: #1727DE;
}
</style>
background-color css
<style>
a { background-color: #1727DE; }
a { background-color: rgb(23,39,222); }
div.DivClassName
{
background-color: #1727DE;
}
.BgClassName
{
background-color: #1727DE;
}
</style>
border-color css
<style>
span { border-color: #1727DE; }
span { border-color: rgb(23,39,222); }
td.TdClassName
{
border-color: #1727DE;
}
.TagClassName
{
border-color: #1727DE;
}
</style>