Shades of Persian Blue #1743BF
Tints of Persian Blue #1743BF
RGB
CMYK
RGB Variations
Color information
#1743BF (or 0x1743BF) is known color: Persian Blue. HEX triplet: 17, 43 and BF. RGB value is (23,67,191). Sum of RGB (Red+Green+Blue) = 23+67+191=281 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.19% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 191 (75% from 255 or 67.97% from 281); Max value from RGB is 191 - color contains mainly: blue. Hex color #1743BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1743BF is #E8BC40. Grayscale: #434343. Windows color (decimal): -15252545 or 12534551. OLE color: 12534551.
HSL color Cylindrical-coordinate representation of color #1743BF: hue angle of 224.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1743BF is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 67 | 191 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.25 |
| HSL | 224.29º | 0.79% | 0.42% | - |
| HSV(B) | 224.29º | 0.88% | 0.75% | - |
| XYZ | 11.76 | 7.96 | 50.21 | - |
| YUV | 67.98 | 197.42 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 67 | 191 | 0.88 | 0.65 | 0 | 0.25 | 224.29 | 0.79 | 0.42 |
| Hex | 17 | 43 | BF | 58 | 41 | 0 | 19 | E0 | 4F | 2A |
| Octal | 27 | 103 | 277 | 130 | 101 | 0 | 31 | 340 | 117 | 52 |
| Binary | 10111 | 1000011 | 10111111 | 1011000 | 1000001 | 0 | 11001 | 11100000 | 1001111 | 101010 |
Color Harmonies of #1743BF
Complementary color
Monochromatic Colors of #1743BF
Black with #1743BF
Text Example
Text Example
White with #1743BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1743BF; }
p { color: rgb(23,67,191); }
H1.HeaderClassName
{
color: #1743BF;
}
.AnyTagClassName
{
color: #1743BF;
}
</style>
background-color css
<style>
a { background-color: #1743BF; }
a { background-color: rgb(23,67,191); }
div.DivClassName
{
background-color: #1743BF;
}
.BgClassName
{
background-color: #1743BF;
}
</style>
border-color css
<style>
span { border-color: #1743BF; }
span { border-color: rgb(23,67,191); }
td.TdClassName
{
border-color: #1743BF;
}
.TagClassName
{
border-color: #1743BF;
}
</style>