Shades of Persian Blue #1743BD
Tints of Persian Blue #1743BD
RGB
CMYK
RGB Variations
Color information
#1743BD (or 0x1743BD) is known color: Persian Blue. HEX triplet: 17, 43 and BD. RGB value is (23,67,189). Sum of RGB (Red+Green+Blue) = 23+67+189=279 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.24% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 189 (74.22% from 255 or 67.74% from 279); Max value from RGB is 189 - color contains mainly: blue. Hex color #1743BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1743BD is #E8BC42. Grayscale: #434343. Windows color (decimal): -15252547 or 12403479. OLE color: 12403479.
HSL color Cylindrical-coordinate representation of color #1743BD: hue angle of 224.1º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1743BD is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 67 | 189 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.26 |
| HSL | 224.1º | 0.78% | 0.42% | - |
| HSV(B) | 224.1º | 0.88% | 0.74% | - |
| XYZ | 11.55 | 7.87 | 49.05 | - |
| YUV | 67.75 | 196.42 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 67 | 189 | 0.88 | 0.65 | 0 | 0.26 | 224.1 | 0.78 | 0.42 |
| Hex | 17 | 43 | BD | 58 | 41 | 0 | 1A | E0 | 4E | 2A |
| Octal | 27 | 103 | 275 | 130 | 101 | 0 | 32 | 340 | 116 | 52 |
| Binary | 10111 | 1000011 | 10111101 | 1011000 | 1000001 | 0 | 11010 | 11100000 | 1001110 | 101010 |
Color Harmonies of #1743BD
Complementary color
Monochromatic Colors of #1743BD
Black with #1743BD
Text Example
Text Example
White with #1743BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1743BD; }
p { color: rgb(23,67,189); }
H1.HeaderClassName
{
color: #1743BD;
}
.AnyTagClassName
{
color: #1743BD;
}
</style>
background-color css
<style>
a { background-color: #1743BD; }
a { background-color: rgb(23,67,189); }
div.DivClassName
{
background-color: #1743BD;
}
.BgClassName
{
background-color: #1743BD;
}
</style>
border-color css
<style>
span { border-color: #1743BD; }
span { border-color: rgb(23,67,189); }
td.TdClassName
{
border-color: #1743BD;
}
.TagClassName
{
border-color: #1743BD;
}
</style>