Shades of Persian Blue #1744B9
Tints of Persian Blue #1744B9
RGB
CMYK
RGB Variations
Color information
#1744B9 (or 0x1744B9) is known color: Persian Blue. HEX triplet: 17, 44 and B9. RGB value is (23,68,185). Sum of RGB (Red+Green+Blue) = 23+68+185=276 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.33% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 185 (72.66% from 255 or 67.03% from 276); Max value from RGB is 185 - color contains mainly: blue. Hex color #1744B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1744B9 is #E8BB46. Grayscale: #434343. Windows color (decimal): -15252295 or 12141591. OLE color: 12141591.
HSL color Cylindrical-coordinate representation of color #1744B9: hue angle of 223.33º 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 #1744B9 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 68 | 185 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.27 |
| HSL | 223.33º | 0.78% | 0.41% | - |
| HSV(B) | 223.33º | 0.88% | 0.73% | - |
| XYZ | 11.18 | 7.82 | 46.82 | - |
| YUV | 67.88 | 194.09 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 68 | 185 | 0.88 | 0.63 | 0 | 0.27 | 223.33 | 0.78 | 0.41 |
| Hex | 17 | 44 | B9 | 58 | 3F | 0 | 1B | DF | 4E | 29 |
| Octal | 27 | 104 | 271 | 130 | 77 | 0 | 33 | 337 | 116 | 51 |
| Binary | 10111 | 1000100 | 10111001 | 1011000 | 111111 | 0 | 11011 | 11011111 | 1001110 | 101001 |
Color Harmonies of #1744B9
Complementary color
Monochromatic Colors of #1744B9
Black with #1744B9
Text Example
Text Example
White with #1744B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1744B9; }
p { color: rgb(23,68,185); }
H1.HeaderClassName
{
color: #1744B9;
}
.AnyTagClassName
{
color: #1744B9;
}
</style>
background-color css
<style>
a { background-color: #1744B9; }
a { background-color: rgb(23,68,185); }
div.DivClassName
{
background-color: #1744B9;
}
.BgClassName
{
background-color: #1744B9;
}
</style>
border-color css
<style>
span { border-color: #1744B9; }
span { border-color: rgb(23,68,185); }
td.TdClassName
{
border-color: #1744B9;
}
.TagClassName
{
border-color: #1744B9;
}
</style>