Shades of Persian Blue #1743E5
Tints of Persian Blue #1743E5
RGB
CMYK
RGB Variations
Color information
#1743E5 (or 0x1743E5) is known color: Persian Blue. HEX triplet: 17, 43 and E5. RGB value is (23,67,229). Sum of RGB (Red+Green+Blue) = 23+67+229=319 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.21% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 229 (89.84% from 255 or 71.79% from 319); Max value from RGB is 229 - color contains mainly: blue. Hex color #1743E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1743E5 is #E8BC1A. Grayscale: #474747. Windows color (decimal): -15252507 or 15024919. OLE color: 15024919.
HSL color Cylindrical-coordinate representation of color #1743E5: hue angle of 227.18º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1743E5 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 67 | 229 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.10 |
| HSL | 227.18º | 0.82% | 0.49% | - |
| HSV(B) | 227.18º | 0.9% | 0.9% | - |
| XYZ | 16.5 | 9.85 | 75.16 | - |
| YUV | 72.31 | 216.42 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 67 | 229 | 0.90 | 0.71 | 0 | 0.10 | 227.18 | 0.82 | 0.49 |
| Hex | 17 | 43 | E5 | 5A | 47 | 0 | A | E3 | 52 | 31 |
| Octal | 27 | 103 | 345 | 132 | 107 | 0 | 12 | 343 | 122 | 61 |
| Binary | 10111 | 1000011 | 11100101 | 1011010 | 1000111 | 0 | 1010 | 11100011 | 1010010 | 110001 |
Color Harmonies of #1743E5
Complementary color
Monochromatic Colors of #1743E5
Black with #1743E5
Text Example
Text Example
White with #1743E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1743E5; }
p { color: rgb(23,67,229); }
H1.HeaderClassName
{
color: #1743E5;
}
.AnyTagClassName
{
color: #1743E5;
}
</style>
background-color css
<style>
a { background-color: #1743E5; }
a { background-color: rgb(23,67,229); }
div.DivClassName
{
background-color: #1743E5;
}
.BgClassName
{
background-color: #1743E5;
}
</style>
border-color css
<style>
span { border-color: #1743E5; }
span { border-color: rgb(23,67,229); }
td.TdClassName
{
border-color: #1743E5;
}
.TagClassName
{
border-color: #1743E5;
}
</style>