Shades of Persian Blue #1741CD
Tints of Persian Blue #1741CD
RGB
CMYK
RGB Variations
Color information
#1741CD (or 0x1741CD) is known color: Persian Blue. HEX triplet: 17, 41 and CD. RGB value is (23,65,205). Sum of RGB (Red+Green+Blue) = 23+65+205=293 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.85% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 205 (80.47% from 255 or 69.97% from 293); Max value from RGB is 205 - color contains mainly: blue. Hex color #1741CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1741CD is #E8BE32. Grayscale: #434343. Windows color (decimal): -15253043 or 13451543. OLE color: 13451543.
HSL color Cylindrical-coordinate representation of color #1741CD: hue angle of 226.15º 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 #1741CD is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 65 | 205 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.20 |
| HSL | 226.15º | 0.8% | 0.45% | - |
| HSV(B) | 226.15º | 0.89% | 0.8% | - |
| XYZ | 13.26 | 8.37 | 58.67 | - |
| YUV | 68.4 | 205.09 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 205 | 0.89 | 0.68 | 0 | 0.20 | 226.15 | 0.8 | 0.45 |
| Hex | 17 | 41 | CD | 59 | 44 | 0 | 14 | E2 | 50 | 2D |
| Octal | 27 | 101 | 315 | 131 | 104 | 0 | 24 | 342 | 120 | 55 |
| Binary | 10111 | 1000001 | 11001101 | 1011001 | 1000100 | 0 | 10100 | 11100010 | 1010000 | 101101 |
Color Harmonies of #1741CD
Complementary color
Monochromatic Colors of #1741CD
Black with #1741CD
Text Example
Text Example
White with #1741CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1741CD; }
p { color: rgb(23,65,205); }
H1.HeaderClassName
{
color: #1741CD;
}
.AnyTagClassName
{
color: #1741CD;
}
</style>
background-color css
<style>
a { background-color: #1741CD; }
a { background-color: rgb(23,65,205); }
div.DivClassName
{
background-color: #1741CD;
}
.BgClassName
{
background-color: #1741CD;
}
</style>
border-color css
<style>
span { border-color: #1741CD; }
span { border-color: rgb(23,65,205); }
td.TdClassName
{
border-color: #1741CD;
}
.TagClassName
{
border-color: #1741CD;
}
</style>