Shades of Persian Blue #1744BD
Tints of Persian Blue #1744BD
RGB
CMYK
RGB Variations
Color information
#1744BD (or 0x1744BD) is known color: Persian Blue. HEX triplet: 17, 44 and BD. RGB value is (23,68,189). Sum of RGB (Red+Green+Blue) = 23+68+189=280 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.21% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 189 (74.22% from 255 or 67.5% from 280); Max value from RGB is 189 - color contains mainly: blue. Hex color #1744BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1744BD is #E8BB42. Grayscale: #434343. Windows color (decimal): -15252291 or 12403735. OLE color: 12403735.
HSL color Cylindrical-coordinate representation of color #1744BD: hue angle of 223.73º 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 #1744BD is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 68 | 189 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.26 |
| HSL | 223.73º | 0.78% | 0.42% | - |
| HSV(B) | 223.73º | 0.88% | 0.74% | - |
| XYZ | 11.61 | 7.99 | 49.07 | - |
| YUV | 68.34 | 196.09 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 68 | 189 | 0.88 | 0.64 | 0 | 0.26 | 223.73 | 0.78 | 0.42 |
| Hex | 17 | 44 | BD | 58 | 40 | 0 | 1A | E0 | 4E | 2A |
| Octal | 27 | 104 | 275 | 130 | 100 | 0 | 32 | 340 | 116 | 52 |
| Binary | 10111 | 1000100 | 10111101 | 1011000 | 1000000 | 0 | 11010 | 11100000 | 1001110 | 101010 |
Color Harmonies of #1744BD
Complementary color
Monochromatic Colors of #1744BD
Black with #1744BD
Text Example
Text Example
White with #1744BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1744BD; }
p { color: rgb(23,68,189); }
H1.HeaderClassName
{
color: #1744BD;
}
.AnyTagClassName
{
color: #1744BD;
}
</style>
background-color css
<style>
a { background-color: #1744BD; }
a { background-color: rgb(23,68,189); }
div.DivClassName
{
background-color: #1744BD;
}
.BgClassName
{
background-color: #1744BD;
}
</style>
border-color css
<style>
span { border-color: #1744BD; }
span { border-color: rgb(23,68,189); }
td.TdClassName
{
border-color: #1744BD;
}
.TagClassName
{
border-color: #1744BD;
}
</style>