Shades of Persian Blue #1743EB
Tints of Persian Blue #1743EB
RGB
CMYK
RGB Variations
Color information
#1743EB (or 0x1743EB) is known color: Persian Blue. HEX triplet: 17, 43 and EB. RGB value is (23,67,235). Sum of RGB (Red+Green+Blue) = 23+67+235=325 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.08% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 235 (92.19% from 255 or 72.31% from 325); Max value from RGB is 235 - color contains mainly: blue. Hex color #1743EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1743EB is #E8BC14. Grayscale: #484848. Windows color (decimal): -15252501 or 15418135. OLE color: 15418135.
HSL color Cylindrical-coordinate representation of color #1743EB: hue angle of 227.55º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1743EB is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 67 | 235 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.08 |
| HSL | 227.55º | 0.84% | 0.51% | - |
| HSV(B) | 227.55º | 0.9% | 0.92% | - |
| XYZ | 17.36 | 10.19 | 79.65 | - |
| YUV | 73 | 219.42 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 67 | 235 | 0.90 | 0.71 | 0 | 0.08 | 227.55 | 0.84 | 0.51 |
| Hex | 17 | 43 | EB | 5A | 47 | 0 | 8 | E4 | 54 | 33 |
| Octal | 27 | 103 | 353 | 132 | 107 | 0 | 10 | 344 | 124 | 63 |
| Binary | 10111 | 1000011 | 11101011 | 1011010 | 1000111 | 0 | 1000 | 11100100 | 1010100 | 110011 |
Color Harmonies of #1743EB
Complementary color
Monochromatic Colors of #1743EB
Black with #1743EB
Text Example
Text Example
White with #1743EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1743EB; }
p { color: rgb(23,67,235); }
H1.HeaderClassName
{
color: #1743EB;
}
.AnyTagClassName
{
color: #1743EB;
}
</style>
background-color css
<style>
a { background-color: #1743EB; }
a { background-color: rgb(23,67,235); }
div.DivClassName
{
background-color: #1743EB;
}
.BgClassName
{
background-color: #1743EB;
}
</style>
border-color css
<style>
span { border-color: #1743EB; }
span { border-color: rgb(23,67,235); }
td.TdClassName
{
border-color: #1743EB;
}
.TagClassName
{
border-color: #1743EB;
}
</style>