Shades of Persian Blue #1743BA
Tints of Persian Blue #1743BA
RGB
CMYK
RGB Variations
Color information
#1743BA (or 0x1743BA) is known color: Persian Blue. HEX triplet: 17, 43 and BA. RGB value is (23,67,186). Sum of RGB (Red+Green+Blue) = 23+67+186=276 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.33% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #1743BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1743BA is #E8BC45. Grayscale: #424242. Windows color (decimal): -15252550 or 12206871. OLE color: 12206871.
HSL color Cylindrical-coordinate representation of color #1743BA: hue angle of 223.8º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1743BA is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 67 | 186 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.27 |
| HSL | 223.8º | 0.78% | 0.41% | - |
| HSV(B) | 223.8º | 0.88% | 0.73% | - |
| XYZ | 11.22 | 7.74 | 47.36 | - |
| YUV | 67.41 | 194.92 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 67 | 186 | 0.88 | 0.64 | 0 | 0.27 | 223.8 | 0.78 | 0.41 |
| Hex | 17 | 43 | BA | 58 | 40 | 0 | 1B | E0 | 4E | 29 |
| Octal | 27 | 103 | 272 | 130 | 100 | 0 | 33 | 340 | 116 | 51 |
| Binary | 10111 | 1000011 | 10111010 | 1011000 | 1000000 | 0 | 11011 | 11100000 | 1001110 | 101001 |
Color Harmonies of #1743BA
Complementary color
Monochromatic Colors of #1743BA
Black with #1743BA
Text Example
Text Example
White with #1743BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1743BA; }
p { color: rgb(23,67,186); }
H1.HeaderClassName
{
color: #1743BA;
}
.AnyTagClassName
{
color: #1743BA;
}
</style>
background-color css
<style>
a { background-color: #1743BA; }
a { background-color: rgb(23,67,186); }
div.DivClassName
{
background-color: #1743BA;
}
.BgClassName
{
background-color: #1743BA;
}
</style>
border-color css
<style>
span { border-color: #1743BA; }
span { border-color: rgb(23,67,186); }
td.TdClassName
{
border-color: #1743BA;
}
.TagClassName
{
border-color: #1743BA;
}
</style>