Shades of Persian Blue #164AB9
Tints of Persian Blue #164AB9
RGB
CMYK
RGB Variations
Color information
#164AB9 (or 0x164AB9) is known color: Persian Blue. HEX triplet: 16, 4A and B9. RGB value is (22,74,185). Sum of RGB (Red+Green+Blue) = 22+74+185=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 185 (72.66% from 255 or 65.84% from 281); Max value from RGB is 185 - color contains mainly: blue. Hex color #164AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164AB9 is #E9B546. Grayscale: #464646. Windows color (decimal): -15316295 or 12143126. OLE color: 12143126.
HSL color Cylindrical-coordinate representation of color #164AB9: hue angle of 220.86º degrees, saturation: 0.79, 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 #164AB9 is Cyan = 0.88, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 74 | 185 | - |
| CMYK | 0.88 | 0.6 | 0 | 0.27 |
| HSL | 220.86º | 0.79% | 0.41% | - |
| HSV(B) | 220.86º | 0.88% | 0.73% | - |
| XYZ | 11.54 | 8.57 | 46.95 | - |
| YUV | 71.11 | 192.27 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 74 | 185 | 0.88 | 0.6 | 0 | 0.27 | 220.86 | 0.79 | 0.41 |
| Hex | 16 | 4A | B9 | 58 | 3C | 0 | 1B | DD | 4F | 29 |
| Octal | 26 | 112 | 271 | 130 | 74 | 0 | 33 | 335 | 117 | 51 |
| Binary | 10110 | 1001010 | 10111001 | 1011000 | 111100 | 0 | 11011 | 11011101 | 1001111 | 101001 |
Color Harmonies of #164AB9
Complementary color
Monochromatic Colors of #164AB9
Black with #164AB9
Text Example
Text Example
White with #164AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164AB9; }
p { color: rgb(22,74,185); }
H1.HeaderClassName
{
color: #164AB9;
}
.AnyTagClassName
{
color: #164AB9;
}
</style>
background-color css
<style>
a { background-color: #164AB9; }
a { background-color: rgb(22,74,185); }
div.DivClassName
{
background-color: #164AB9;
}
.BgClassName
{
background-color: #164AB9;
}
</style>
border-color css
<style>
span { border-color: #164AB9; }
span { border-color: rgb(22,74,185); }
td.TdClassName
{
border-color: #164AB9;
}
.TagClassName
{
border-color: #164AB9;
}
</style>