Shades of Persian Blue #1729E9
Tints of Persian Blue #1729E9
RGB
CMYK
RGB Variations
Color information
#1729E9 (or 0x1729E9) is known color: Persian Blue. HEX triplet: 17, 29 and E9. RGB value is (23,41,233). Sum of RGB (Red+Green+Blue) = 23+41+233=297 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.74% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 233 (91.41% from 255 or 78.45% from 297); Max value from RGB is 233 - color contains mainly: blue. Hex color #1729E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1729E9 is #E8D616. Grayscale: #383838. Windows color (decimal): -15259159 or 15280407. OLE color: 15280407.
HSL color Cylindrical-coordinate representation of color #1729E9: hue angle of 234.86º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1729E9 is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 23 | 41 | 233 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.09 |
| HSL | 234.86º | 0.83% | 0.5% | - |
| HSV(B) | 234.86º | 0.9% | 0.91% | - |
| XYZ | 15.85 | 7.65 | 77.73 | - |
| YUV | 57.51 | 227.04 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 41 | 233 | 0.90 | 0.82 | 0 | 0.09 | 234.86 | 0.83 | 0.5 |
| Hex | 17 | 29 | E9 | 5A | 52 | 0 | 9 | EB | 53 | 32 |
| Octal | 27 | 51 | 351 | 132 | 122 | 0 | 11 | 353 | 123 | 62 |
| Binary | 10111 | 101001 | 11101001 | 1011010 | 1010010 | 0 | 1001 | 11101011 | 1010011 | 110010 |
Color Harmonies of #1729E9
Complementary color
Monochromatic Colors of #1729E9
Black with #1729E9
Text Example
Text Example
White with #1729E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1729E9; }
p { color: rgb(23,41,233); }
H1.HeaderClassName
{
color: #1729E9;
}
.AnyTagClassName
{
color: #1729E9;
}
</style>
background-color css
<style>
a { background-color: #1729E9; }
a { background-color: rgb(23,41,233); }
div.DivClassName
{
background-color: #1729E9;
}
.BgClassName
{
background-color: #1729E9;
}
</style>
border-color css
<style>
span { border-color: #1729E9; }
span { border-color: rgb(23,41,233); }
td.TdClassName
{
border-color: #1729E9;
}
.TagClassName
{
border-color: #1729E9;
}
</style>