Shades of Persian Blue #174AB9
Tints of Persian Blue #174AB9
RGB
CMYK
RGB Variations
Color information
#174AB9 (or 0x174AB9) is known color: Persian Blue. HEX triplet: 17, 4A and B9. RGB value is (23,74,185). Sum of RGB (Red+Green+Blue) = 23+74+185=282 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.16% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 185 (72.66% from 255 or 65.60% from 282); Max value from RGB is 185 - color contains mainly: blue. Hex color #174AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #174AB9 is #E8B546. Grayscale: #464646. Windows color (decimal): -15250759 or 12143127. OLE color: 12143127.
HSL color Cylindrical-coordinate representation of color #174AB9: hue angle of 221.11º 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 #174AB9 is Cyan = 0.88, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 74 | 185 | - |
| CMYK | 0.88 | 0.6 | 0 | 0.27 |
| HSL | 221.11º | 0.78% | 0.41% | - |
| HSV(B) | 221.11º | 0.88% | 0.73% | - |
| XYZ | 11.56 | 8.58 | 46.95 | - |
| YUV | 71.41 | 192.1 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 74 | 185 | 0.88 | 0.6 | 0 | 0.27 | 221.11 | 0.78 | 0.41 |
| Hex | 17 | 4A | B9 | 58 | 3C | 0 | 1B | DD | 4E | 29 |
| Octal | 27 | 112 | 271 | 130 | 74 | 0 | 33 | 335 | 116 | 51 |
| Binary | 10111 | 1001010 | 10111001 | 1011000 | 111100 | 0 | 11011 | 11011101 | 1001110 | 101001 |
Color Harmonies of #174AB9
Complementary color
Monochromatic Colors of #174AB9
Black with #174AB9
Text Example
Text Example
White with #174AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174AB9; }
p { color: rgb(23,74,185); }
H1.HeaderClassName
{
color: #174AB9;
}
.AnyTagClassName
{
color: #174AB9;
}
</style>
background-color css
<style>
a { background-color: #174AB9; }
a { background-color: rgb(23,74,185); }
div.DivClassName
{
background-color: #174AB9;
}
.BgClassName
{
background-color: #174AB9;
}
</style>
border-color css
<style>
span { border-color: #174AB9; }
span { border-color: rgb(23,74,185); }
td.TdClassName
{
border-color: #174AB9;
}
.TagClassName
{
border-color: #174AB9;
}
</style>