Shades of Persian Blue #1748D7
Tints of Persian Blue #1748D7
RGB
CMYK
RGB Variations
Color information
#1748D7 (or 0x1748D7) is known color: Persian Blue. HEX triplet: 17, 48 and D7. RGB value is (23,72,215). Sum of RGB (Red+Green+Blue) = 23+72+215=310 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.42% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 215 (84.38% from 255 or 69.35% from 310); Max value from RGB is 215 - color contains mainly: blue. Hex color #1748D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1748D7 is #E8B728. Grayscale: #494949. Windows color (decimal): -15251241 or 14108695. OLE color: 14108695.
HSL color Cylindrical-coordinate representation of color #1748D7: hue angle of 224.69º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1748D7 is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 72 | 215 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.16 |
| HSL | 224.69º | 0.81% | 0.47% | - |
| HSV(B) | 224.69º | 0.89% | 0.84% | - |
| XYZ | 14.94 | 9.72 | 65.38 | - |
| YUV | 73.65 | 207.77 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 72 | 215 | 0.89 | 0.67 | 0 | 0.16 | 224.69 | 0.81 | 0.47 |
| Hex | 17 | 48 | D7 | 59 | 43 | 0 | 10 | E1 | 51 | 2F |
| Octal | 27 | 110 | 327 | 131 | 103 | 0 | 20 | 341 | 121 | 57 |
| Binary | 10111 | 1001000 | 11010111 | 1011001 | 1000011 | 0 | 10000 | 11100001 | 1010001 | 101111 |
Color Harmonies of #1748D7
Complementary color
Monochromatic Colors of #1748D7
Black with #1748D7
Text Example
Text Example
White with #1748D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1748D7; }
p { color: rgb(23,72,215); }
H1.HeaderClassName
{
color: #1748D7;
}
.AnyTagClassName
{
color: #1748D7;
}
</style>
background-color css
<style>
a { background-color: #1748D7; }
a { background-color: rgb(23,72,215); }
div.DivClassName
{
background-color: #1748D7;
}
.BgClassName
{
background-color: #1748D7;
}
</style>
border-color css
<style>
span { border-color: #1748D7; }
span { border-color: rgb(23,72,215); }
td.TdClassName
{
border-color: #1748D7;
}
.TagClassName
{
border-color: #1748D7;
}
</style>