Shades of Persian Blue #1748CD
Tints of Persian Blue #1748CD
RGB
CMYK
RGB Variations
Color information
#1748CD (or 0x1748CD) is known color: Persian Blue. HEX triplet: 17, 48 and CD. RGB value is (23,72,205). Sum of RGB (Red+Green+Blue) = 23+72+205=300 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.67% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #1748CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1748CD is #E8B732. Grayscale: #474747. Windows color (decimal): -15251251 or 13453335. OLE color: 13453335.
HSL color Cylindrical-coordinate representation of color #1748CD: hue angle of 223.85º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1748CD is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 72 | 205 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.20 |
| HSL | 223.85º | 0.8% | 0.45% | - |
| HSV(B) | 223.85º | 0.89% | 0.8% | - |
| XYZ | 13.69 | 9.22 | 58.82 | - |
| YUV | 72.51 | 202.77 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 72 | 205 | 0.89 | 0.65 | 0 | 0.20 | 223.85 | 0.8 | 0.45 |
| Hex | 17 | 48 | CD | 59 | 41 | 0 | 14 | E0 | 50 | 2D |
| Octal | 27 | 110 | 315 | 131 | 101 | 0 | 24 | 340 | 120 | 55 |
| Binary | 10111 | 1001000 | 11001101 | 1011001 | 1000001 | 0 | 10100 | 11100000 | 1010000 | 101101 |
Color Harmonies of #1748CD
Complementary color
Monochromatic Colors of #1748CD
Black with #1748CD
Text Example
Text Example
White with #1748CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1748CD; }
p { color: rgb(23,72,205); }
H1.HeaderClassName
{
color: #1748CD;
}
.AnyTagClassName
{
color: #1748CD;
}
</style>
background-color css
<style>
a { background-color: #1748CD; }
a { background-color: rgb(23,72,205); }
div.DivClassName
{
background-color: #1748CD;
}
.BgClassName
{
background-color: #1748CD;
}
</style>
border-color css
<style>
span { border-color: #1748CD; }
span { border-color: rgb(23,72,205); }
td.TdClassName
{
border-color: #1748CD;
}
.TagClassName
{
border-color: #1748CD;
}
</style>