Shades of Persian Blue #1729CE
Tints of Persian Blue #1729CE
RGB
CMYK
RGB Variations
Color information
#1729CE (or 0x1729CE) is known color: Persian Blue. HEX triplet: 17, 29 and CE. RGB value is (23,41,206). Sum of RGB (Red+Green+Blue) = 23+41+206=270 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.52% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 206 (80.86% from 255 or 76.30% from 270); Max value from RGB is 206 - color contains mainly: blue. Hex color #1729CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1729CE is #E8D631. Grayscale: #353535. Windows color (decimal): -15259186 or 13510935. OLE color: 13510935.
HSL color Cylindrical-coordinate representation of color #1729CE: hue angle of 234.1º 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 #1729CE is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 41 | 206 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.19 |
| HSL | 234.1º | 0.8% | 0.45% | - |
| HSV(B) | 234.1º | 0.89% | 0.81% | - |
| XYZ | 12.29 | 6.22 | 58.95 | - |
| YUV | 54.43 | 213.54 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 41 | 206 | 0.89 | 0.80 | 0 | 0.19 | 234.1 | 0.8 | 0.45 |
| Hex | 17 | 29 | CE | 59 | 50 | 0 | 13 | EA | 50 | 2D |
| Octal | 27 | 51 | 316 | 131 | 120 | 0 | 23 | 352 | 120 | 55 |
| Binary | 10111 | 101001 | 11001110 | 1011001 | 1010000 | 0 | 10011 | 11101010 | 1010000 | 101101 |
Color Harmonies of #1729CE
Complementary color
Monochromatic Colors of #1729CE
Black with #1729CE
Text Example
Text Example
White with #1729CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1729CE; }
p { color: rgb(23,41,206); }
H1.HeaderClassName
{
color: #1729CE;
}
.AnyTagClassName
{
color: #1729CE;
}
</style>
background-color css
<style>
a { background-color: #1729CE; }
a { background-color: rgb(23,41,206); }
div.DivClassName
{
background-color: #1729CE;
}
.BgClassName
{
background-color: #1729CE;
}
</style>
border-color css
<style>
span { border-color: #1729CE; }
span { border-color: rgb(23,41,206); }
td.TdClassName
{
border-color: #1729CE;
}
.TagClassName
{
border-color: #1729CE;
}
</style>