Shades of Persian Blue #1730DA
Tints of Persian Blue #1730DA
RGB
CMYK
RGB Variations
Color information
#1730DA (or 0x1730DA) is known color: Persian Blue. HEX triplet: 17, 30 and DA. RGB value is (23,48,218). Sum of RGB (Red+Green+Blue) = 23+48+218=289 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.96% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 218 (85.55% from 255 or 75.43% from 289); Max value from RGB is 218 - color contains mainly: blue. Hex color #1730DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1730DA is #E8CF25. Grayscale: #3B3B3B. Windows color (decimal): -15257382 or 14299159. OLE color: 14299159.
HSL color Cylindrical-coordinate representation of color #1730DA: hue angle of 232.31º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1730DA is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 48 | 218 | - |
| CMYK | 0.89 | 0.78 | 0 | 0.15 |
| HSL | 232.31º | 0.81% | 0.47% | - |
| HSV(B) | 232.31º | 0.89% | 0.85% | - |
| XYZ | 14.07 | 7.36 | 67.01 | - |
| YUV | 59.91 | 217.22 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 48 | 218 | 0.89 | 0.78 | 0 | 0.15 | 232.31 | 0.81 | 0.47 |
| Hex | 17 | 30 | DA | 59 | 4E | 0 | F | E8 | 51 | 2F |
| Octal | 27 | 60 | 332 | 131 | 116 | 0 | 17 | 350 | 121 | 57 |
| Binary | 10111 | 110000 | 11011010 | 1011001 | 1001110 | 0 | 1111 | 11101000 | 1010001 | 101111 |
Color Harmonies of #1730DA
Complementary color
Monochromatic Colors of #1730DA
Black with #1730DA
Text Example
Text Example
White with #1730DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1730DA; }
p { color: rgb(23,48,218); }
H1.HeaderClassName
{
color: #1730DA;
}
.AnyTagClassName
{
color: #1730DA;
}
</style>
background-color css
<style>
a { background-color: #1730DA; }
a { background-color: rgb(23,48,218); }
div.DivClassName
{
background-color: #1730DA;
}
.BgClassName
{
background-color: #1730DA;
}
</style>
border-color css
<style>
span { border-color: #1730DA; }
span { border-color: rgb(23,48,218); }
td.TdClassName
{
border-color: #1730DA;
}
.TagClassName
{
border-color: #1730DA;
}
</style>