Shades of Persian Blue #1745E0
Tints of Persian Blue #1745E0
RGB
CMYK
RGB Variations
Color information
#1745E0 (or 0x1745E0) is known color: Persian Blue. HEX triplet: 17, 45 and E0. RGB value is (23,69,224). Sum of RGB (Red+Green+Blue) = 23+69+224=316 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.28% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 224 (87.89% from 255 or 70.89% from 316); Max value from RGB is 224 - color contains mainly: blue. Hex color #1745E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1745E0 is #E8BA1F. Grayscale: #484848. Windows color (decimal): -15252000 or 14697751. OLE color: 14697751.
HSL color Cylindrical-coordinate representation of color #1745E0: hue angle of 226.27º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1745E0 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 69 | 224 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.12 |
| HSL | 226.27º | 0.81% | 0.48% | - |
| HSV(B) | 226.27º | 0.9% | 0.88% | - |
| XYZ | 15.94 | 9.82 | 71.58 | - |
| YUV | 72.92 | 213.26 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 69 | 224 | 0.90 | 0.69 | 0 | 0.12 | 226.27 | 0.81 | 0.48 |
| Hex | 17 | 45 | E0 | 5A | 45 | 0 | C | E2 | 51 | 30 |
| Octal | 27 | 105 | 340 | 132 | 105 | 0 | 14 | 342 | 121 | 60 |
| Binary | 10111 | 1000101 | 11100000 | 1011010 | 1000101 | 0 | 1100 | 11100010 | 1010001 | 110000 |
Color Harmonies of #1745E0
Complementary color
Monochromatic Colors of #1745E0
Black with #1745E0
Text Example
Text Example
White with #1745E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1745E0; }
p { color: rgb(23,69,224); }
H1.HeaderClassName
{
color: #1745E0;
}
.AnyTagClassName
{
color: #1745E0;
}
</style>
background-color css
<style>
a { background-color: #1745E0; }
a { background-color: rgb(23,69,224); }
div.DivClassName
{
background-color: #1745E0;
}
.BgClassName
{
background-color: #1745E0;
}
</style>
border-color css
<style>
span { border-color: #1745E0; }
span { border-color: rgb(23,69,224); }
td.TdClassName
{
border-color: #1745E0;
}
.TagClassName
{
border-color: #1745E0;
}
</style>